POST api/TrafficCoordinator/CheckInOut/SaveTrafficCoordinatorCheckOut

Save the Traffic Coordinator Check Out process.

Request Information

URI Parameters

None.

Body Parameters

SaveTrafficCoordinatorCheckOutRequest
NameDescriptionTypeAdditional information
CompanyCode

string

None.

CostCenterId

string

None.

CustomerOrder

string

None.

CustomerReference

string

None.

Seal

string

None.

CheckOutDateTime

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",
  "Seal": "sample string 5",
  "CheckOutDateTime": "2025-06-18T09:17:15.9202706-05:00"
}

text/html

Sample:
{"CompanyCode":"sample string 1","CostCenterId":"sample string 2","CustomerOrder":"sample string 3","CustomerReference":"sample string 4","Seal":"sample string 5","CheckOutDateTime":"2025-06-18T09:17:15.9202706-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}