POST api/inventory/report/stockdetailed
Request Information
URI Parameters
None.
Body Parameters
StockReportDetailedRequestModel| Name | Description | Type | Additional information |
|---|---|---|---|
| BranchID | integer |
None. |
|
| FinancialYearID | integer |
None. |
|
| ProductID | integer |
None. |
|
| Type | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"BranchID": 1,
"FinancialYearID": 2,
"ProductID": 3,
"Type": "sample string 4"
}
application/xml, text/xml
Sample:
<StockReportDetailedRequestModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/CrushMateBackendAPI.Controllers"> <BranchID>1</BranchID> <FinancialYearID>2</FinancialYearID> <ProductID>3</ProductID> <Type>sample string 4</Type> </StockReportDetailedRequestModel>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.