POST api/v{version}/Todo/InsertEVHCChecks?key={key}
Function for EVHC fleetmanagement. Inserts todos based on a list of EVHC work.
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| key |
The WACS API Key |
string |
Required |
| version | string |
None. |
Body Parameters
The array of evhc checks
EVHCTodoInDTO| Name | Description | Type | Additional information |
|---|---|---|---|
| Checks | Collection of EVHCCheck |
None. |
Request Formats
application/json, text/json
Sample:
{
"Checks": [
{
"CategoryID": 1,
"CategoryName": "sample string 2",
"DateCreated": "2025-12-19T07:27:36.8704638+01:00",
"Description": "sample string 4",
"eHealthCheckID": 5,
"eWorkFoundID": 6,
"FaultID": 7,
"LocationID": 8,
"Notes": "sample string 9",
"Registration": "sample string 10",
"SubCategoryID": 11,
"SubCategoryName": "sample string 12",
"Urgency": "sample string 13",
"UrgencyID": 14
},
{
"CategoryID": 1,
"CategoryName": "sample string 2",
"DateCreated": "2025-12-19T07:27:36.8704638+01:00",
"Description": "sample string 4",
"eHealthCheckID": 5,
"eWorkFoundID": 6,
"FaultID": 7,
"LocationID": 8,
"Notes": "sample string 9",
"Registration": "sample string 10",
"SubCategoryID": 11,
"SubCategoryName": "sample string 12",
"Urgency": "sample string 13",
"UrgencyID": 14
}
]
}
Response Information
Resource Description
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None. |
|
| Content | HttpContent |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |