GET ops/stacks?from={from}&to={to}&plantationId={plantationId}&compartmentId={compartmentId}&stackNo={stackNo}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
from | date |
Required |
|
to | date |
Required |
|
plantationId | integer |
Default value is 0 |
|
compartmentId | integer |
Default value is 0 |
|
stackNo | string |
Default value is |
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:49:37.7832268+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:49:37.7832268+00:00", "modifiedBy": null, "stackNo": "sample string 5", "volume": 6.1, "weight": 7.1 } ]
application/xml
Sample:
text/xml
Sample: