| GET | /Crm/GetCustomerDocsByExpeditor |
|---|
| Name | Parameter | Data Type | Required | Description |
|---|---|---|---|---|
| Ddate | query | DateTime? | No | |
| Acc | query | string | No | |
| Iud | query | int? | No |
| Name | Parameter | Data Type | Required | Description |
|---|---|---|---|---|
| ResponseStatus | form | ResponseStatus | No | |
| Result | form | List<tfGetCustomerDocsByExpeditor> | No |
| Name | Parameter | Data Type | Required | Description |
|---|---|---|---|---|
| Book_ID | form | string | No | |
| Docs_ID | form | string | No | |
| Waybillnum | form | string | No | |
| PresalerNu | form | string | No | |
| Note | form | string | No | |
| Ostatus | form | string | No | |
| Comment | form | string | No |
To override the Content-type in your clients, use the HTTP Accept Header, append the .jsv suffix or ?format=jsv
The following are sample HTTP requests and responses. The placeholders shown need to be replaced with actual values.
GET /Crm/GetCustomerDocsByExpeditor HTTP/1.1 Host: 10.10.0.107 Accept: text/jsv
HTTP/1.1 200 OK
Content-Type: text/jsv
Content-Length: length
{
ResponseStatus:
{
ErrorCode: String,
Message: String,
StackTrace: String,
Errors:
[
{
ErrorCode: String,
FieldName: String,
Message: String,
Meta:
{
String: String
}
}
],
Meta:
{
String: String
}
},
Result:
[
{
Book_ID: String,
Docs_ID: String,
Waybillnum: String,
PresalerNu: String,
Note: String,
Ostatus: String,
Comment: String
}
]
}