PUT api/Errors/PutError/{id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | globally unique identifier |
Required |
Body Parameters
Error| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | globally unique identifier |
None. |
|
| Date | date |
None. |
|
| Message | string |
None. |
|
| UserId | globally unique identifier |
None. |
Request Formats
application/json, text/json
Sample:
{
"Id": "85300d44-caa3-4d31-be81-2f3a998817e9",
"Date": "2026-09-16T00:16:14.2347053+00:00",
"Message": "sample string 3",
"UserId": "332f67c2-e9fd-49ad-a725-1c046b55f26b"
}
text/xml
Sample:
<Error xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/AGO_API"> <Date>2026-09-16T00:16:14.2347053+00:00</Date> <Id>85300d44-caa3-4d31-be81-2f3a998817e9</Id> <Message>sample string 3</Message> <UserId>332f67c2-e9fd-49ad-a725-1c046b55f26b</UserId> </Error>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.