POST api/Crm/GetDeliveryType

CrmGetDeliveryType

Request Information

URI Parameters

None.

Body Parameters

crm_GetDeliveryType
NameDescriptionTypeAdditional 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": "602f71d2-e81a-4463-b549-bdbe053c0275",
  "Token": "92d9eb36-5084-4cc1-bc4a-8f3c37ed7e91"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Collection of Object

None.

Response Formats

application/json, text/json

Sample:
[
  {},
  {}
]