POST api/Crm/SaveDeliveryType
CrmSaveDeliveryType
Request Information
URI Parameters
None.
Body Parameters
crm_SaveDeliveryType| Name | Description | Type | Additional information |
|---|---|---|---|
| DeliveryTypeID | integer |
None. |
|
| DeliveryTypeIDCRM | integer |
None. |
|
| DeliveryTypeName | string |
None. |
|
| DeliveryTypeActive | boolean |
None. |
|
| DeliveryTypeValue | decimal number |
None. |
|
| DeliveryTypeHETA | integer |
None. |
|
| AddressPublic | string |
None. |
|
| AddressLocal | string |
None. |
|
| SiteUUID | globally unique identifier |
None. |
|
| Token | globally unique identifier |
None. |
Request Formats
application/json, text/json
Sample:
{
"DeliveryTypeID": 1,
"DeliveryTypeIDCRM": 1,
"DeliveryTypeName": "sample string 1",
"DeliveryTypeActive": true,
"DeliveryTypeValue": 1.1,
"DeliveryTypeHETA": 1,
"AddressPublic": "sample string 2",
"AddressLocal": "sample string 3",
"SiteUUID": "83cfcf6e-8eb5-4c0a-baf9-0e174d1b7f83",
"Token": "bd92fc17-8e54-4fb2-a61f-4497a1187219"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ObjectNone.
Response Formats
application/json, text/json
Sample:
{}