GET ops/deliverynotes?from={from}&to={to}&plantationId={plantationId}&compartmentId={compartmentId}&deliveryNoteNo={deliveryNoteNo}
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 |
|
deliveryNoteNo | string |
Default value is |
Body Parameters
None.
Response Information
Resource Description
Collection of 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:48:06.5780043+00:00", "modifiedBy": null, "volume": 5.1, "weightActual": 6, "weightEstimated": 7 }, { "deliveryNoteNo": "sample string 1", "id": 2, "logCount": 3, "modified": "2024-11-28T06:48:06.5780043+00:00", "modifiedBy": null, "volume": 5.1, "weightActual": 6, "weightEstimated": 7 } ]
application/xml
Sample:
text/xml
Sample: