POST api/Crm/GetDeliveryType
CrmGetDeliveryType
Request Information
URI Parameters
None.
Body Parameters
crm_GetDeliveryType| Name | Description | Type | Additional information |
|---|---|---|---|
| DeliveryTypeID | integer |
None. |
|
| DeliveryTypeIDCRM | integer |
None. |
|
| DeliveryActiveCtry | boolean |
None. |
|
| DeliveryTypeName | string |
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,
"DeliveryActiveCtry": true,
"DeliveryTypeName": "sample string 1",
"AddressPublic": "sample string 2",
"AddressLocal": "sample string 3",
"SiteUUID": "f8d1e54f-2fc6-4f2c-a5ae-4c3b5073c775",
"Token": "69d9f958-6048-42bf-b31b-4c720ab51331"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Collection of ObjectNone.
Response Formats
application/json, text/json
Sample:
[
{},
{}
]