GET | /Crm/Orders/CrmDeliveryTransitList |
---|
Name | Parameter | Data Type | Required | Description |
---|---|---|---|---|
OrderId | query | int | No |
Name | Parameter | Data Type | Required | Description |
---|---|---|---|---|
ResponseStatus | form | ResponseStatus | No | |
Result | form | List<tfCrmOrderDeliveryTransit> | 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 | |
waybillid | form | int? | No | |
waybillnum | form | string | No | |
taxdoc_id | form | long? | No | |
taxdoc_num | form | string | No | |
sub_order_id | form | int | 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/CrmDeliveryTransitList HTTP/1.1 Host: apex.nikoratrade.ge 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)\/","waybillid":0,"waybillnum":"String","taxdoc_id":0,"taxdoc_num":"String","sub_order_id":0}]}