Aident logoAident logo centerAident Loadout
Use CasesPricingDocs
ENStart Now
AppsCoupa ToolsCoupa Contracts Update
Coupa Tools

Coupa Contracts Update

Tool to update an existing contract in Coupa via PUT /api/contracts/:id. Use when you need to modify contract attributes such as status, dates, supplier, or financial terms. Only include fields that need to be changed.

Write actionRisk level 2 of 5OAuth connection
Use Coupa Contracts Update

Pricing and limits

Aident logo

Product

Aident LoadoutAident Playbook EditorOpen-CUAK

About

AppsSkillsUse CasesDocsBlogPricingDownloadsPrivacy PolicyTerms of Service

Alternatives

vs Composiovs Zapier
llms.txtGet an AI summary of Aident LoadoutSummarize with ChatGPTSummarize with ClaudeSummarize with GeminiSummarize with Perplexity

© Aident Labs, 2024-2026

Pricing
Free
Unified payment
Not currently supported

Inputs

  • idinteger
    Required
    Coupa unique identifier of the contract to update.
  • namestring
    Contract name.
  • fieldsstring
    JSON array of fields to return; e.g., ['id','name',{'supplier':['id','name']}].
  • numberstring
    Contract number.
  • statusstring
    Status of the contract.
  • payloadobject
    Additional contract attributes to update directly; keys should use Coupa API hyphenated names.
  • currencyobject
    Contract currency code reference, e.g., {'code': 'USD'}.
  • end-datestring
    Expire date of the contract in ISO 8601 format (YYYY-MM-DD).
  • supplierobject
    Supplier information reference, e.g., {'id': 2} or {'name': 'Amazon.com'}.
  • departmentobject
    Department information reference, e.g., {'id': 4}.
  • start-datestring
    Start date of the contract in ISO 8601 format (YYYY-MM-DD).
  • descriptionstring
    Descriptive notes about the contract.

Observable output

  • data
    Required
    Data from the action execution
  • errorstring
    Error if any occurred during the execution of the action
  • successfulboolean
    Required
    Whether or not the action execution was successful or not

Skills that use this Action

Related use cases

No verified related use cases are linked yet.

Official source

Provider source

Skills that use this Action

No published Skills explicitly reference this Action yet.