POST api/Insured/InsuredCSRS
Insured CSRS list endpoint.
Request Information
URI Parameters
None.
Body Parameters
List of insured database Ids.
InsuredDataBaseIds| Name | Description | Type | Additional information |
|---|---|---|---|
| InsuredDataBaseId | Collection of globally unique identifier |
None. |
Request Formats
application/json, text/json
Sample:
{
"insuredDataBaseId": [
"f3743dff-1d1b-44ea-9191-aa6db9485ff3",
"099c8d6a-1c96-46e3-b717-8770814f6e29"
]
}
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>f3743dff-1d1b-44ea-9191-aa6db9485ff3</d2p1:guid>
<d2p1:guid>099c8d6a-1c96-46e3-b717-8770814f6e29</d2p1:guid>
</InsuredDataBaseId>
</InsuredDataBaseIds>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
List of XRefInsuredAgents against given insured database Ids.
XRefInsuredAgents| Name | Description | Type | Additional information |
|---|---|---|---|
| DatabaseId | globally unique identifier |
None. |
|
| FirstName | string |
None. |
|
| LastName | string |
None. |
|
| Order | integer |
None. |
|
| InsuredDatabaseId | globally unique identifier |
None. |
|
| string |
None. |
||
| Phone | string |
None. |
|
| CellPhone | string |
None. |
|
| Fax | string |
None. |
|
| AgentType | string |
None. |
|
| Active | boolean |
None. |
|
| FusionEnabled | boolean |
None. |
|
| ChangeDate | date |
None. |
|
| CreateDate | date |
None. |
|
| PrimaryRole | string |
None. |
|
| AgentIs | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"databaseId": "853f24e3-f8b0-41e1-b437-d19b6d2857df",
"firstName": "sample string 2",
"lastName": "sample string 3",
"order": 4,
"insuredDatabaseId": "c99163e3-3021-4604-88f4-52d7d1e0e052",
"email": "sample string 6",
"phone": "sample string 7",
"cellPhone": "sample string 8",
"fax": "sample string 9",
"agentType": "sample string 10",
"active": true,
"fusionEnabled": true,
"changeDate": "2025-10-28T02:32:34.0055893-05:00",
"createDate": "2025-10-28T02:32:34.0055893-05:00",
"primaryRole": "sample string 15",
"agentIs": "sample string 16"
}
application/xml, text/xml
Sample:
<XRefInsuredAgents xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BusinessEntities.NowCertsFulcrum"> <Active>true</Active> <AgentIs>sample string 16</AgentIs> <AgentType>sample string 10</AgentType> <CellPhone>sample string 8</CellPhone> <ChangeDate>2025-10-28T02:32:34.0055893-05:00</ChangeDate> <CreateDate>2025-10-28T02:32:34.0055893-05:00</CreateDate> <DatabaseId>853f24e3-f8b0-41e1-b437-d19b6d2857df</DatabaseId> <Email>sample string 6</Email> <Fax>sample string 9</Fax> <FirstName>sample string 2</FirstName> <FusionEnabled>true</FusionEnabled> <InsuredDatabaseId>c99163e3-3021-4604-88f4-52d7d1e0e052</InsuredDatabaseId> <LastName>sample string 3</LastName> <Order>4</Order> <Phone>sample string 7</Phone> <PrimaryRole>sample string 15</PrimaryRole> </XRefInsuredAgents>