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": "044b401a-e7cf-454d-a3e6-48fc08963c8c",
  "UserId": "225ff112-d39d-4983-8c06-ff8ce05009aa"
}

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>044b401a-e7cf-454d-a3e6-48fc08963c8c</AddressId>
  <UserId>225ff112-d39d-4983-8c06-ff8ce05009aa</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>