POST api/Property2Tags/Delete

Request Information

URI Parameters

None.

Body Parameters

Property2TagsModel
NameDescriptionTypeAdditional information
Property_Id

integer

Required

Tag_Id

integer

Required

IsActive

boolean

Required

CreatedBy

string

Required

CreatedDate

date

Required

UpdatedBy

string

None.

UpdatedDate

date

None.

Request Formats

application/json, text/json

Sample:
{
  "Property_Id": 1,
  "Tag_Id": 2,
  "IsActive": true,
  "CreatedBy": "sample string 4",
  "CreatedDate": "2025-12-11T04:31:12.3513187+05:30",
  "UpdatedBy": "sample string 6",
  "UpdatedDate": "2025-12-11T04:31:12.3513187+05:30"
}

application/xml, text/xml

Sample:
<Property2TagsModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/PropertyRMS.Model">
  <CreatedBy>sample string 4</CreatedBy>
  <CreatedDate>2025-12-11T04:31:12.3513187+05:30</CreatedDate>
  <IsActive>true</IsActive>
  <Property_Id>1</Property_Id>
  <Tag_Id>2</Tag_Id>
  <UpdatedBy>sample string 6</UpdatedBy>
  <UpdatedDate>2025-12-11T04:31:12.3513187+05:30</UpdatedDate>
</Property2TagsModel>

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'Property2TagsModel'.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.