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": "7225ac64-7545-46cf-873e-fb2174538d69",
  "UserUUIDCur": "f0336c91-3b5a-416e-a390-8220dbd1ffa3"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Collection of Object

None.

Response Formats

application/json, text/json

Sample:
[
  {},
  {}
]