| GET | /POS/RedRemains |
|---|
| Name | Parameter | Data Type | Required | Description |
|---|---|---|---|---|
| StartDate | query | DateTime | No | |
| EndDate | query | DateTime | No | |
| WarehouseAcc | query | string | No |
| Name | Parameter | Data Type | Required | Description |
|---|---|---|---|---|
| ResponseStatus | form | ResponseStatus | No | |
| Result | form | List<RedRemains> | No |
| Name | Parameter | Data Type | Required | Description |
|---|---|---|---|---|
| ProdPP_id | form | string | No | |
| BCode | form | string | No | შტრიხ-კოდი |
| Products_nu | form | string | No | პროდუქტის სახელი |
| RCount | form | decimal | No | ბუღალტრულად აღრიცხული საქონლის რაოდენობა |
| SupRCount | form | decimal | No | მომარაგების საწყობის ნაშთი |
| scount | form | decimal | No | გაყიდული საქონლის რაოდენობა |
| Reminder | form | decimal | No | ნაშთი |
| PriceGR | form | decimal | No | ფასი |
| Category_nu | form | string | No | კატეგორია |
| Category_Code | 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 /POS/RedRemains 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:
[
{
ProdPP_id: String,
BCode: String,
Products_nu: String,
RCount: 0,
SupRCount: 0,
scount: 0,
Reminder: 0,
PriceGR: 0,
Category_nu: String,
Category_Code: String
}
]
}