1.5.5 List Coverage
Updated at: 3/3/2022 5:22:58 AM
Url
/api/v2/{fleet_token}/contractors/{contractor_id}/coverages/list
Method
Post
Body
```json
{
"EffectiveDate": "<date:Date>"
}
```
Parameters
- `EffectiveDate` Optional, default to *Today*.
Response
```json
{
"Success": "<true|false>",
"Message": "<message>",
"Data":
[
{
"ID": "",
"Description": "",
"ProductToken": "",
"InceptionDate": "",
"InactivationDate": ""
}
]
}
```
Returns
- Those coverage that are active on or after the given effective date are returned.
Notes
- The request would fail if it fails to find the fleet or the contractor or the driver.
In this article