POST api/Zapier/UpdateQuoteStage
This method is used to update quote stage.
Request Information
URI Parameters
None.
Body Parameters
UpdateQuoteName | 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": "3370f33f-1352-4a44-996f-229117f721cb", "quote_stage_name": "sample string 2", "quote_presented_date": "2025-01-16T20:40:30.9093363-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>3370f33f-1352-4a44-996f-229117f721cb</PolicyDatabaseId> <PresentedDate>2025-01-16T20:40:30.9093363-06:00</PresentedDate> <QuoteStageName>sample string 2</QuoteStageName> </UpdateQuote>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
NowCertsApiResultWithDatabaseIdName | Description | Type | Additional information |
---|---|---|---|
DatabaseId | globally unique identifier |
None. |
|
Status | ApiStatus |
None. |
|
Message | string |
None. |
Response Formats
application/json, text/json
Sample:
{ "databaseId": "24e7d9fd-bb50-4625-bb53-9dc83d04e9b8", "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>24e7d9fd-bb50-4625-bb53-9dc83d04e9b8</DatabaseId> </NowCertsApiResultWithDatabaseId>