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": "16d74f69-fca7-4c05-a968-601351353bd9",
  "UserUUIDCur": "75aad660-57e4-422b-abd0-4c03381788d1"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Collection of Object

None.

Response Formats

application/json, text/json

Sample:
[
  {},
  {}
]