PUT api/tblActvs?id={id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
Required |
Body Parameters
tblActv| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
None. |
|
| SupId | integer |
None. |
|
| aCode | string |
None. |
|
| dFrom | date |
None. |
|
| dTo | date |
None. |
|
| aNote | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"id": 1,
"SupId": 2,
"aCode": "sample string 3",
"dFrom": "2026-03-14T09:51:13.4491688-05:00",
"dTo": "2026-03-14T09:51:13.4491688-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:51:13.4491688-05:00</dFrom> <dTo>2026-03-14T09:51:13.4491688-05:00</dTo> <id>1</id> </tblActv>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.