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": [ "57878848-530c-43f8-ab84-b1607292fa8e", "78d3ba64-7dde-4944-a5e7-7909be39a021" ] }
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>57878848-530c-43f8-ab84-b1607292fa8e</d2p1:guid> <d2p1:guid>78d3ba64-7dde-4944-a5e7-7909be39a021</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. |
Response Formats
application/json, text/json
Sample:
{ "databaseId": "9a72afbd-68d5-4e77-8d7a-2512e03743f5", "firstName": "sample string 2", "lastName": "sample string 3", "order": 4, "insuredDatabaseId": "456a0a16-bf65-45bb-a31f-a1e2583cb5ed" }
application/xml, text/xml
Sample:
<XRefInsuredAgents xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BusinessEntities.NowCertsFulcrum"> <DatabaseId>9a72afbd-68d5-4e77-8d7a-2512e03743f5</DatabaseId> <FirstName>sample string 2</FirstName> <InsuredDatabaseId>456a0a16-bf65-45bb-a31f-a1e2583cb5ed</InsuredDatabaseId> <LastName>sample string 3</LastName> <Order>4</Order> </XRefInsuredAgents>