POST api/apptag2appentity/delete

Request Information

URI Parameters

None.

Body Parameters

AppTag2AppEntity
NameDescriptionTypeAdditional information
Id

integer

Required

RowGuid

globally unique identifier

Required

AppTagId

integer

Required

AppEntityId

integer

Required

AppEntityRefId

integer

Required

Request Formats

application/json, text/json

Sample:
{
  "Id": 1,
  "RowGuid": "7a635a88-fae1-4d0c-8069-e39e4ea116b8",
  "AppTagId": 3,
  "AppEntityId": 4,
  "AppEntityRefId": 5
}

application/xml, text/xml

Sample:
<AppTag2AppEntity xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/IWeb.App.Models">
  <AppEntityId>4</AppEntityId>
  <AppEntityRefId>5</AppEntityRefId>
  <AppTagId>3</AppTagId>
  <Id>1</Id>
  <RowGuid>7a635a88-fae1-4d0c-8069-e39e4ea116b8</RowGuid>
</AppTag2AppEntity>

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 'AppTag2AppEntity'.

Response Information

Resource Description

boolean

Response Formats

application/json, text/json

Sample:
true

application/xml, text/xml

Sample:
<boolean xmlns="http://schemas.microsoft.com/2003/10/Serialization/">true</boolean>