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": "409a4169-5b9c-4416-a69b-58a68774973a",
  "Token": "ff8654ca-9ce0-4ad5-8b60-82bc9755b37b",
  "StreetTypeUUID": "a819cbed-8887-4f34-99e7-d3b85d4735b2"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Collection of Object

None.

Response Formats

application/json, text/json

Sample:
[
  {},
  {}
]