POST api/Crm/GetAddressPostCodeStreet

CrmGetAddressPostCodeStreet

Request Information

URI Parameters

None.

Body Parameters

crm_GetAddressPostCodeStreet
NameDescriptionTypeAdditional information
PostCode

string

None.

StreetUUID

globally unique identifier

None.

AddressPublic

string

None.

AddressLocal

string

None.

SiteUUID

globally unique identifier

None.

Token

globally unique identifier

None.

Request Formats

application/json, text/json

Sample:
{
  "PostCode": "sample string 1",
  "StreetUUID": "684344bf-36bd-4b5e-8522-cc8831fd6c95",
  "AddressPublic": "sample string 2",
  "AddressLocal": "sample string 3",
  "SiteUUID": "2aa4b877-ba7d-4789-b832-1c7ddbf9ab71",
  "Token": "07d72a91-cea2-4cb3-894e-3b0410e97d68"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Collection of Object

None.

Response Formats

application/json, text/json

Sample:
[
  {},
  {}
]