POST api/AdminUsers/GetAddress

AdmGetAddress

Request Information

URI Parameters

None.

Body Parameters

GetAddress
NameDescriptionTypeAdditional information
AddressUUID

globally unique identifier

None.

UserUUIDCur

globally unique identifier

None.

Request Formats

application/json, text/json

Sample:
{
  "AddressUUID": "3f37317b-2dd5-44a4-9402-737f34cfff94",
  "UserUUIDCur": "8153f722-9d19-459c-bb97-e23f7b0d5866"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Collection of Object

None.

Response Formats

application/json, text/json

Sample:
[
  {},
  {}
]