POST api/Address/SetAddressAsSecure

Request Information

URI Parameters

None.

Body Parameters

SetAddressAsSecureRequest
NameDescriptionTypeAdditional information
AddressId

globally unique identifier

None.

UserId

globally unique identifier

None.

Request Formats

application/json, text/json

Sample:
{
  "AddressId": "303ab271-df47-4aaa-94f0-09c34a875135",
  "UserId": "d5aec01e-e676-4b44-9722-91877e8bb76f"
}

application/xml, text/xml

Sample:
<SetAddressAsSecureRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BusinessLayer.Dto.Request">
  <AddressId>303ab271-df47-4aaa-94f0-09c34a875135</AddressId>
  <UserId>d5aec01e-e676-4b44-9722-91877e8bb76f</UserId>
</SetAddressAsSecureRequest>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

SetAddressAsSecureResponse
NameDescriptionTypeAdditional information
Success

boolean

None.

Response Formats

application/json, text/json

Sample:
{
  "Success": true
}

application/xml, text/xml

Sample:
<SetAddressAsSecureResponse xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BusinessLayer.Dto.Response">
  <Success>true</Success>
</SetAddressAsSecureResponse>