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": "bb55435c-40d3-45b1-97d9-92c11e760e13",
  "UserUUIDCur": "3e44372a-de1a-440c-be72-ade9eca352a5"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Collection of Object

None.

Response Formats

application/json, text/json

Sample:
[
  {},
  {}
]