POST api/Insured/PendingCancellations
Insured Pending Cancellations list endpoint.
Request Information
URI Parameters
None.
Body Parameters
List of insured database Ids.
InsuredDataBaseIdsName | Description | Type | Additional information |
---|---|---|---|
InsuredDataBaseId | Collection of globally unique identifier |
None. |
Request Formats
application/json, text/json
Sample:
{ "insuredDataBaseId": [ "101cdb38-171b-4f50-a883-e61927886363", "c3b66a48-6aec-46d0-ab39-d65d30a4250f" ] }
application/xml, text/xml
Sample:
<InsuredDataBaseIds xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BusinessEntities.OData"> <InsuredDataBaseId xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> <d2p1:guid>101cdb38-171b-4f50-a883-e61927886363</d2p1:guid> <d2p1:guid>c3b66a48-6aec-46d0-ab39-d65d30a4250f</d2p1:guid> </InsuredDataBaseId> </InsuredDataBaseIds>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
List of PendingCancellations list against given insured database Ids.
PendingCancellationsName | Description | Type | Additional information |
---|---|---|---|
DatabaseId | globally unique identifier |
None. |
|
To | date |
None. |
|
ChangeDate | date |
None. |
|
CreateDate | date |
None. |
|
SendReminders | string |
None. |
|
SendRemindersPriorDays | integer |
None. |
|
Description | string |
None. |
|
Active | string |
None. |
|
InsuredDatabaseId | globally unique identifier |
None. |
|
InsuredEmail | string |
None. |
|
InsuredFirstName | string |
None. |
|
InsuredLastName | string |
None. |
|
InsuredCommercialName | string |
None. |
|
PolicyDatabaseId | globally unique identifier |
None. |
|
PolicyNumber | string |
None. |
Response Formats
application/json, text/json
Sample:
{ "databaseId": "cbe9f736-47da-4ef0-9ee3-8235e932b213", "to": "2025-01-17T01:18:27.1482944-06:00", "changeDate": "2025-01-17T01:18:27.1482944-06:00", "createDate": "2025-01-17T01:18:27.1482944-06:00", "sendReminders": "sample string 5", "sendRemindersPriorDays": 6, "description": "sample string 7", "active": "sample string 8", "insuredDatabaseId": "7b82ee5c-fcd1-4d3b-bf01-778591c6dc71", "insuredEmail": "sample string 10", "insuredFirstName": "sample string 11", "insuredLastName": "sample string 12", "insuredCommercialName": "sample string 13", "policyDatabaseId": "1041a8a9-e424-407b-bee1-f38eab511e58", "policyNumber": "sample string 14" }
application/xml, text/xml
Sample:
<PendingCancellations xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BusinessEntities.NowCertsFulcrum"> <Active>sample string 8</Active> <ChangeDate>2025-01-17T01:18:27.1482944-06:00</ChangeDate> <CreateDate>2025-01-17T01:18:27.1482944-06:00</CreateDate> <DatabaseId>cbe9f736-47da-4ef0-9ee3-8235e932b213</DatabaseId> <Description>sample string 7</Description> <InsuredCommercialName>sample string 13</InsuredCommercialName> <InsuredDatabaseId>7b82ee5c-fcd1-4d3b-bf01-778591c6dc71</InsuredDatabaseId> <InsuredEmail>sample string 10</InsuredEmail> <InsuredFirstName>sample string 11</InsuredFirstName> <InsuredLastName>sample string 12</InsuredLastName> <PolicyDatabaseId>1041a8a9-e424-407b-bee1-f38eab511e58</PolicyDatabaseId> <PolicyNumber>sample string 14</PolicyNumber> <SendReminders>sample string 5</SendReminders> <SendRemindersPriorDays>6</SendRemindersPriorDays> <To>2025-01-17T01:18:27.1482944-06:00</To> </PendingCancellations>