POST v1/admin/shipment/delete
Request Information
URI Parameters
None.
Body Parameters
AdminDeleteShipmentRequestModelName | Description | Type | Additional information |
---|---|---|---|
shipment_inc_id | integer |
None. |
|
shipment_state_reason | integer |
None. |
|
user_company_id |
Company UID of the active user |
string |
Required Data type: Text |
user_id |
User ID (GUID) |
string |
Required Data type: Text |
user_signature |
MD5 hash signature for the active user to validate the request |
string |
Required Data type: Text |
Request Format
application/json, text/json
Sample:
{ "shipment_inc_id": 1, "shipment_state_reason": 2, "user_company_id": "sample string 3", "user_id": "sample string 4", "user_signature": "sample string 5" }
Response Information
Resource Description
BaseMetaResultModelOfAdminDeleteShipmentResponseModelName | Description | Type | Additional information |
---|---|---|---|
response | AdminDeleteShipmentResponseModel |
None. |
|
meta |
Basic meta information for the operation result |
MetaModel |
None. |
Response Format
application/json, text/json
Sample:
{ "response": { "IsSuccess": true }, "meta": { "status_code": 1, "status_message": "sample string 2" } }