POST services/api/v1/Get_ProductionConsumptionMaster
Request Information
URI Parameters
None.
Body Parameters
Id_LocationId| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| LocationId | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"Id": 1,
"LocationId": 2
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ProductionConsumption_Master| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| VoucherNo | string |
None. |
|
| VoucherDate | date |
None. |
|
| VoucherType | integer |
None. |
|
| Barcode | string |
None. |
|
| ItemName | string |
None. |
|
| Qty | decimal number |
None. |
|
| Rate | decimal number |
None. |
|
| Amount | decimal number |
None. |
|
| TaxRate | decimal number |
None. |
|
| TaxAmount | decimal number |
None. |
|
| TotalAmount | decimal number |
None. |
|
| Remarks | string |
None. |
|
| ManufacturingDate | date |
None. |
|
| ExpiryDate | date |
None. |
|
| BatchNo | string |
None. |
|
| TransNo | integer |
None. |
|
| LocId | integer |
None. |
|
| BranchId | integer |
None. |
|
| UserId | integer |
None. |
|
| ConsumptionDetail | Collection of ProductionConsumptionDetail |
None. |
Response Formats
application/json, text/json
Sample:
{
"Id": 1,
"VoucherNo": "sample string 2",
"VoucherDate": "2026-09-09T15:21:54.2043453+04:00",
"VoucherType": 4,
"Barcode": "sample string 5",
"ItemName": "sample string 6",
"Qty": 7.0,
"Rate": 8.0,
"Amount": 9.0,
"TaxRate": 10.0,
"TaxAmount": 11.0,
"TotalAmount": 12.0,
"Remarks": "sample string 13",
"ManufacturingDate": "2026-09-09T15:21:54.2043453+04:00",
"ExpiryDate": "2026-09-09T15:21:54.2043453+04:00",
"BatchNo": "sample string 16",
"TransNo": 17,
"LocId": 18,
"BranchId": 19,
"UserId": 20,
"ConsumptionDetail": [
{
"Id": 1,
"ProdConsumptionId": 2,
"Slno": 3,
"Barcode": "sample string 4",
"Qty": 5.0,
"Rate": 6.0,
"Amount": 7.0,
"Cost": 8.0,
"BranchId": 9,
"ItemName": "sample string 10",
"Unit": "sample string 11"
},
{
"Id": 1,
"ProdConsumptionId": 2,
"Slno": 3,
"Barcode": "sample string 4",
"Qty": 5.0,
"Rate": 6.0,
"Amount": 7.0,
"Cost": 8.0,
"BranchId": 9,
"ItemName": "sample string 10",
"Unit": "sample string 11"
}
]
}