POST api/v1/ItemRateSave
Request Information
URI Parameters
None.
Body Parameters
ProductRateSaveInput| Name | Description | Type | Additional information |
|---|---|---|---|
| Mode | string |
None. |
|
| LocID | integer |
None. |
|
| CompID | integer |
None. |
|
| json | string |
None. |
|
| UserID | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"Mode": "sample string 1",
"LocID": 2,
"CompID": 3,
"json": "sample string 4",
"UserID": 5
}
application/xml, text/xml
Sample:
<ProductRateSaveInput xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Models"> <CompID>3</CompID> <LocID>2</LocID> <Mode>sample string 1</Mode> <UserID>5</UserID> <json>sample string 4</json> </ProductRateSaveInput>
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. |