POST api/CountryManagement/SaveCountryFees
Request Information
URI Parameters
None.
Body Parameters
CountryFeeConfig| Name | Description | Type | Additional information |
|---|---|---|---|
| CountryFeeId | integer |
None. |
|
| countryId | string |
None. |
|
| IsTonnage | boolean |
None. |
|
| FlatRate1Name | string |
None. |
|
| FlateRate1Amt | decimal number |
None. |
|
| FlatRate2Name | string |
None. |
|
| FlateRate2Amt | decimal number |
None. |
|
| FlatRate3Name | string |
None. |
|
| FlateRate3Amt | decimal number |
None. |
|
| FlatRate4Name | string |
None. |
|
| FlateRate4Amt | decimal number |
None. |
|
| Status | boolean |
None. |
|
| CreatedOn | date |
None. |
|
| CreatedBy | integer |
None. |
|
| CreatedMachineIp | string |
None. |
|
| UpdatedOn | date |
None. |
|
| UpdatedBy | integer |
None. |
|
| UpdatedMachineIp | string |
None. |
|
| CountryFeeSlabDetails | Collection of CountryFeeSlabDetail |
None. |
Request Formats
application/json
Sample:
Sample not available.
text/json
Sample:
Sample not available.
multipart/form-data
Sample:
Sample not available.
application/octet-stream
Sample:
Sample not available.
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ReturnResult| Name | Description | Type | Additional information |
|---|---|---|---|
| Result | Object |
None. |
|
| Msg | Object |
None. |
|
| token | Object |
None. |
|
| Data | Object |
None. |
Response Formats
application/json, text/json
Sample:
{
"result": {},
"msg": {},
"token": {},
"data": {}
}
multipart/form-data, application/octet-stream
Sample:
{"result":{},"msg":{},"token":{},"data":{}}