POST api/ImageUpload?AuthToken={AuthToken}&ContainerNo={ContainerNo}&ShippingLineRef={ShippingLineRef}&FileNamePrefix={FileNamePrefix}
Upload Images for a Container using the Container and Shipping Line Ref supplied (NEW - No Seal)
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| AuthToken |
Users AuthToken provided from Authenticate Method |
string |
Required |
| ContainerNo |
Container Number to save to |
string |
Required |
| ShippingLineRef |
Shipping Line Ref |
string |
Required |
| FileNamePrefix |
Final_Container, VehiclePrimary_JobID, Before_Open_Container |
string |
Required |
Body Parameters
None.
Response Information
Resource Description
RemoteMessage containing the response
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None. |
|
| Content | HttpContent |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |