POST api/v1/RevenueOpportunity/Exclude
Request Information
URI Parameters
None.
Body Parameters
ExcludedRevenueOpportunityLogName | Description | Type | Additional information |
---|---|---|---|
ID | integer |
None. |
|
AgencyDatabaseID | string |
None. |
|
PolNo | string |
None. |
|
PolEffDate | date |
None. |
|
PolExpDate | date |
None. |
|
IsExcluded | boolean |
None. |
|
RootPolId | string |
None. |
|
IsLatest | boolean |
None. |
|
CreatedBy | string |
None. |
|
CreatedDateTime | date |
None. |
Request Formats
application/json, text/json
Sample:
{ "ID": 1, "AgencyDatabaseID": "sample string 2", "PolNo": "sample string 3", "PolEffDate": "2025-04-29T13:56:18.8708131-04:00", "PolExpDate": "2025-04-29T13:56:18.8708131-04:00", "IsExcluded": true, "RootPolId": "sample string 5", "IsLatest": true, "CreatedBy": "sample string 7", "CreatedDateTime": "2025-04-29T13:56:18.8708131-04:00" }
application/xml, text/xml
Sample:
<ExcludedRevenueOpportunityLog xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/RAIS.API.Models.Entities"> <AgencyDatabaseID>sample string 2</AgencyDatabaseID> <CreatedBy>sample string 7</CreatedBy> <CreatedDateTime>2025-04-29T13:56:18.8708131-04:00</CreatedDateTime> <ID>1</ID> <IsExcluded>true</IsExcluded> <IsLatest>true</IsLatest> <PolEffDate>2025-04-29T13:56:18.8708131-04:00</PolEffDate> <PolExpDate>2025-04-29T13:56:18.8708131-04:00</PolExpDate> <PolNo>sample string 3</PolNo> <RootPolId>sample string 5</RootPolId> </ExcludedRevenueOpportunityLog>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.