GET ops/deliverynotes/{id}/stacks
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
id | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of StackGETName | Description | Type | Additional information |
---|---|---|---|
Id | integer |
None. |
|
DeliveryNote | DeliveryNoteBasicGET |
None. |
|
LogCount | integer |
None. |
|
LogLength | decimal number |
None. |
|
Modified | date |
None. |
|
ModifiedBy | UserBasicGET |
None. |
|
StackNo | string |
None. |
|
Volume | decimal number |
None. |
|
Weight | decimal number |
None. |
Response Formats
application/json, text/json
Sample:
[ { "id": 1, "deliveryNote": null, "logCount": 2, "logLength": 3.0, "modified": "2024-11-28T06:38:02.2359727+00:00", "modifiedBy": null, "stackNo": "sample string 5", "volume": 6.1, "weight": 7.1 }, { "id": 1, "deliveryNote": null, "logCount": 2, "logLength": 3.0, "modified": "2024-11-28T06:38:02.2359727+00:00", "modifiedBy": null, "stackNo": "sample string 5", "volume": 6.1, "weight": 7.1 } ]
application/xml
Sample:
text/xml
Sample: