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": "512d1115-c7ff-417e-95d6-848073f88945" }
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ObjectNone.
Response Formats
application/json, text/json
Sample:
{}