POST services/api/rest/v1/Get_Wastage_By_InvNo
Request Information
URI Parameters
None.
Body Parameters
InvNo_LocId| Name | Description | Type | Additional information |
|---|---|---|---|
| InvNo | integer |
None. |
|
| locId | integer |
None. |
|
| SellingPriceLevelId | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"InvNo": 1,
"locId": 2,
"SellingPriceLevelId": 3
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Wastage_Master| Name | Description | Type | Additional information |
|---|---|---|---|
| DayOpenId | integer |
None. |
|
| CounterOpenId | integer |
None. |
|
| CounterId | integer |
None. |
|
| CashierId | integer |
None. |
|
| Barcode | string |
None. |
|
| Qty | decimal number |
None. |
|
| Rate | decimal number |
None. |
|
| Remark | string |
None. |
|
| LocId | integer |
None. |
|
| UserId | integer |
None. |
Response Formats
application/json, text/json
Sample:
{
"CounterOpenId": 1,
"CounterId": 2,
"CashierId": 3,
"Barcode": "sample string 4",
"Qty": 5.0,
"Rate": 6.0,
"Remark": "sample string 7",
"LocId": 8,
"UserId": 9,
"DayOpenId": 1
}