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": "98c4d3d6-1731-433a-902f-81c2814cddd7",
  "UserId": "3beeac67-2f15-4052-90ea-4ee3e2471a44"
}

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>98c4d3d6-1731-433a-902f-81c2814cddd7</Id>
  <UserId>3beeac67-2f15-4052-90ea-4ee3e2471a44</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>