POST api/Proposal/GetProposalQueueForAgent

Get proposal details

Request Information

URI Parameters

None.

Body Parameters

ProposalRequestInputModel
NameDescriptionTypeAdditional information
UrlKey

string

None.

Number

string

None.

CreatedOnFrom

date

None.

CreatedOnTo

date

None.

ExpiryDateFrom

date

None.

ExpiryDateTo

date

None.

PolicyEffectiveDate

date

None.

CustomerName

string

None.

PolicyEffectiveDateFrom

date

None.

PolicyEffectiveDateTo

date

None.

ProductCategory

string

None.

Status

string

None.

SearchKey

string

None.

SortParam

integer

None.

AgentIds

Collection of string

None.

PrimaryAgentId

string

None.

PageIndex

integer

None.

PageSize

integer

None.

SortFields

Collection of string

None.

AgentName

string

None.

AgentId

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "UrlKey": "sample string 1",
  "Number": "sample string 2",
  "CreatedOnFrom": "2024-04-24T17:38:32.2942576-07:00",
  "CreatedOnTo": "2024-04-24T17:38:32.2942576-07:00",
  "ExpiryDateFrom": "2024-04-24T17:38:32.2942576-07:00",
  "ExpiryDateTo": "2024-04-24T17:38:32.2942576-07:00",
  "PolicyEffectiveDate": "2024-04-24T17:38:32.2942576-07:00",
  "CustomerName": "sample string 3",
  "PolicyEffectiveDateFrom": "2024-04-24T17:38:32.2942576-07:00",
  "PolicyEffectiveDateTo": "2024-04-24T17:38:32.2942576-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": 1,
  "PageSize": 1,
  "SortFields": [
    "sample string 1",
    "sample string 2"
  ],
  "AgentName": "sample string 8",
  "AgentId": 9
}

application/xml, text/xml

Sample:
<ProposalRequestInputModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/GBG.AS.AgentPortal.Data.Models.Proposal">
  <AgentId>9</AgentId>
  <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 8</AgentName>
  <CreatedOnFrom>2024-04-24T17:38:32.2942576-07:00</CreatedOnFrom>
  <CreatedOnTo>2024-04-24T17:38:32.2942576-07:00</CreatedOnTo>
  <CustomerName>sample string 3</CustomerName>
  <ExpiryDateFrom>2024-04-24T17:38:32.2942576-07:00</ExpiryDateFrom>
  <ExpiryDateTo>2024-04-24T17:38:32.2942576-07:00</ExpiryDateTo>
  <Number>sample string 2</Number>
  <PageIndex>1</PageIndex>
  <PageSize>1</PageSize>
  <PolicyEffectiveDate>2024-04-24T17:38:32.2942576-07:00</PolicyEffectiveDate>
  <PolicyEffectiveDateFrom>2024-04-24T17:38:32.2942576-07:00</PolicyEffectiveDateFrom>
  <PolicyEffectiveDateTo>2024-04-24T17:38:32.2942576-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:

Sample not available.

Response Information

Resource Description

HttpResponseMessage
NameDescriptionTypeAdditional information
Version

Version

None.

Content

HttpContent

None.

StatusCode

HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.