POST api/v1/ProdRateList
Request Information
URI Parameters
None.
Body Parameters
ProductRateListInput| Name | Description | Type | Additional information |
|---|---|---|---|
| Mode | string |
None. |
|
| ProdRateID | integer |
None. |
|
| ProductID | integer |
None. |
|
| CategoryID | integer |
None. |
|
| ProductName | string |
None. |
|
| EffDate | string |
None. |
|
| fk_TaxonomyID | integer |
None. |
|
| AvailableLoc | string |
None. |
|
| GiftStatus | boolean |
None. |
|
| FestStatus | boolean |
None. |
|
| FestID | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"Mode": "sample string 1",
"ProdRateID": 2,
"ProductID": 3,
"CategoryID": 4,
"ProductName": "sample string 5",
"EffDate": "sample string 6",
"fk_TaxonomyID": 7,
"AvailableLoc": "sample string 8",
"GiftStatus": true,
"FestStatus": true,
"FestID": 11
}
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> <CategoryID>4</CategoryID> <EffDate>sample string 6</EffDate> <FestID>11</FestID> <FestStatus>true</FestStatus> <GiftStatus>true</GiftStatus> <Mode>sample string 1</Mode> <ProdRateID>2</ProdRateID> <ProductID>3</ProductID> <ProductName>sample string 5</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. |