GET Vouchers/GetdeliveryById?deliveryId={deliveryId}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| deliveryId | string |
Required |
Body Parameters
None.
Response Information
Resource Description
RequestResultOfDelivery| Name | Description | Type | Additional information |
|---|---|---|---|
| DbErrors | Collection of DbEntityValidationResult |
None. |
|
| LogicErrors | Collection of LogicError |
None. |
|
| HasErrors | boolean |
None. |
|
| Data | 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:55:38.2718613+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:55:38.2874924+01:00",
"originalestimate": "2025-11-08T10:55:38.2874924+01:00",
"actualestimate": "2025-11-08T10:55:38.2874924+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:55:38.2874924+01:00",
"filename": "sample string 3"
},
{
"id": 1,
"importdate": "2025-11-08T10:55:38.2874924+01:00",
"filename": "sample string 3"
}
],
"constructionmanager": {
"id": "9358f35e-dbc6-4f3b-98a3-a08b1b4b093a",
"username": "sample string 2",
"password": "sample string 3",
"firstname": "sample string 4",
"lastname": "sample string 5",
"email": "sample string 6",
"createat": "2025-11-08T10:55:38.2874924+01:00",
"passwordlastupdate": "2025-11-08T10:55:38.2874924+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: