POST Admin/Edit_Delivery_Cost_Category?Ticket={Ticket}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| Ticket | string |
Required |
Body Parameters
Delivery_Cost| Name | Description | Type | Additional information |
|---|---|---|---|
| DELIVERY_COST_ID | integer |
None. |
|
| DELIVERY_TYPE_NAME | string |
None. |
|
| CITY_CATEGORY_NAME | string |
None. |
|
| DELIVERY_DURATION | decimal number |
None. |
|
| AMOUNT | decimal number |
None. |
|
| CURRENCY | string |
None. |
|
| CITY_CATEGORY_ID | integer |
None. |
|
| DELIVERY_TYPE_ID | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"DELIVERY_COST_ID": 1,
"DELIVERY_TYPE_NAME": "sample string 2",
"CITY_CATEGORY_NAME": "sample string 3",
"DELIVERY_DURATION": 1.0,
"AMOUNT": 1.0,
"CURRENCY": "sample string 4",
"CITY_CATEGORY_ID": 1,
"DELIVERY_TYPE_ID": 1
}
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
Result_Get_Delivery_Cost_Category| Name | Description | Type | Additional information |
|---|---|---|---|
| ExceptionMsg | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"ExceptionMsg": "sample string 1"
}