GET v1/Policies/{policyId}/GetBinderInfo
Gets Binder info details for the specified policy.
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
policyId | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
PolicyDetailsBinderInfoDTO
ActionResultDTOOfPolicyDetailsBinderInfoDTOName | Description | Type | Additional information |
---|---|---|---|
Result | PolicyDetailsBinderInfoDTO |
None. |
|
CreatedBy | string |
None. |
|
EntityID | integer |
None. |
|
RowSource | string |
None. |
|
PolicyID | integer |
None. |
|
IsSuccess | boolean |
None. |
|
ErrorCode | string |
None. |
|
ErrorMessage | string |
None. |
|
InfoMessage | string |
None. |
Response Formats
application/json, text/json
Sample:
{ "Result": { "BinderInfoID": 1, "NewBinder": true, "NonStandardConditions": true, "PolicyQuoteID": 2, "BinderPurposeID": 1, "BinderDocument": "sample string 3", "BinderNumber": "sample string 4", "BinderEffectiveTime": "00:00:00.1234567", "NumberOfDays": 1, "BinderExpirationDate": "2024-11-21T06:29:47.5996818+00:00", "BinderEffectiveDate": "2024-11-21T06:29:47.5996818+00:00", "BinderExpirationTime": "00:00:00.1234567", "BinderPurposeLabel": "sample string 5", "BinderEffectiveTimeString": "sample string 6", "BinderExpirationTimeString": "sample string 7", "BinderExpirationDateString": "sample string 8", "BinderEffectiveDateString": "sample string 9" }, "CreatedBy": "sample string 1", "EntityID": 2, "RowSource": "sample string 3", "PolicyID": 4, "IsSuccess": true, "ErrorCode": "sample string 6", "ErrorMessage": "sample string 7", "InfoMessage": "sample string 8" }
application/xml, text/xml
Sample:
<ActionResultOfPolicyDetailsBinderInfoDTO xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/QQSolutions.NextGen.ModelLibrary.DataTransferObjects"> <ErrorCode>sample string 6</ErrorCode> <ErrorMessage>sample string 7</ErrorMessage> <InfoMessage>sample string 8</InfoMessage> <IsSuccess>true</IsSuccess> <CreatedBy>sample string 1</CreatedBy> <EntityID>2</EntityID> <PolicyID>4</PolicyID> <Result xmlns:d2p1="http://schemas.datacontract.org/2004/07/QQSolutions.NextGen.ModelLibrary.DataTransferObjects.Policies"> <d2p1:BinderDocument>sample string 3</d2p1:BinderDocument> <d2p1:BinderEffectiveDate>2024-11-21T06:29:47.5996818+00:00</d2p1:BinderEffectiveDate> <d2p1:BinderEffectiveDateString>sample string 9</d2p1:BinderEffectiveDateString> <d2p1:BinderEffectiveTime>PT0.1234567S</d2p1:BinderEffectiveTime> <d2p1:BinderEffectiveTimeString>sample string 6</d2p1:BinderEffectiveTimeString> <d2p1:BinderExpirationDate>2024-11-21T06:29:47.5996818+00:00</d2p1:BinderExpirationDate> <d2p1:BinderExpirationDateString>sample string 8</d2p1:BinderExpirationDateString> <d2p1:BinderExpirationTime>PT0.1234567S</d2p1:BinderExpirationTime> <d2p1:BinderExpirationTimeString>sample string 7</d2p1:BinderExpirationTimeString> <d2p1:BinderInfoID>1</d2p1:BinderInfoID> <d2p1:BinderNumber>sample string 4</d2p1:BinderNumber> <d2p1:BinderPurposeID>1</d2p1:BinderPurposeID> <d2p1:BinderPurposeLabel>sample string 5</d2p1:BinderPurposeLabel> <d2p1:NewBinder>true</d2p1:NewBinder> <d2p1:NonStandardConditions>true</d2p1:NonStandardConditions> <d2p1:NumberOfDays>1</d2p1:NumberOfDays> <d2p1:PolicyQuoteID>2</d2p1:PolicyQuoteID> </Result> <RowSource>sample string 3</RowSource> </ActionResultOfPolicyDetailsBinderInfoDTO>