POST api/InsertCheckInData

Request Information

URI Parameters

None.

Body Parameters

CheckInData
NameDescriptionTypeAdditional information
ComputerName

string

None.

UserName

string

None.

CurrentVersion

integer

None.

CheckInDate

date

None.

Request Formats

application/json, text/json

Sample:
{
  "ComputerName": "sample string 1",
  "UserName": "sample string 2",
  "CurrentVersion": 3,
  "CheckInDate": "2024-09-07T20:24:45.2999692+00:00"
}

Response Information

Resource Description

string

Response Formats

application/json, text/json

Sample:
"sample string 1"