POST api/Insured/InsuredAgencyLocation
Insured agency locations 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": [ "ff697bfb-1791-4684-adc2-cfc5e375c569", "c0daddcb-18e4-49a2-90e4-7bb44990ef45" ] }
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>ff697bfb-1791-4684-adc2-cfc5e375c569</d2p1:guid> <d2p1:guid>c0daddcb-18e4-49a2-90e4-7bb44990ef45</d2p1:guid> </InsuredDataBaseId> </InsuredDataBaseIds>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
List of InsuredAgencyLocation against given insured database Ids.
InsuredAgencyLocationName | Description | Type | Additional information |
---|---|---|---|
DatabaseId | globally unique identifier |
None. |
|
LocationName | string |
None. |
|
LocationBusinessName | string |
None. |
|
InsuredDatabaseId | globally unique identifier |
None. |
Response Formats
application/json, text/json
Sample:
{ "databaseId": "62e30349-d86f-4a3e-a9fb-d56d5b6e0407", "locationName": "sample string 2", "locationBusinessName": "sample string 3", "insuredDatabaseId": "6718c8b3-a5ab-4c68-a339-88b0a503e6be" }
application/xml, text/xml
Sample:
<InsuredAgencyLocation xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BusinessEntities.NowCertsFulcrum"> <DatabaseId>62e30349-d86f-4a3e-a9fb-d56d5b6e0407</DatabaseId> <InsuredDatabaseId>6718c8b3-a5ab-4c68-a339-88b0a503e6be</InsuredDatabaseId> <LocationBusinessName>sample string 3</LocationBusinessName> <LocationName>sample string 2</LocationName> </InsuredAgencyLocation>