| GET | /Warehousing/GetTfWhOrders |
|---|
| Name | Parameter | Data Type | Required | Description |
|---|---|---|---|---|
| D1 | query | DateTime | No | |
| D2 | query | DateTime | No | |
| DS | query | bool | No | |
| DB | query | string | No | |
| CR | query | string | No | |
| ST | query | int? | No |
| Name | Parameter | Data Type | Required | Description |
|---|---|---|---|---|
| ResponseStatus | form | ResponseStatus | No | |
| Result | form | List<TfWhOrders> | No |
| Name | Parameter | Data Type | Required | Description |
|---|---|---|---|---|
| Id | form | int | No | |
| Db | form | string | No | |
| Cr | form | string | No | |
| ODate | form | DateTime | No | |
| RDate | form | DateTime | No | |
| OStatus | form | int | No | |
| DbAddress | form | string | No | |
| CrAddress | form | string | No | |
| CarModel | form | string | No | |
| CarNumber | form | string | No | |
| DriverSN | form | string | No | |
| DriverName | form | string | No | |
| CUser | form | string | No | |
| CRTime | form | DateTime | No | |
| DocsId | form | string | No | |
| DbName | form | string | No | |
| CrName | 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 /Warehousing/GetTfWhOrders 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,
Db: String,
Cr: String,
ODate: 0001-01-01,
RDate: 0001-01-01,
OStatus: 0,
DbAddress: String,
CrAddress: String,
CarModel: String,
CarNumber: String,
DriverSN: String,
DriverName: String,
CUser: String,
CRTime: 0001-01-01,
DocsId: String,
DbName: String,
CrName: String
}
]
}