POST api/v1/ParameterSave
Request Information
URI Parameters
None.
Body Parameters
ParameterSaveInput| Name | Description | Type | Additional information |
|---|---|---|---|
| Mode | string |
None. |
|
| CompID | integer |
None. |
|
| RegdChargeAddRTO | integer |
None. |
|
| RegdChgVendorComm | integer |
None. |
|
| RegdChgNumberPlateFee | integer |
None. |
|
| RegdVisionMarginWB | integer |
None. |
|
| RegdVisionMarginBH | integer |
None. |
|
| AddMiscRTOChgDiffAddr | integer |
None. |
|
| AddMiscRTOWODoc | integer |
None. |
|
| HypoCharge | integer |
None. |
|
| RegdChargeAddRTOGSTPer | decimal number |
None. |
|
| RegdChgVendorCommGSTPer | decimal number |
None. |
|
| RegdChgNumberPlateFeeGSTPer | decimal number |
None. |
|
| RegdVisionMarginWBGSTPer | decimal number |
None. |
|
| RegdVisionMarginBHGSTPer | decimal number |
None. |
|
| AddMiscRTOChgDiffAddrGSTPer | decimal number |
None. |
|
| AddMiscRTOWODocGSTPer | decimal number |
None. |
|
| HypoChargeGSTPer | decimal number |
None. |
|
| RegdChargeAddRTOHSN | string |
None. |
|
| RegdChgVendorCommHSN | string |
None. |
|
| RegdChgNumberPlateFeeHSN | string |
None. |
|
| RegdVisionMarginWBHSN | string |
None. |
|
| RegdVisionMarginBHHSN | string |
None. |
|
| AddMiscRTOChgDiffAddrHSN | string |
None. |
|
| AddMiscRTOWODocHSN | string |
None. |
|
| HypoChargeHSN | string |
None. |
|
| NoHelmetDisc | integer |
None. |
|
| ExeDiscLimit | integer |
None. |
|
| ShwManagerDiscLimit | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"Mode": "sample string 1",
"CompID": 2,
"RegdChargeAddRTO": 3,
"RegdChgVendorComm": 4,
"RegdChgNumberPlateFee": 5,
"RegdVisionMarginWB": 6,
"RegdVisionMarginBH": 7,
"AddMiscRTOChgDiffAddr": 8,
"AddMiscRTOWODoc": 9,
"HypoCharge": 10,
"RegdChargeAddRTOGSTPer": 11.0,
"RegdChgVendorCommGSTPer": 12.0,
"RegdChgNumberPlateFeeGSTPer": 13.0,
"RegdVisionMarginWBGSTPer": 14.0,
"RegdVisionMarginBHGSTPer": 15.0,
"AddMiscRTOChgDiffAddrGSTPer": 16.0,
"AddMiscRTOWODocGSTPer": 17.0,
"HypoChargeGSTPer": 18.0,
"RegdChargeAddRTOHSN": "sample string 19",
"RegdChgVendorCommHSN": "sample string 20",
"RegdChgNumberPlateFeeHSN": "sample string 21",
"RegdVisionMarginWBHSN": "sample string 22",
"RegdVisionMarginBHHSN": "sample string 23",
"AddMiscRTOChgDiffAddrHSN": "sample string 24",
"AddMiscRTOWODocHSN": "sample string 25",
"HypoChargeHSN": "sample string 26",
"NoHelmetDisc": 27,
"ExeDiscLimit": 28,
"ShwManagerDiscLimit": 29
}
application/xml, text/xml
Sample:
<ParameterSaveInput xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Models"> <AddMiscRTOChgDiffAddr>8</AddMiscRTOChgDiffAddr> <AddMiscRTOChgDiffAddrGSTPer>16</AddMiscRTOChgDiffAddrGSTPer> <AddMiscRTOChgDiffAddrHSN>sample string 24</AddMiscRTOChgDiffAddrHSN> <AddMiscRTOWODoc>9</AddMiscRTOWODoc> <AddMiscRTOWODocGSTPer>17</AddMiscRTOWODocGSTPer> <AddMiscRTOWODocHSN>sample string 25</AddMiscRTOWODocHSN> <CompID>2</CompID> <ExeDiscLimit>28</ExeDiscLimit> <HypoCharge>10</HypoCharge> <HypoChargeGSTPer>18</HypoChargeGSTPer> <HypoChargeHSN>sample string 26</HypoChargeHSN> <Mode>sample string 1</Mode> <NoHelmetDisc>27</NoHelmetDisc> <RegdChargeAddRTO>3</RegdChargeAddRTO> <RegdChargeAddRTOGSTPer>11</RegdChargeAddRTOGSTPer> <RegdChargeAddRTOHSN>sample string 19</RegdChargeAddRTOHSN> <RegdChgNumberPlateFee>5</RegdChgNumberPlateFee> <RegdChgNumberPlateFeeGSTPer>13</RegdChgNumberPlateFeeGSTPer> <RegdChgNumberPlateFeeHSN>sample string 21</RegdChgNumberPlateFeeHSN> <RegdChgVendorComm>4</RegdChgVendorComm> <RegdChgVendorCommGSTPer>12</RegdChgVendorCommGSTPer> <RegdChgVendorCommHSN>sample string 20</RegdChgVendorCommHSN> <RegdVisionMarginBH>7</RegdVisionMarginBH> <RegdVisionMarginBHGSTPer>15</RegdVisionMarginBHGSTPer> <RegdVisionMarginBHHSN>sample string 23</RegdVisionMarginBHHSN> <RegdVisionMarginWB>6</RegdVisionMarginWB> <RegdVisionMarginWBGSTPer>14</RegdVisionMarginWBGSTPer> <RegdVisionMarginWBHSN>sample string 22</RegdVisionMarginWBHSN> <ShwManagerDiscLimit>29</ShwManagerDiscLimit> </ParameterSaveInput>
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. |