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": [ "dd567e79-08be-4b0d-ba26-7c70b86d4932", "3868ea77-2b86-4eeb-a42a-84454147cb88" ] }
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>dd567e79-08be-4b0d-ba26-7c70b86d4932</d2p1:guid> <d2p1:guid>3868ea77-2b86-4eeb-a42a-84454147cb88</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": "ae14bb7e-e53d-4030-aa52-d7dba195a9b3", "locationName": "sample string 2", "locationBusinessName": "sample string 3", "insuredDatabaseId": "ce6e21ec-38ee-4d55-9434-06fa101b0e85" }
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>ae14bb7e-e53d-4030-aa52-d7dba195a9b3</DatabaseId> <InsuredDatabaseId>ce6e21ec-38ee-4d55-9434-06fa101b0e85</InsuredDatabaseId> <LocationBusinessName>sample string 3</LocationBusinessName> <LocationName>sample string 2</LocationName> </InsuredAgencyLocation>