POST api/Policy/PolicyAgents
Policy agents list endpoint.
Request Information
URI Parameters
None.
Body Parameters
List of policies database Ids.
PolicyDataBaseIdsName | Description | Type | Additional information |
---|---|---|---|
PolicyDataBaseId | Collection of globally unique identifier |
None. |
Request Formats
application/json, text/json
Sample:
{ "policyDataBaseId": [ "b22280f1-3de1-4f3d-9d77-9822713cc86c", "3e6e2a35-08cc-45b5-b4c1-acff8fa92957" ] }
application/xml, text/xml
Sample:
<PolicyDataBaseIds xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BusinessEntities.OData"> <PolicyDataBaseId xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> <d2p1:guid>b22280f1-3de1-4f3d-9d77-9822713cc86c</d2p1:guid> <d2p1:guid>3e6e2a35-08cc-45b5-b4c1-acff8fa92957</d2p1:guid> </PolicyDataBaseId> </PolicyDataBaseIds>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
List of PolicyAgentsCSRS against given policies database Ids.
PolicyAgentsCSRSName | Description | Type | Additional information |
---|---|---|---|
DatabaseId | globally unique identifier |
None. |
|
FirstName | string |
None. |
|
LastName | string |
None. |
|
Order | integer |
None. |
|
PolicyDatabaseId | globally unique identifier |
None. |
|
string |
None. |
||
Phone | string |
None. |
|
CellPhone | string |
None. |
|
Fax | string |
None. |
|
AgentType | string |
None. |
|
Active | boolean |
None. |
|
FusionEnabled | boolean |
None. |
|
CreateDate | date |
None. |
|
ChangeDate | date |
None. |
|
PrimaryRole | string |
None. |
|
AgentIs | string |
None. |
Response Formats
application/json, text/json
Sample:
{ "databaseId": "3fcd8d9e-ab7b-4f3e-a613-62694b379f71", "firstName": "sample string 2", "lastName": "sample string 3", "order": 4, "policyDatabaseId": "4a15622d-f6f8-449c-9f95-8ca42bbff720", "email": "sample string 6", "phone": "sample string 7", "cellPhone": "sample string 8", "fax": "sample string 9", "agentType": "sample string 10", "active": true, "fusionEnabled": true, "createDate": "2025-09-16T01:53:52.4953265-05:00", "changeDate": "2025-09-16T01:53:52.4953265-05:00", "primaryRole": "sample string 15", "agentIs": "sample string 16" }
application/xml, text/xml
Sample:
<PolicyAgentsCSRS xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BusinessEntities.NowCertsFulcrum"> <Active>true</Active> <AgentIs>sample string 16</AgentIs> <AgentType>sample string 10</AgentType> <CellPhone>sample string 8</CellPhone> <ChangeDate>2025-09-16T01:53:52.4953265-05:00</ChangeDate> <CreateDate>2025-09-16T01:53:52.4953265-05:00</CreateDate> <DatabaseId>3fcd8d9e-ab7b-4f3e-a613-62694b379f71</DatabaseId> <Email>sample string 6</Email> <Fax>sample string 9</Fax> <FirstName>sample string 2</FirstName> <FusionEnabled>true</FusionEnabled> <LastName>sample string 3</LastName> <Order>4</Order> <Phone>sample string 7</Phone> <PolicyDatabaseId>4a15622d-f6f8-449c-9f95-8ca42bbff720</PolicyDatabaseId> <PrimaryRole>sample string 15</PrimaryRole> </PolicyAgentsCSRS>