POST Api/v1/ELDMigration/sendupdate

Sends the ELD Migration Status Update to the client via the Migration SignalR Hub

Request Information

URI Parameters

None.

Body Parameters

The message to be sent.

PushMessage
NameDescriptionTypeAdditional information
DriverId

The drivers ICAP login identifier.

string

None.

IsSuccess

Is Success Status

boolean

None.

Status

The Status of the migration.

Status

None.

StatusDate

The date of the status change.

date

None.

Request Formats

application/json, text/json

Sample:
{
  "driverId": "sample string 1",
  "isSuccess": true,
  "status": "DriverInformationSaved",
  "statusDate": "2025-04-21T04:59:55.864943-06:00"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

200 - OK 500 - Failed

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.