PUT api/Terms/{id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
Required |
Body Parameters
Term| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
None. |
|
| DateCreated | date |
None. |
|
| LastModified | date |
None. |
|
| Terms | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"id": 1,
"DateCreated": "2025-12-09T04:04:23.3775017+02:00",
"LastModified": "2025-12-09T04:04:23.3775017+02:00",
"Terms": "sample string 4"
}
application/xml, text/xml
Sample:
<Term xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/PanicSAAPI.Database"> <DateCreated>2025-12-09T04:04:23.3775017+02:00</DateCreated> <LastModified>2025-12-09T04:04:23.3775017+02:00</LastModified> <Terms>sample string 4</Terms> <id>1</id> </Term>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.