2.5.3 Shrink Coverage
Updated at: 3/10/2022 7:16:55 AM
Url
/api/v2/{fleet_token}/contractors/{contractor_id}/units/{unit_id}/coverages/shrink/{id}
Method
Post
Body
```json
{
"EffectiveDate": "<date:Date>"
}
```
Parameters
- `EffectiveDate` Required, the date to be set as inactivation date, must predate the original termination date.
Response
```json
{
"Success": "<true|false>",
"Message": "<message>",
"Data":
{
"ID": "",
"Description": "",
"ProductToken": "",
"InceptionDate": "",
"InactivationDate": ""
}
}
```
Returns
- `Data` The target coverage object.
Notes
- The request would fail if the given effective date comes after the original termination date.
In this article