POST api/AiCamara/ConstructionCheckIn

Request Information

URI Parameters

None.

Body Parameters

ConstructionCheckInReqModel
NameDescriptionTypeAdditional information
DriverReserveGuid

string

None.

CardNo

string

None.

EmployeeDepartment

string

None.

Details

Collection of Detail

None.

Request Formats

application/json, text/json

Sample:
{
  "DriverReserveGuid": "sample string 1",
  "CardNo": "sample string 2",
  "EmployeeDepartment": "sample string 3",
  "Details": [
    {
      "DeviceId": 1,
      "ConstructionOrderId": 1,
      "HighRiskFormId": 1
    },
    {
      "DeviceId": 1,
      "ConstructionOrderId": 1,
      "HighRiskFormId": 1
    }
  ]
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

string

Response Formats

application/json, text/json

Sample:
"sample string 1"