POST api/v1/ProductList
Request Information
URI Parameters
None.
Body Parameters
ProductListInput| Name | Description | Type | Additional information |
|---|---|---|---|
| Mode | string |
None. |
|
| adminLocID | integer |
None. |
|
| ProductID | integer |
None. |
|
| CategoryID | integer |
None. |
|
| ProductName | string |
None. |
|
| Barcode | string |
None. |
|
| TaxonomyID | integer |
None. |
|
| EffDate | date |
None. |
Request Formats
application/json, text/json
Sample:
{
"Mode": "sample string 1",
"adminLocID": 2,
"ProductID": 3,
"CategoryID": 4,
"ProductName": "sample string 5",
"Barcode": "sample string 6",
"TaxonomyID": 7,
"EffDate": "2025-12-15T03:11:51.871051+05:30"
}
application/xml, text/xml
Sample:
<ProductListInput xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Models"> <Barcode>sample string 6</Barcode> <CategoryID>4</CategoryID> <EffDate>2025-12-15T03:11:51.871051+05:30</EffDate> <Mode>sample string 1</Mode> <ProductID>3</ProductID> <ProductName>sample string 5</ProductName> <TaxonomyID>7</TaxonomyID> <adminLocID>2</adminLocID> </ProductListInput>
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. |