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