POST api/Crm/GetAddressStreetType

CrmGetAddressStreetType

Request Information

URI Parameters

None.

Body Parameters

crm_GetAddressStreetType
NameDescriptionTypeAdditional information
AddressPublic

string

None.

AddressLocal

string

None.

SiteUUID

globally unique identifier

None.

Token

globally unique identifier

None.

StreetTypeUUID

globally unique identifier

None.

Request Formats

application/json, text/json

Sample:
{
  "AddressPublic": "sample string 1",
  "AddressLocal": "sample string 2",
  "SiteUUID": "e213c4d6-0fe6-4b21-9620-509b8437064b",
  "Token": "7773d8e9-7ba3-4cd4-8d6c-3cc8bc7f3946",
  "StreetTypeUUID": "e54ee6e8-9dc6-4ba7-bb03-c5bcf7f4dfe4"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Collection of Object

None.

Response Formats

application/json, text/json

Sample:
[
  {},
  {}
]