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| Name | Description | Type | Additional 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-12-16T19:44:35.6016237-07:00"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
200 - OK 500 - Failed
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.