POST api/v1/ProdStockFromPurcahseList
Request Information
URI Parameters
None.
Body Parameters
ProductRateListInput| Name | Description | Type | Additional information |
|---|---|---|---|
| Mode | string |
None. |
|
| ProdRateID | integer |
None. |
|
| ProductID | integer |
None. |
|
| Barcode | string |
None. |
|
| CategoryID | integer |
None. |
|
| ProductName | string |
None. |
|
| fk_TaxonomyID | integer |
None. |
|
| AvailableLoc | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"Mode": "sample string 1",
"ProdRateID": 2,
"ProductID": 3,
"Barcode": "sample string 4",
"CategoryID": 5,
"ProductName": "sample string 6",
"fk_TaxonomyID": 7,
"AvailableLoc": "sample string 8"
}
application/xml, text/xml
Sample:
<ProductRateListInput xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Models"> <AvailableLoc>sample string 8</AvailableLoc> <Barcode>sample string 4</Barcode> <CategoryID>5</CategoryID> <Mode>sample string 1</Mode> <ProdRateID>2</ProdRateID> <ProductID>3</ProductID> <ProductName>sample string 6</ProductName> <fk_TaxonomyID>7</fk_TaxonomyID> </ProductRateListInput>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None. |
|
| Content | HttpContent |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |