POST api/AdminSettingsSystem/SaveDeliveryType
AdmSaveDeliveryType
Request Information
URI Parameters
None.
Body Parameters
SaveDeliveryType_requestName | 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": "c3617395-5b92-4cfe-86a0-62a7926b010f" }
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ObjectNone.
Response Formats
application/json, text/json
Sample:
{}