Jump to Content
QuoteCloud
API Reference
v1.0

Log InQuoteCloud
API Reference
Log In
v1.0API Reference

Getting Started

  • Introduction
  • Authentication
  • Errors
  • Paginations

API Recipes

  • Create Blank Document
  • Create a Document from a Template
  • Auto-send your created Document
  • Send an existing Document

Core Resources

  • Documents
    • Document Statistics
    • Account Documents
    • Document Status Changed
    • Update Document Status
    • Create New Document
    • Update Existing Document
    • Handover Document
    • Copy Last Version of Document
    • Revise Version of Document
    • Save Version of Document as Template
    • Send Document
    • Delete Document
  • Document Templates
  • Cover Pages
  • Products
    • Product List
    • Create Product
  • Contacts
    • Contacts List
  • Users
    • User List
    • Create User in Team
  • Service Extention
    • Plans
    • Devices
    • Phone Systems
  • Email Campaign Extension
    • Campaigns
    • Contacts

Travel resources

  • Connecting to the Itinerary Sync API
  • QuoteCloud Travel Model
Powered by 

Update Document Status

Mutation

COMING SOON

Updating the status of a document will required the fields listed below, and must include the ID of the document to update. If the status is incompatible or the document does not exist for the user accessing the API a failure error will be returned.

mutation updateDocumentStatus {
	
}
  • Table of Contents
    • COMING SOON