POST delivery/uploadImage
Request Information
URI Parameters
None.
Body Parameters
UploadImageRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| deliveryId | string |
None. |
|
| notes | string |
None. |
|
| courierId | string |
None. |
|
| imageString | string |
None. |
|
| imageName | string |
None. |
|
| imageFormat | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"deliveryId": "sample string 1",
"notes": "sample string 2",
"courierId": "sample string 3",
"imageString": "sample string 4",
"imageName": "sample string 5",
"imageFormat": "sample string 6"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
DeliveryHistory| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| DateCreated | date |
None. |
|
| Status | integer |
None. |
|
| DeliveryId | integer |
None. |
|
| UserCourierId | integer |
None. |
|
| Notes | string |
None. |
|
| Image | string |
None. |
|
| ImageBytes | Collection of byte |
None. |
|
| SignatureImage | Collection of byte |
None. |
|
| Delivery | Delivery |
None. |
|
| Users_UserCourier | Users_UserCourier |
None. |
Response Formats
application/json
Sample:
Sample not available.
text/json
Sample:
Sample not available.
application/xml
Sample:
Sample not available.
text/xml
Sample:
Sample not available.