Jump to Content
SumoQuote Tutorials & Support
GuidesAPI Reference
Log InSumoQuote Tutorials & Support
API Reference
Log In
GuidesAPI Reference

AUTHENTICATION

  • OAuth 2.0
  • API Key

THE BASICS

  • An Authenticated Query of the SumoQuote API
  • Requests as a specific SumoQuote user
  • ContinuationToken (Paging)

SumoQuote.PublicAPI

  • Project
    • List Projectsget
    • Create Projectpost
    • List All Projectsget
    • Retrieve Projectget
    • Update Projectput
    • Delete Projectdel
  • Report
    • List Reportsget
    • Retrieve Reportget
    • Download PDF Reportget
  • User
    • List SumoQuote Usersget
    • Adds a new SumoQuote user to the SumoQuote account.post
  • WebHook
    • Webhook Batch Createpost
    • Webhook Batch Deletedel

SumoQuote.PublicAPI v2

  • Project
    • Search in projectsget
    • Create projectpost
    • Get user projectsget
    • Get projectget
    • Update projectput
    • Delete projectdel
  • Report
    • Get project reportsget
    • Get reportget
    • Get report signature detailsget
    • Download report PDFget
  • User
    • Get SumoQuote usersget
    • Get user profileget
  • WebHook
    • Create webhook batchpost
    • Delete webhook batchdel
Powered by 

Update project

put https://api.sumoquote.com/v2/Project/

Updates a specified SumoQuote Project. An entire SumoProject payload should be specified. If values are left out, they will be removed from the SumoQuote Project record.

Language
Credentials
Click Try It! to start a request and see the response here!