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

NameDescriptionTypeAdditional information
key

The WACS API Key

string

Required

version

string

None.

Body Parameters

The array of evhc checks

EVHCTodoInDTO
NameDescriptionTypeAdditional information
Checks

Collection of EVHCCheck

None.

Request Formats

application/json, text/json

Sample:
{
  "Checks": [
    {
      "CategoryID": 1,
      "CategoryName": "sample string 2",
      "DateCreated": "2024-05-07T10:03:43.7041399+02: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": "2024-05-07T10:03:43.7041399+02: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
NameDescriptionTypeAdditional information
Version

Version

None.

Content

HttpContent

None.

StatusCode

HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.