POST api/Insured/InsuredCSRS
Insured CSRS 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": [ "8ed1fae6-226a-48e7-bab6-00eb9d5e63fe", "51d33b8a-6ab1-4448-85e4-126271b4dd95" ] }
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>8ed1fae6-226a-48e7-bab6-00eb9d5e63fe</d2p1:guid> <d2p1:guid>51d33b8a-6ab1-4448-85e4-126271b4dd95</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.
XRefInsuredAgentsName | 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. |
||
ChangeDate | date |
None. |
|
CreateDate | date |
None. |
Response Formats
application/json, text/json
Sample:
{ "databaseId": "78318f6f-cdff-49b0-8d30-d4710003c2e4", "firstName": "sample string 2", "lastName": "sample string 3", "order": 4, "insuredDatabaseId": "1ba74750-5ba7-4991-b88b-330fd29cd4d1", "email": "sample string 6", "changeDate": "2025-04-26T16:17:09.8994672-05:00", "createDate": "2025-04-26T16:17:09.8994672-05:00" }
application/xml, text/xml
Sample:
<XRefInsuredAgents xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BusinessEntities.NowCertsFulcrum"> <ChangeDate>2025-04-26T16:17:09.8994672-05:00</ChangeDate> <CreateDate>2025-04-26T16:17:09.8994672-05:00</CreateDate> <DatabaseId>78318f6f-cdff-49b0-8d30-d4710003c2e4</DatabaseId> <Email>sample string 6</Email> <FirstName>sample string 2</FirstName> <InsuredDatabaseId>1ba74750-5ba7-4991-b88b-330fd29cd4d1</InsuredDatabaseId> <LastName>sample string 3</LastName> <Order>4</Order> </XRefInsuredAgents>