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": [ "4cf99bf6-43ed-440b-b110-c35a0eaa5e21", "858a0cf3-fc91-49ee-b2e6-351268ff0921" ] }
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>4cf99bf6-43ed-440b-b110-c35a0eaa5e21</d2p1:guid> <d2p1:guid>858a0cf3-fc91-49ee-b2e6-351268ff0921</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. |
|
ChangeDate | date |
None. |
|
CreateDate | date |
None. |
Response Formats
application/json, text/json
Sample:
{ "databaseId": "b718f4a4-5752-4f92-ad93-17711c2e1b06", "firstName": "sample string 2", "lastName": "sample string 3", "order": 4, "insuredDatabaseId": "afe86298-2980-4084-9412-cf88f158f7c6", "changeDate": "2024-11-21T02:42:12.9664101-06:00", "createDate": "2024-11-21T02:42:12.9664101-06: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>2024-11-21T02:42:12.9664101-06:00</ChangeDate> <CreateDate>2024-11-21T02:42:12.9664101-06:00</CreateDate> <DatabaseId>b718f4a4-5752-4f92-ad93-17711c2e1b06</DatabaseId> <FirstName>sample string 2</FirstName> <InsuredDatabaseId>afe86298-2980-4084-9412-cf88f158f7c6</InsuredDatabaseId> <LastName>sample string 3</LastName> <Order>4</Order> </XRefInsuredAgents>