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": "2ed56943-fed7-4ac3-9f66-637128ad1223",
"quote_stage_name": "sample string 2",
"quote_presented_date": "2025-11-18T22:33:53.4036486-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>2ed56943-fed7-4ac3-9f66-637128ad1223</PolicyDatabaseId> <PresentedDate>2025-11-18T22:33:53.4036486-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": "4044ef25-4c03-41a3-9997-53734f4d3e7b",
"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>4044ef25-4c03-41a3-9997-53734f4d3e7b</DatabaseId> </NowCertsApiResultWithDatabaseId>