GET ops/deliverynotes/{id}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
id | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
DeliveryNoteGETName | Description | Type | Additional information |
---|---|---|---|
DeliveryNoteNo | string |
None. |
|
Id | integer |
None. |
|
LogCount | integer |
None. |
|
Modified | date |
None. |
|
ModifiedBy | UserBasicGET |
None. |
|
Volume | decimal number |
None. |
|
WeightActual | integer |
None. |
|
WeightEstimated | integer |
None. |
Response Formats
application/json, text/json
Sample:
{ "deliveryNoteNo": "sample string 1", "id": 2, "logCount": 3, "modified": "2024-11-28T06:49:58.6899533+00:00", "modifiedBy": null, "volume": 5.1, "weightActual": 6, "weightEstimated": 7 }
application/xml
Sample:
text/xml
Sample: