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": "fb6177c8-4118-412b-8754-771f22071f2e",
  "UserId": "eb7f2e25-a9ff-4710-b556-63dd0f1cc9ac"
}

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>fb6177c8-4118-412b-8754-771f22071f2e</Id>
  <UserId>eb7f2e25-a9ff-4710-b556-63dd0f1cc9ac</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>