POST api/Address/DeleteMontageAddress

Request Information

URI Parameters

None.

Body Parameters

DeleteMontageAddressRequest
NameDescriptionTypeAdditional information
Id

globally unique identifier

None.

UserId

globally unique identifier

None.

Request Formats

application/json, text/json

Sample:
{
  "Id": "9a724c52-d245-451a-8718-802a5a6edcf0",
  "UserId": "0e144b1d-d54f-4abb-8e58-45dccf2fd819"
}

application/xml, text/xml

Sample:
<DeleteMontageAddressRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BusinessLayer.Dto.Request">
  <Id>9a724c52-d245-451a-8718-802a5a6edcf0</Id>
  <UserId>0e144b1d-d54f-4abb-8e58-45dccf2fd819</UserId>
</DeleteMontageAddressRequest>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

DeleteMontageAddressResponse
NameDescriptionTypeAdditional information
IsSucceed

boolean

None.

Response Formats

application/json, text/json

Sample:
{
  "IsSucceed": true
}

application/xml, text/xml

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