GET api/DeliveryNoteItem?driverid={driverid}&deliveryNoteItemId={deliveryNoteItemId}&units={units}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| driverid | string |
Required |
|
| deliveryNoteItemId | string |
Required |
|
| units | decimal number |
Required |
Body Parameters
None.
Response Information
Resource Description
DeliveryNoteItemQryResult| Name | Description | Type | Additional information |
|---|---|---|---|
| Item | DeliveryNoteItemQry |
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
}