POST api/Proposal/GetProposalQueueForAgent
Get proposal details
Request Information
URI Parameters
None.
Body Parameters
ProposalRequestInputModel| Name | Description | Type | Additional information |
|---|---|---|---|
| UrlKey |
Gets or sets url key |
string |
None. |
| Number |
Gets or sets proposal number |
string |
None. |
| CreatedOnFrom |
Gets or sets created date from |
date |
None. |
| CreatedOnTo |
Gets or sets created date to |
date |
None. |
| ExpiryDateFrom |
Gets or sets expiry date from |
date |
None. |
| ExpiryDateTo |
Gets or sets expiry date to |
date |
None. |
| PolicyEffectiveDate |
Gets or sets policy effective date |
date |
None. |
| CustomerName |
Gets or sets customer name |
string |
None. |
| PolicyEffectiveDateFrom |
Gets or sets policy effective date from |
date |
None. |
| PolicyEffectiveDateTo |
Gets or sets policy effective date to |
date |
None. |
| ProductCategory |
Gets or sets product category |
string |
None. |
| Status |
Gets or sets proposal status |
string |
None. |
| SearchKey |
Gets or sets search key |
string |
None. |
| SortParam |
Gets or sets sort parameter |
integer |
None. |
| AgentIds |
Gets or sets agents |
Collection of string |
None. |
| PrimaryAgentId |
Gets or sets search PrimaryAgentId |
string |
None. |
| PageIndex |
Gets or sets page index |
integer |
None. |
| PageSize |
Gets or sets page size |
integer |
None. |
| SortFields |
Gets or sets sort fields |
Collection of string |
None. |
| AgentName |
Gets or sets name of the agent |
string |
None. |
Request Formats
application/json, text/json
{
"UrlKey": "sample string 1",
"Number": "sample string 2",
"CreatedOnFrom": "2026-04-15T11:58:37.4005058-07:00",
"CreatedOnTo": "2026-04-15T11:58:37.4005058-07:00",
"ExpiryDateFrom": "2026-04-15T11:58:37.4005058-07:00",
"ExpiryDateTo": "2026-04-15T11:58:37.4005058-07:00",
"PolicyEffectiveDate": "2026-04-15T11:58:37.4005058-07:00",
"CustomerName": "sample string 3",
"PolicyEffectiveDateFrom": "2026-04-15T11:58:37.4005058-07:00",
"PolicyEffectiveDateTo": "2026-04-15T11:58:37.4005058-07:00",
"ProductCategory": "sample string 4",
"Status": "sample string 5",
"SearchKey": "sample string 6",
"SortParam": 1,
"AgentIds": [
"sample string 1",
"sample string 2"
],
"PrimaryAgentId": "sample string 7",
"PageIndex": 8,
"PageSize": 9,
"SortFields": [
"sample string 1",
"sample string 2"
],
"AgentName": "sample string 10"
}
application/xml, text/xml
<ProposalRequestInputModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/GBG.AS.AgentPortal.API.Areas.Proposals.Models">
<AgentIds xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:string>sample string 1</d2p1:string>
<d2p1:string>sample string 2</d2p1:string>
</AgentIds>
<AgentName>sample string 10</AgentName>
<CreatedOnFrom>2026-04-15T11:58:37.4005058-07:00</CreatedOnFrom>
<CreatedOnTo>2026-04-15T11:58:37.4005058-07:00</CreatedOnTo>
<CustomerName>sample string 3</CustomerName>
<ExpiryDateFrom>2026-04-15T11:58:37.4005058-07:00</ExpiryDateFrom>
<ExpiryDateTo>2026-04-15T11:58:37.4005058-07:00</ExpiryDateTo>
<Number>sample string 2</Number>
<PageIndex>8</PageIndex>
<PageSize>9</PageSize>
<PolicyEffectiveDate>2026-04-15T11:58:37.4005058-07:00</PolicyEffectiveDate>
<PolicyEffectiveDateFrom>2026-04-15T11:58:37.4005058-07:00</PolicyEffectiveDateFrom>
<PolicyEffectiveDateTo>2026-04-15T11:58:37.4005058-07:00</PolicyEffectiveDateTo>
<PrimaryAgentId>sample string 7</PrimaryAgentId>
<ProductCategory>sample string 4</ProductCategory>
<SearchKey>sample string 6</SearchKey>
<SortFields xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:string>sample string 1</d2p1:string>
<d2p1:string>sample string 2</d2p1:string>
</SortFields>
<SortParam>1</SortParam>
<Status>sample string 5</Status>
<UrlKey>sample string 1</UrlKey>
</ProposalRequestInputModel>
application/x-www-form-urlencoded
Sample not available.
Response Information
Resource Description
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None. |
|
| Content | HttpContent |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |