home

Contracts

Adobe Sign ServicesAdvantage Platform AdministrationApprovals for Advantage PlatformApprovals for SalesforceBilling for Advantage PlatformBilling for SalesforceCLM for Advantage PlatformCLM for SalesforceContracts for SalesforceCollaborateComposer for Advantage PlatformComposer for SalesforceContractsConga for Google DocsConga Upgrade ProgramContract Intelligence (Standalone)Conga CopilotCPQ for Advantage PlatformCPQ for SalesforceDeal MaximizerDigital Commerce for Advantage PlatformDigital Commerce for SalesforceDiscovery AI for Advantage PlatformDiscovery AI for SalesforceDocusign ServiceseSignature Integration with Advantage PlatformGridInvoice GenerationMix FormsOrchestrateOrder Management for Advantage PlatformOrder Management for SalesforcePartner Commerce for Advantage PlatformPartner Commerce for SalesforceQuote GenerationSign for Advantage PlatformSign for SalesforceSmart SearchTest AuthorTurboEnginesX-Author for Contracts 1.0 (Classic)X-Author for ContractsX-Author for Contracts Advanced for Advantage PlatformX-Author for Contracts Advanced for SalesforceX-Author for ExcelX-Author for Migration Manager for Advantage PlatformX-Author for Migration ManagerRelease NotesGeneral
search
search
Adobe Sign ServicesAdvantage Platform AdministrationApprovals for Advantage PlatformApprovals for SalesforceBilling for Advantage PlatformBilling for SalesforceCLM for Advantage PlatformCLM for SalesforceContracts for SalesforceCollaborateComposer for Advantage PlatformComposer for SalesforceContractsConga for Google DocsConga Upgrade ProgramContract Intelligence (Standalone)Conga CopilotCPQ for Advantage PlatformCPQ for SalesforceDeal MaximizerDigital Commerce for Advantage PlatformDigital Commerce for SalesforceDiscovery AI for Advantage PlatformDiscovery AI for SalesforceDocusign ServiceseSignature Integration with Advantage PlatformGridInvoice GenerationMix FormsOrchestrateOrder Management for Advantage PlatformOrder Management for SalesforcePartner Commerce for Advantage PlatformPartner Commerce for SalesforceQuote GenerationSign for Advantage PlatformSign for SalesforceSmart SearchTest AuthorTurboEnginesX-Author for Contracts 1.0 (Classic)X-Author for ContractsX-Author for Contracts Advanced for Advantage PlatformX-Author for Contracts Advanced for SalesforceX-Author for ExcelX-Author for Migration Manager for Advantage PlatformX-Author for Migration ManagerRelease NotesGeneral

Conga Product Documentation

Welcome to the new doc site. Some of your old bookmarks will no longer work. Please use the search bar to find your desired topic.

search

Contracts

chevron_left

Contracts Contents

close
  • About Conga Contracts

  • What's New in Conga Contracts Documentation

  • chevron_right

    Conga Contracts for Administrators

  • chevron_right

    Conga Contracts for Users

  • chevron_right

    Conga Contracts Troubleshooting

  • expand_more

    Conga Contracts for API Developers

    • expand_more

      Conga Contracts for REST API Developers

      • chevron_right

        Getting Started as a Developer for REST API

      • expand_more

        REST API Reference

        • REST API Version 2.0

        • chevron_right

          Clause

        • chevron_right

          Company

        • chevron_right

          CompanyPerson

        • chevron_right

          Contract

        • chevron_right

          ManagedClause

        • chevron_right

          CreationTemplate

        • chevron_right

          Describe

        • chevron_right

          Document

        • chevron_right

          DynamicForm

        • chevron_right

          Event

        • chevron_right

          Flow

        • chevron_right

          ListAdmin

        • chevron_right

          Payment

        • chevron_right

          Person

        • chevron_right

          Project

        • chevron_right

          Request

        • chevron_right

          Session

        • chevron_right

          User

        • REST API Version 1.0

        • chevron_right

          Clause

        • expand_more

          Company

          • Query companies

            get
          • Update company

            put
          • Create company

            post
          • get company by ID

            get
          • get company relationships by company ID

            get
          • save company relationships

            put
          • get company locations by company ID

            get
          • save company locations

            put
          • get company additional names by company ID

            get
          • save company additional names

            put
          • Get additional dynamic forms for a company

            get
        • chevron_right

          CompanyPerson

        • chevron_right

          Contract

        • chevron_right

          CreationTemplate

        • chevron_right

          Document

        • chevron_right

          DynamicForm

        • chevron_right

          Event

        • chevron_right

          ListAdmin

        • chevron_right

          Payment

        • chevron_right

          Person

        • chevron_right

          Project

        • chevron_right

          Request

        • chevron_right

          Session

        • chevron_right

          User

    • chevron_right

      (Deprecated) Conga Contracts for SOAP API Developers

  • Conga Customer Community & Learning Center Resources

  1. Contracts (current)
  2. arrow_right
  3. Conga Contracts for API Developers
  4. arrow_right
  5. Conga Contracts for REST API Developers
  6. arrow_right
  7. REST API Reference

list_altShow Contents

chevron_left

Contracts

Company

chevron_right
download

Update company

put
https://app1.congacontracts.com/Contracts/rest/v1
/company

Request

Body

id
string
name
string
number
string
group
string
taxId
string
status
string
dunsNumber
string
type
string
category
string
url
string
address1
string
address2
string
city
string
state
string
postalCode
string
country
string
phoneAreaCode
string
phoneCountryCode
string
phoneExtension
string
phoneNumber
string
faxAreaCode
string
faxCountryCode
string
faxExtension
string
faxNumber
string
dynamics
array

Responses

200
default

The ID of the updated company

Body

responses
/
200
string
Body
1
{
2
"id": "string",
3
"name": "string",
4
"number": "string",
5
"group": "string",
6
"taxId": "string",
7
"status": "string",
8
"dunsNumber": "string",
9
"type": "string",
10
"category": "string",
11
"url": "string",
12
"address1": "string",
13
"address2": "string",
14
"city": "string",
15
"state": "string",
16
"postalCode": "string",
17
"country": "string",
18
"phoneAreaCode": "string",
19
"phoneCountryCode": "string",
20
"phoneExtension": "string",
21
"phoneNumber": "string",
22
"faxAreaCode": "string",
23
"faxCountryCode": "string",
24
"faxExtension": "string",
25
"faxNumber": "string",
26
"dynamics": []
27
}
curl --request PUT \
--url https://app1.congacontracts.com/Contracts/rest/v1/company \
--header 'Accept: text/plain, application/json' \
--header 'Content-Type: application/json' \
--data '{
"id": "string",
"name": "string",
"number": "string",
"group": "string",
"taxId": "string",
"status": "string",
"dunsNumber": "string",
"type": "string",
"category": "string",
"url": "string",
"address1": "string",
"address2": "string",
"city": "string",
"state": "string",
"postalCode": "string",
"country": "string",
"phoneAreaCode": "string",
"phoneCountryCode": "string",
"phoneExtension": "string",
"phoneNumber": "string",
"faxAreaCode": "string",
"faxCountryCode": "string",
"faxExtension": "string",
"faxNumber": "string",
"dynamics": []
}'
chevron_leftchevron_right
chevron_right

Footer Section

Explore


Conga.com
Legal
Feedback
Contact Support

Copyright © 2025 Conga Corporation • All Rights Reserved

Cookie Notice

We use cookies to improve your experience on our site. To find out more, read our cookie policy.