| GET | /RS/GetMOFRecivedWaybills |
|---|
| Name | Parameter | Data Type | Required | Description |
|---|---|---|---|---|
| StDate | query | DateTime? | No | |
| EndDate | query | DateTime? | No | |
| WaybillId | query | int? | No |
| Name | Parameter | Data Type | Required | Description |
|---|---|---|---|---|
| ResponseStatus | form | ResponseStatus | No | |
| Result | form | List<MOFRecivedWaybills> | No |
| Name | Parameter | Data Type | Required | Description |
|---|---|---|---|---|
| id | form | int | No | |
| docs_id | form | string | No | |
| waybillid | form | int? | No | |
| waybillnum | form | string | No | |
| cuser | form | string | No | |
| crtime | form | DateTime | No | |
| mofinvoicenum | form | int? | No | |
| numberOut | form | string | No | |
| invoicedate | form | DateTime? | No | |
| taxdoc_id | form | long? | No | |
| taxdoc_serie | form | string | No | |
| taxdoc_num | form | string | No | |
| begindate | form | DateTime? | 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 /RS/GetMOFRecivedWaybills 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:
[
{
id: 0,
docs_id: String,
waybillid: 0,
waybillnum: String,
cuser: String,
crtime: 0001-01-01,
mofinvoicenum: 0,
numberOut: String,
invoicedate: 0001-01-01,
taxdoc_id: 0,
taxdoc_serie: String,
taxdoc_num: String,
begindate: 0001-01-01
}
]
}