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": "5a475a20-229a-431d-b018-0b26e584b623",
"Date": "2026-07-18T12:38:50.5831828+00:00",
"Message": "sample string 3",
"UserId": "0033d8df-0b4e-4d29-8eea-888df9afdafa"
}
text/xml
Sample:
<Error xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/AGO_API"> <Date>2026-07-18T12:38:50.5831828+00:00</Date> <Id>5a475a20-229a-431d-b018-0b26e584b623</Id> <Message>sample string 3</Message> <UserId>0033d8df-0b4e-4d29-8eea-888df9afdafa</UserId> </Error>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.