GET | /Crm/Orders/PrepareLists/Collect/List |
---|
Name | Parameter | Data Type | Required | Description |
---|---|---|---|---|
ResponseStatus | form | ResponseStatus | No | |
Result | form | List<CrmOrderPrepareListCollect> | No |
Name | Parameter | Data Type | Required | Description |
---|---|---|---|---|
Id | form | int? | No | |
ListId | form | int | No | |
ListNumber | form | string | No | |
TransportNumber | form | string | No | |
CreateTime | form | DateTime | No | |
CollectStartTime | form | DateTime? | No | |
CollectEndTime | form | DateTime? | No | |
CollectStatus | form | int? | No | |
Description | form | string | No |
To override the Content-type in your clients, use the HTTP Accept Header, append the .json suffix or ?format=json
To embed the response in a jsonp callback, append ?callback=myCallback
The following are sample HTTP requests and responses. The placeholders shown need to be replaced with actual values.
GET /Crm/Orders/PrepareLists/Collect/List HTTP/1.1 Host: apex.nikoratrade.ge Accept: application/json
HTTP/1.1 200 OK Content-Type: application/json Content-Length: length {"ResponseStatus":{"ErrorCode":"String","Message":"String","StackTrace":"String","Errors":[{"ErrorCode":"String","FieldName":"String","Message":"String","Meta":{"String":"String"}}],"Meta":{"String":"String"}},"Result":[{"Id":0,"ListId":0,"ListNumber":"String","TransportNumber":"String","CreateTime":"\/Date(-62135596800000-0000)\/","CollectStartTime":"\/Date(-62135596800000-0000)\/","CollectEndTime":"\/Date(-62135596800000-0000)\/","CollectStatus":0,"Description":"String"}]}