GET api/DeliveryNoteReturnPallets?driverid={driverid}&deliveryNoteId={deliveryNoteId}&units={units}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
driverid | string |
Required |
|
deliveryNoteId | string |
Required |
|
units | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
DeliveryNoteQryResultName | Description | Type | Additional information |
---|---|---|---|
Item | DeliveryNoteQry |
None. |
|
Error | boolean |
None. |
|
ErrorCode | string |
None. |
|
ErrorDescription | string |
None. |
|
Warnings | string |
None. |
|
AccessGranted | boolean |
None. |
Response Formats
application/json, text/json
Sample:
{ "Item": null, "Error": true, "ErrorCode": "sample string 2", "ErrorDescription": "sample string 3", "Warnings": "sample string 4", "AccessGranted": true }