POST api/Crm/GetDeliveryType
CrmGetDeliveryType
Request Information
URI Parameters
None.
Body Parameters
crm_GetDeliveryTypeName | 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": "5d58291f-eb54-4218-991c-5d217bcca7af", "Token": "6c6cbeb3-7449-4b61-92d6-a5ae9fa26554" }
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Collection of ObjectNone.
Response Formats
application/json, text/json
Sample:
[ {}, {} ]