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": "a5400d2e-9b15-4886-be8a-6bcad80eff80",
  "Token": "f7b9648c-c37b-44d2-b767-d27923d5dffc",
  "StreetTypeUUID": "d1152a20-7f10-4b9d-ad67-ad06f370a16e"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Collection of Object

None.

Response Formats

application/json, text/json

Sample:
[
  {},
  {}
]