| GET | /Crm/Orders/CrmDeliveryTransit |
|---|
| Name | Parameter | Data Type | Required | Description |
|---|---|---|---|---|
| OrderId | query | int | No | |
| SubOrderId | query | int | No |
| Name | Parameter | Data Type | Required | Description |
|---|---|---|---|---|
| ResponseStatus | form | ResponseStatus | No | |
| Result | form | CrmOrderDeliveryTransit | No |
| Name | Parameter | Data Type | Required | Description |
|---|---|---|---|---|
| delivery_id | form | int | No | |
| docs_id | form | string | No | |
| car_number | form | string | No | |
| car_model | form | string | No | |
| driver_sn | form | string | No | |
| driver_name | form | string | No | |
| from_address | form | string | No | |
| to_address | form | string | No | |
| transport_date | form | DateTime? | No |
To override the Content-type in your clients, use the HTTP Accept Header, append the .x-protobuf suffix or ?format=x-protobuf
The following are sample HTTP requests and responses. The placeholders shown need to be replaced with actual values.
GET /Crm/Orders/CrmDeliveryTransit HTTP/1.1 Host: 10.10.0.107 Accept: application/x-protobuf
HTTP/1.1 200 OK
Content-Type: application/x-protobuf
Content-Length: length
{"ResponseStatus":{"ErrorCode":"String","Message":"String","StackTrace":"String","Errors":[{"ErrorCode":"String","FieldName":"String","Message":"String","Meta":{"String":"String"}}],"Meta":{"String":"String"}},"Result":{"delivery_id":0,"docs_id":"String","car_number":"String","car_model":"String","driver_sn":"String","driver_name":"String","from_address":"String","to_address":"String","transport_date":"\/Date(-62135596800000-0000)\/"}}