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": "eb2df585-8a2b-4a31-b4d4-8e20fc433738",
  "Token": "e65965f6-cdf4-45ed-a4d3-7832a4e833c5",
  "StreetTypeUUID": "15eafe87-2a5d-45e5-afdd-5051092b67ff"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Collection of Object

None.

Response Formats

application/json, text/json

Sample:
[
  {},
  {}
]