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)CPQ 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 SearchTurboEnginesX-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 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)CPQ 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 SearchTurboEnginesX-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 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

        • expand_more

          Company

          • Query companies

            get
          • Update company

            put
          • Create company

            post
          • get company by ID

            get
          • delete company by ID

            delete
          • Modify a company

            patch
          • 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
          • Bulk creation of company

            post
          • Bulk modify company

            patch
          • Add a single relationship to a company

            post
          • Add a single location to a company

            post
          • Add a single additional name to a company

            post
          • delete a company additional name

            delete
          • Modify a company additional name

            patch
          • Bulk modify company additional name

            patch
          • delete a company relationship

            delete
          • Modify a company relationship

            patch
          • Bulk modify company relationship

            patch
          • delete a company location

            delete
          • Modify a company location

            patch
          • Bulk modify company location

            patch
        • 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

        • chevron_right

          Company

        • 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

    list_altShow Contents

    chevron_left

    Contracts

    Company

    chevron_right
    download

    get company by ID

    get
    https://app1.congacontracts.com/Contracts/rest/v2
    /company/{id}

    Request

    Path Parameters

    id
    string
    required

    The company ID to get

    Responses

    200
    default

    A company

    Body

    responses
    /
    200
    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
    dictionary[string, object]
    createdOn
    string<date-time>
    lastUpdatedOn
    string<date-time>
    createdBy
    string
    lastUpdatedBy
    string
    legalEntity
    boolean
    description
    string
    Parameters
    :
    curl --request GET \
    --url https://app1.congacontracts.com/Contracts/rest/v2/company/id \
    --header 'Accept: application/json'
    Response Example
    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
    "property1": {},
    28
    "property2": {}
    29
    },
    30
    "createdOn": "2019-08-24T14:15:22Z",
    31
    "lastUpdatedOn": "2019-08-24T14:15:22Z",
    32
    "createdBy": "string",
    33
    "lastUpdatedBy": "string",
    34
    "legalEntity": true,
    35
    "description": "string"
    36
    }
    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.