Exmet WEB API documentation version 1
Web api for Exmet
/reservations
Get reservations data.
get /reservations
Get reservations data.
Each request must contain the headers necessary for basic authentication
Query Parameters
- startdate: (string)
Reservation date filter start
Example:
20190322 - enddate: (string)
Reservation date filter end
Example:
20191001
HTTP status code 200
Body
Media type: application/json
Type: object
Properties- columns: required (array of string)
- rows: required (array of array)
Example:
{
"columns": [
"id",
"company_code",
"company_name",
"docdate",
"doc_no",
"delivery_term",
"order_no",
"worker",
"store",
"auto",
"project_code",
"project_name",
"carrier_code",
"carrier_name",
"deliverydate",
"destination",
"region",
"rows"
],
"rows": [
[
293957,
"Riverman Invest OÜ",
"Riverman Invest OÜ",
"2017-01-01",
"R613721",
"",
"",
"Helen",
"LB",
"",
"",
"",
"",
"",
"2016-11-07",
"HALINGA. Tel. 527 9550 - Tarmo",
"",
[
[
"B0650",
"Latt 30x3(3,3)x6180 S235JR+AR",
0.45,
90,
"LB",
""
]
]
],
[
319538,
"Feon OY",
"Feon OY",
"2017-02-20",
"R702580",
"DAP",
"",
"Stanislav",
"L",
"",
"",
"",
"",
"",
"2017-02-20",
"Onnitie 3, FI-13720, Parola",
"",
[
[
"R08273",
"El.keev toru 33,7x2,5x6000 S235JRH",
2.9,
250,
"L",
"1"
],
[
"R16011",
"El.keev toru 48,3x2,6x6000 S235JR",
3.52,
200,
"L",
"1"
]
]
]
]
}Secured by basicAuth
Headers
- Authorization: required (string)
Used to send the Base64 encoded "username:password" credentials
HTTP status code 401
Unauthorized. Either the provided username and password combination is invalid, or the user is not allowed to access the content provided by the requested URL.
/incoming_reservations
Get incoming prereservations data.
get /incoming_reservations
Get incoming prereservations data.
Each request must contain the headers necessary for basic authentication
Query Parameters
- startdate: (string)
Reservation date filter start
Example:
20190322 - enddate: (string)
Reservation date filter end
Example:
20191001
HTTP status code 200
Body
Media type: application/json
Type: object
Properties- columns: required (array of string)
- rows: required (array of array)
Example:
{
"columns": [
"id",
"company_code",
"company_name",
"docdate",
"doc_no",
"delivery_term",
"order_no",
"worker",
"store",
"auto",
"project_code",
"project_name",
"carrier_code",
"carrier_name",
"deliverydate",
"destination",
"region",
"rows"
],
"rows": [
[
293957,
"Riverman Invest OÜ",
"Riverman Invest OÜ",
"2017-01-01",
"R613721",
"",
"",
"Helen",
"LB",
"",
"",
"",
"",
"",
"2016-11-07",
"HALINGA. Tel. 527 9550 - Tarmo",
"",
[
[
"B0650",
"Latt 30x3(3,3)x6180 S235JR+AR",
0.45,
90,
"LB",
""
]
]
],
[
319538,
"Feon OY",
"Feon OY",
"2017-02-20",
"R702580",
"DAP",
"",
"Stanislav",
"L",
"",
"",
"",
"",
"",
"2017-02-20",
"Onnitie 3, FI-13720, Parola",
"",
[
[
"R08273",
"El.keev toru 33,7x2,5x6000 S235JRH",
2.9,
250,
"L",
"1"
],
[
"R16011",
"El.keev toru 48,3x2,6x6000 S235JR",
3.52,
200,
"L",
"1"
]
]
]
]
}Secured by basicAuth
Headers
- Authorization: required (string)
Used to send the Base64 encoded "username:password" credentials
HTTP status code 401
Unauthorized. Either the provided username and password combination is invalid, or the user is not allowed to access the content provided by the requested URL.