PUT api/Logs/PutLog/{id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
Required |
Body Parameters
Log| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| Description | string |
None. |
|
| CreatedDate | date |
None. |
Request Formats
application/json, text/json
Sample:
{
"Id": 1,
"Description": "sample string 2",
"CreatedDate": "2025-12-05T19:28:44.0932682-08:00"
}
text/html
Sample:
{"Id":1,"Description":"sample string 2","CreatedDate":"2025-12-05T19:28:44.0932682-08:00"}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.