API Documentation

Last Update: 28 December 2022

POST api/SystemHealth



Request Information


URI Parameters

None.


Body Parameters
SystemHealth
Name Description Type Additional information
ID

integer

None.

KeyType

string

None.

KeyName

string

None.

KeyValue

string

None.

RecordStatus

integer

None.

Request Formats
application/json, text/json
Sample:
{
  "ID": 1,
  "KeyType": "sample string 2",
  "KeyName": "sample string 3",
  "KeyValue": "sample string 4",
  "RecordStatus": 5
}

Response Information


Resource Description
SystemHealth
Name Description Type Additional information
ID

integer

None.

KeyType

string

None.

KeyName

string

None.

KeyValue

string

None.

RecordStatus

integer

None.

Response Formats
application/json, text/json
Sample:
{
  "ID": 1,
  "KeyType": "sample string 2",
  "KeyName": "sample string 3",
  "KeyValue": "sample string 4",
  "RecordStatus": 5
}