DELETE api/tblActvs/{id}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

integer

Required

Body Parameters

None.

Response Information

Resource Description

tblActv
NameDescriptionTypeAdditional information
id

integer

None.

SupId

integer

None.

aCode

string

None.

dFrom

date

None.

dTo

date

None.

aNote

string

None.

Response Formats

application/json, text/json

Sample:
{
  "id": 1,
  "SupId": 2,
  "aCode": "sample string 3",
  "dFrom": "2026-03-14T09:49:28.7795058-05:00",
  "dTo": "2026-03-14T09:49:28.7795058-05:00",
  "aNote": "sample string 6"
}

application/xml, text/xml

Sample:
<tblActv xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Classes">
  <SupId>2</SupId>
  <aCode>sample string 3</aCode>
  <aNote>sample string 6</aNote>
  <dFrom>2026-03-14T09:49:28.7795058-05:00</dFrom>
  <dTo>2026-03-14T09:49:28.7795058-05:00</dTo>
  <id>1</id>
</tblActv>