Path Parameters
HTTP Header
api-key REQUIRED string - Your Accelerate API Key | URL Substitution
subdomain REQUIRED
|
Proposal Search Requests
POST
POST - Retrieves a list of proposals matching supplied criteria
https://{{subdomain}}.quotevineapp.com/qvine/quotevine/api/v2/proposals/search
Example Payload
POST
{
"relationship_name":"James Michaels",
"proposal_status": "Submitted"
}
Response
400 Returned if the request sent is invalid. | 404 Returned if the request is not found or the user does not have permission to view it. |
200
Expand to see example of a successful response. { |
Proposal Search Attributes
When searching Proposals via the API, there are a number of fields needed.
Mandatory Fields
Expand to see the list of mandatory fields
Expand to see the list of mandatory fields
relationship_name - string
email_address - string
mobile_number - string
Landline numbers can also be passed in.
external_reference - string
β
Non Mandatory Fields
Expand to see the list of non-mandatory fields.
Expand to see the list of non-mandatory fields.
proposal_status - string
Must be one of the proposal statuses configured in Workflow Settings.
updated_since - date
β