POST api/AppError/Create
Request Information
URI Parameters
None.
Body Parameters
AppError| Name | Description | Type | Additional information |
|---|---|---|---|
| GUID | globally unique identifier |
None. |
|
| Description | string |
None. |
|
| Type | string |
None. |
|
| Longitude | decimal number |
None. |
|
| Latitude | decimal number |
None. |
|
| Time_Logged | date |
None. |
|
| Time_Saved | date |
None. |
|
| Fixed_Asset | string |
None. |
|
| User | string |
None. |
|
| Status | string |
None. |
|
| ETag | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"GUID": "a02bd033-2e8d-4c2c-aa1b-1b0f3ded3f77",
"Description": "sample string 2",
"Type": "sample string 3",
"Longitude": 1.0,
"Latitude": 1.0,
"Time_Logged": "2026-05-27T01:25:22.8942686+02:00",
"Time_Saved": "2026-05-27T01:25:22.8942686+02:00",
"Fixed_Asset": "sample string 4",
"User": "sample string 5",
"Status": "sample string 6",
"ETag": "sample string 7"
}
application/xml, text/xml
Sample:
<AppError xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/OData.NAVData"> <Description>sample string 2</Description> <ETag>sample string 7</ETag> <Fixed_Asset>sample string 4</Fixed_Asset> <GUID>a02bd033-2e8d-4c2c-aa1b-1b0f3ded3f77</GUID> <Latitude>1</Latitude> <Longitude>1</Longitude> <Status>sample string 6</Status> <Time_Logged>2026-05-27T01:25:22.8942686+02:00</Time_Logged> <Time_Saved>2026-05-27T01:25:22.8942686+02:00</Time_Saved> <Type>sample string 3</Type> <User>sample string 5</User> </AppError>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.