| GET | /Warehousing/CurrentRcountsWithLifeDate |
|---|
| Name | Parameter | Data Type | Required | Description |
|---|---|---|---|---|
| Acc | query | string | No | |
| Category | query | string | No | |
| PPCat | query | string | No | |
| PCat | query | int? | No |
| Name | Parameter | Data Type | Required | Description |
|---|---|---|---|---|
| ResponseStatus | form | ResponseStatus | No | |
| Result | form | List<CurrentRcountsWithLifeDate> | No |
| Name | Parameter | Data Type | Required | Description |
|---|---|---|---|---|
| SuppliesId | form | string | No | |
| ProdPPId | form | string | No | |
| ICount | form | decimal | No | |
| RCount | form | decimal | No | |
| LifeDate | form | DateTime? | No | |
| CR | form | string | No | |
| FCR | form | string | No | |
| DDate | form | DateTime | No | |
| FDDate | form | DateTime | No | |
| OpDetId | form | string | No | |
| FOpDetId | form | string | No | |
| BCode | form | string | No | |
| InCode | form | string | No | |
| LD | form | int? | No | |
| ProductsNu | form | string | No | |
| ProducerNu | form | string | No | |
| DB | form | string | No | |
| CategoryId | form | string | No | |
| PPCatId | form | string | No | |
| PCatId | form | int? | 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/CurrentRcountsWithLifeDate 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:
[
{
SuppliesId: String,
ProdPPId: String,
ICount: 0,
RCount: 0,
LifeDate: 0001-01-01,
CR: String,
FCR: String,
DDate: 0001-01-01,
FDDate: 0001-01-01,
OpDetId: String,
FOpDetId: String,
BCode: String,
InCode: String,
LD: 0,
ProductsNu: String,
ProducerNu: String,
DB: String,
CategoryId: String,
PPCatId: String,
PCatId: 0
}
]
}