Objects

CancellationStatusResponse

agentAgent
createdAtstring[date-time]

UTC timestamp of when the cancellation was created.

documentTypestring
Possible Enum values are SCRIVE, or MANUAL.
documentUrlstring

URL to Scrive for signing document, only present for API delivery method.

emailstring

The email address of the insurance holder. Only present if delivery method is email.

idstring

The cancellation ID.

insuranceInsurance

The cancelled insurance

The cancelled insurances

isSignedAndSealedboolean

Whether or not the insurance holder has signed the power of attorney.

newInsuranceNumberstring

Insurance number of new insurance after this one is cancelled

phoneNumberstring

The phone number of the insurance holder. Only present if delivery method is SMS.

statusstring

The status of the signing document.

Possible Enum values are PREPARATION, CREATED, PENDING, CLOSED, CANCELED, TIMED_OUT, REJECTED, or DOCUMENT_ERROR.
terminationDatestring[date]

Date of insurance termination/expiry

updatedAtstring[date-time]

UTC timestamp of when the cancellation was last updated.

{
  "agent": {
    "email": {},
    "id": {}
  },
  "createdAt": "2007-12-03T10:15:30",
  "documentType": "SCRIVE",
  "documentUrl": "https://api-testbed.scrive.com/s/8222115557666666666/4435666/bbfb56f666668c15",
  "email": "insurance.holder-smith@wellinsured.com",
  "id": "8037744b-ef4e-48b9-8a95-957ef94c4e34",
  "insurance": {
    "collectionId": "af62de15-e241-4644-b8f6-01141e8c7509",
    "externalId": "30e7901f-7243-4be5-b353-21e6be322a32",
    "newInsuranceNumber": "ABC12345",
    "terminationDate": "2025-01-30"
  },
  "insurances": [],
  "isSignedAndSealed": true,
  "newInsuranceNumber": "ABC12345",
  "phoneNumber": "+46701234567",
  "status": "CLOSED",
  "terminationDate": "2025-01-30",
  "updatedAt": "2007-12-04T15:15:30"
}