GET Vouchers/GetDeliveriesForOrder?orderId={orderId}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| orderId | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
RequestResultOfListOfDelivery| Name | Description | Type | Additional information |
|---|---|---|---|
| DbErrors | Collection of DbEntityValidationResult |
None. |
|
| LogicErrors | Collection of LogicError |
None. |
|
| HasErrors | boolean |
None. |
|
| Data | Collection of Delivery |
None. |
Response Formats
application/json, text/json, multipart/form-data
Sample:
{
"dberrors": null,
"logicerrors": null,
"haserrors": false,
"data": [
{
"deliveryid": "sample string 1",
"factory": "sample string 2",
"manufacturingdate": "2025-11-08T10:57:43.8968615+01:00",
"purchaseorder_id": 1,
"startlocation": {
"latitude": 1.1,
"longitude": 1.1
},
"endlocation": {
"latitude": 1.1,
"longitude": 1.1
},
"currentlocation": {
"latitude": 1.1,
"longitude": 1.1
},
"coordinateslastupdate": "2025-11-08T10:57:43.8968615+01:00",
"originalestimate": "2025-11-08T10:57:43.8968615+01:00",
"actualestimate": "2025-11-08T10:57:43.8968615+01:00",
"remainingquantity": 4.0,
"theoricaltravletime": 5,
"truckidentifier": "sample string 6",
"id": 7,
"customername": "sample string 8",
"constructionsite": "sample string 9",
"concretequantity": 10.0,
"concretename": "sample string 11",
"issmssent": true,
"cancelled": true,
"importfiles": [
{
"id": 1,
"importdate": "2025-11-08T10:57:43.8968615+01:00",
"filename": "sample string 3"
},
{
"id": 1,
"importdate": "2025-11-08T10:57:43.8968615+01:00",
"filename": "sample string 3"
}
],
"constructionmanager": {
"id": "740e3677-f2f2-436c-8248-44b3d7da56d6",
"username": "sample string 2",
"password": "sample string 3",
"firstname": "sample string 4",
"lastname": "sample string 5",
"email": "sample string 6",
"createat": "2025-11-08T10:57:43.8968615+01:00",
"passwordlastupdate": "2025-11-08T10:57:43.8968615+01:00",
"phone": "sample string 8",
"role": 0,
"displayname": "sample string 4 sample string 5",
"pushtoken": "sample string 9",
"numberofpurchaseordertocome": 0
}
},
{
"deliveryid": "sample string 1",
"factory": "sample string 2",
"manufacturingdate": "2025-11-08T10:57:43.8968615+01:00",
"purchaseorder_id": 1,
"startlocation": {
"latitude": 1.1,
"longitude": 1.1
},
"endlocation": {
"latitude": 1.1,
"longitude": 1.1
},
"currentlocation": {
"latitude": 1.1,
"longitude": 1.1
},
"coordinateslastupdate": "2025-11-08T10:57:43.8968615+01:00",
"originalestimate": "2025-11-08T10:57:43.8968615+01:00",
"actualestimate": "2025-11-08T10:57:43.8968615+01:00",
"remainingquantity": 4.0,
"theoricaltravletime": 5,
"truckidentifier": "sample string 6",
"id": 7,
"customername": "sample string 8",
"constructionsite": "sample string 9",
"concretequantity": 10.0,
"concretename": "sample string 11",
"issmssent": true,
"cancelled": true,
"importfiles": [
{
"id": 1,
"importdate": "2025-11-08T10:57:43.8968615+01:00",
"filename": "sample string 3"
},
{
"id": 1,
"importdate": "2025-11-08T10:57:43.8968615+01:00",
"filename": "sample string 3"
}
],
"constructionmanager": {
"id": "740e3677-f2f2-436c-8248-44b3d7da56d6",
"username": "sample string 2",
"password": "sample string 3",
"firstname": "sample string 4",
"lastname": "sample string 5",
"email": "sample string 6",
"createat": "2025-11-08T10:57:43.8968615+01:00",
"passwordlastupdate": "2025-11-08T10:57:43.8968615+01:00",
"phone": "sample string 8",
"role": 0,
"displayname": "sample string 4 sample string 5",
"pushtoken": "sample string 9",
"numberofpurchaseordertocome": 0
}
}
]
}
application/xml
Sample:
text/xml
Sample: