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": "2c1d510a-7025-4162-9d65-5c8a07c07f9e",
  "UserUUIDCur": "df66b2b0-984e-4afa-be50-ffc7516a4bb8"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Collection of Object

None.

Response Formats

application/json, text/json

Sample:
[
  {},
  {}
]