POST api/AdminSettingsSystem/SaveDeliveryType
AdmSaveDeliveryType
Request Information
URI Parameters
None.
Body Parameters
SaveDeliveryType_request| Name | Description | Type | Additional information |
|---|---|---|---|
| DeliveryTypeID | integer |
None. |
|
| DeliveryTypeActive | boolean |
None. |
|
| DeliveryTypeActiveCtry | boolean |
None. |
|
| DeliveryTypeIDCRM | integer |
None. |
|
| DeliveryTypeName | string |
None. |
|
| DeliveryTypeValue | decimal number |
None. |
|
| CountryID | integer |
None. |
|
| UserUUIDCur | globally unique identifier |
None. |
Request Formats
application/json, text/json
Sample:
{
"DeliveryTypeID": 1,
"DeliveryTypeActive": true,
"DeliveryTypeActiveCtry": true,
"DeliveryTypeIDCRM": 1,
"DeliveryTypeName": "sample string 1",
"DeliveryTypeValue": 1.1,
"CountryID": 1,
"UserUUIDCur": "73acd115-b2c3-4f16-81a9-102dae86cb57"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ObjectNone.
Response Formats
application/json, text/json
Sample:
{}