| GET | /Warehousing/Inventarisation/InventarisationDetails/Gen |
|---|
| Name | Parameter | Data Type | Required | Description |
|---|---|---|---|---|
| T1Id | query | int | No | |
| SupplierId | query | string | No | |
| ProducerId | query | string | No | |
| CategoryId | query | string | No | |
| PPCatId | query | string | No | |
| PCatId | query | int? | No | |
| State | query | int? | No |
| Name | Parameter | Data Type | Required | Description |
|---|---|---|---|---|
| ResponseStatus | form | ResponseStatus | No | |
| Result | form | List<GenInvDetailsItem> | No |
| Name | Parameter | Data Type | Required | Description |
|---|---|---|---|---|
| BCode | form | string | No | |
| ProductName | form | string | No | |
| ProdPPId | form | string | No | |
| ProductNameEn | form | string | No | |
| PriceGR | form | decimal | No | |
| PriceGT | form | decimal | No | |
| PackBCount | form | decimal | No | |
| PackCount | form | int | No | |
| ProducerName | form | string | No | |
| Cr | form | string | No | |
| ProducerId | form | string | No | |
| CategoryId | form | string | No | |
| CategoryName | form | string | No | |
| CategoryCode | form | string | No | |
| InCode | form | string | No | |
| PCatId | form | int | No | |
| BBCode | form | string | No | |
| Unit | form | string | No | |
| ByWeight | form | int | No | |
| CBCode | 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/Inventarisation/InventarisationDetails/Gen 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:
[
{
BCode: String,
ProductName: String,
ProdPPId: String,
ProductNameEn: String,
PriceGR: 0,
PriceGT: 0,
PackBCount: 0,
PackCount: 0,
ProducerName: String,
Cr: String,
ProducerId: String,
CategoryId: String,
CategoryName: String,
CategoryCode: String,
InCode: String,
PCatId: 0,
BBCode: String,
Unit: String,
ByWeight: 0,
CBCode: String
}
]
}