POST api/TrafficCoordinator/CheckInOut/SaveTrafficCoordinatorCheckIn

Save the Traffic Coordinator Check In process.

Request Information

URI Parameters

None.

Body Parameters

SaveTrafficCoordinatorCheckInRequest
NameDescriptionTypeAdditional information
CompanyCode

string

None.

CostCenterId

string

None.

CustomerOrder

string

None.

CustomerReference

string

None.

Door

string

None.

CheckInDateTime

date

None.

Request Formats

application/json, text/json

Sample:
{
  "CompanyCode": "sample string 1",
  "CostCenterId": "sample string 2",
  "CustomerOrder": "sample string 3",
  "CustomerReference": "sample string 4",
  "Door": "sample string 5",
  "CheckInDateTime": "2025-06-18T09:18:24.215367-05:00"
}

text/html

Sample:
{"CompanyCode":"sample string 1","CostCenterId":"sample string 2","CustomerOrder":"sample string 3","CustomerReference":"sample string 4","Door":"sample string 5","CheckInDateTime":"2025-06-18T09:18:24.215367-05:00"}

Response Information

Resource Description

GenericTransactionResponse
NameDescriptionTypeAdditional information
ReturnedObject

Object

None.

IsSuccessful

Indicates if the transaction was successful or not.

boolean

None.

ReturnedMessages

Contains a list of Informational, Warning, and/or Error messages regarding the outcome of the transaction.

Collection of ReturnedMessage

None.

Response Formats

application/json, text/json

Sample:
{
  "ReturnedObject": {},
  "IsSuccessful": true,
  "ReturnedMessages": null
}

text/html

Sample:
{"ReturnedObject":{},"IsSuccessful":true,"ReturnedMessages":null}