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": "72b7f2d3-2771-4979-9311-344397bb58b1",
  "Token": "b934e66e-4b2b-46d8-8581-1eab4f9751eb",
  "StreetTypeUUID": "3c60b3c6-6c3d-4ae1-a9c7-7ab864183f70"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Collection of Object

None.

Response Formats

application/json, text/json

Sample:
[
  {},
  {}
]