| GET | /Warehousing/RemForSuppliers |
|---|
| Name | Parameter | Data Type | Required | Description |
|---|---|---|---|---|
| DB | query | string | No | |
| CR | query | string | No | |
| PPCat | query | string | No | |
| PCat | query | int? | No | |
| Category | query | string | No |
| Name | Parameter | Data Type | Required | Description |
|---|---|---|---|---|
| ResponseStatus | form | ResponseStatus | No | |
| Result | form | List<RemForSuppliers> | No |
| Name | Parameter | Data Type | Required | Description |
|---|---|---|---|---|
| Warehouse | form | string | No | |
| CRName | form | string | No | |
| DB | form | string | No | |
| CR | form | string | No | |
| FDDate | form | DateTime | No | |
| FNumberIn | form | string | No | |
| FNumberOut | form | string | No | |
| DDate | form | DateTime | No | |
| NumberIn | form | string | No | |
| RCount | form | decimal? | No | |
| CostG | form | decimal? | No | |
| Vg | form | decimal? | No | |
| BCode | form | string | No | |
| ProductsNu | form | string | No | |
| ProducerNu | form | string | No | |
| CategoryNu | form | string | No | |
| PPCatId | form | string | No | |
| PCatId | form | int? | No | |
| CategoryId | 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/RemForSuppliers 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:
[
{
Warehouse: String,
CRName: String,
DB: String,
CR: String,
FDDate: 0001-01-01,
FNumberIn: String,
FNumberOut: String,
DDate: 0001-01-01,
NumberIn: String,
RCount: 0,
CostG: 0,
Vg: 0,
BCode: String,
ProductsNu: String,
ProducerNu: String,
CategoryNu: String,
PPCatId: String,
PCatId: 0,
CategoryId: String
}
]
}