1.5.3 Shrink Coverage

Updated at: 3/3/2022 5:22:58 AM

Url

/api/v2/{fleet_token}/contractors/{contractor_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

- The operated contractor coverage is returned.

Notes

- The request would fail if the given effective date comes after the original termination date.
In this article