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": "948d3555-24f5-4491-92c3-26652d0fafbd",
"Token": "1b4f0d8c-4433-4224-ad0e-1850cf7042ac"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Collection of ObjectNone.
Response Formats
application/json, text/json
Sample:
[
{},
{}
]