POST api/Zapier/UpdateQuoteStage
This method is used to update quote stage.
Request Information
URI Parameters
None.
Body Parameters
UpdateQuote| Name | Description | Type | Additional information |
|---|---|---|---|
| policy_database_id | globally unique identifier |
None. |
|
| quote_stage_name | string |
None. |
|
| quote_presented_date | date |
None. |
Request Formats
application/json, text/json
Sample:
{
"policy_database_id": "864f6d9f-d7f2-4071-b4cb-0f575ccbc178",
"quote_stage_name": "sample string 2",
"quote_presented_date": "2026-02-09T00:06:40.2214608-06:00"
}
application/xml, text/xml
Sample:
<UpdateQuote xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BusinessEntities.Integrations.Models"> <PolicyDatabaseId>864f6d9f-d7f2-4071-b4cb-0f575ccbc178</PolicyDatabaseId> <PresentedDate>2026-02-09T00:06:40.2214608-06:00</PresentedDate> <QuoteStageName>sample string 2</QuoteStageName> </UpdateQuote>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
NowCertsApiResultWithDatabaseId| Name | Description | Type | Additional information |
|---|---|---|---|
| DatabaseId | globally unique identifier |
None. |
|
| Status | ApiStatus |
None. |
|
| Message | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"databaseId": "d37bfd28-72dc-4d10-9197-5c4617d4a6b2",
"status": 0,
"message": "sample string 2"
}
application/xml, text/xml
Sample:
<NowCertsApiResultWithDatabaseId xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BusinessEntities.NowCertsFulcrum"> <Message>sample string 2</Message> <Status>Error</Status> <DatabaseId>d37bfd28-72dc-4d10-9197-5c4617d4a6b2</DatabaseId> </NowCertsApiResultWithDatabaseId>