home

general

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

general

chevron_left

general Contents

close
  • Features by Release

  • Conga Upgrade Program

  • chevron_right

    System Requirements and Supported Platforms Matrix

  • Managed Packages Dependency Matrix

  • Conga Applications in Salesforce Lightning

  • Salesforce Multi-Factor Authentication Support for Conga Commerce

  • chevron_right

    Conga Product Glossary

  • chevron_right

    Conga Upgrade Assistant

  • chevron_right

    Product Retirement Schedule

  • expand_more

    Developer Center

    • chevron_right

      Approvals for Salesforce REST APIs

    • chevron_right

      Billing for Salesforce REST APIs

    • chevron_right

      CLM for Salesforce REST APIs

    • chevron_right

      CPQ for Salesforce REST APIs

    • expand_more

      Digital Commerce for Salesforce REST APIs

      • chevron_right

        CPQ REST API Version 4

      • expand_more

        CPQ REST API Version 5

        • chevron_right

          Authentication

        • chevron_right

          Storefront

        • chevron_right

          Account

        • chevron_right

          PriceList

        • chevron_right

          Catalog

        • chevron_right

          Carts

        • chevron_right

          Cart Items

        • chevron_right

          Favorites

        • chevron_right

          Generic

        • chevron_right

          Order

        • chevron_right

          Quote

        • chevron_right

          Assets

        • expand_more

          Collaboration Request

          • Create Collaboration Request

            post
          • Update Collaboration Request

            put
          • Delete Collaboration Request

            delete
          • Create cart from Collaboration Request

            post
        • chevron_right

          User Views

    • chevron_right

      Discovery AI for Salesforce REST APIs

    • chevron_right

      Orchestrate REST APIs

    • chevron_right

      Partner Commerce for Salesforce REST APIs

    • chevron_right

      TurboEngines REST APIs

    list_altShow Contents

    chevron_left

    General

    Collaboration Request

    chevron_right
    download

    Create Collaboration Request

    post
    /collaborationrequests

    Create a Collaboration Request.

    Request

    Security: Basic Auth

    Headers

    Authorization
    string
    required

    Authentication token.

    Example:
    00DG0000000iqtB!ARUAQHofFrVurFKWS8TcFKmhFM1yiA1VBzEVVAOXDB.5r_rlpxXuj53RnqfY2QKUgsL3N.ge5kmSPN5UcHK9iHckog6eTw.4
    Content-Type
    string
    required

    Content type of the request body.

    Example:
    application/json
    x-storefront
    string
    required

    The name of the storefront used for the request.

    Example:
    ECommerce

    Body

    The request body to create a new collaboration request.

    Name
    string

    Responses

    200

    OK

    Body

    responses
    /
    200
    data
    object
    Collaboration_Checkbox
    boolean
    Type
    string
    SoldToAccountId
    string
    SingleTransactionAdjustment
    boolean
    ShipToAccountId
    string
    BillToAccountId
    string
    Status
    string
    PriceListId
    string
    IsParentCartVisible
    boolean
    CollaborationType
    string
    Name
    string
    IsDeleted
    boolean
    OwnerId
    string
    Id
    string
    Auth
    Username
    :
    Password
    :
    Parameters
    :
    :
    :
    Body
    1
    [
    2
    {
    3
    "Name": "Test Collab Request"
    4
    }
    5
    ]
    curl --request POST \
    --url https://documentation.conga.com/collaborationrequests \
    --header 'Accept: application/json' \
    --header 'Authorization: Basic 123' \
    --header 'Content-Type: application/json' \
    --header 'x-storefront: ' \
    --data '[
    {
    "Name": "Test Collab Request"
    }
    ]'
    Response Example
    1
    {
    2
    "title": "success",
    3
    "status": 200,
    4
    "data": {
    5
    "Collaboration_GeoLocation": "null,",
    6
    "Collaboration_Checkbox": "false,",
    7
    "Type": "New,",
    8
    "SoldToAccountId": "0011900000hnGsrAAE,",
    9
    "SingleTransactionAdjustment": "false,",
    10
    "ShipToAccountId": "0011900000hnGsrAAE,",
    11
    "BillToAccountId": "0011900000hnGsrAAE,",
    12
    "Status": "New,",
    13
    "PriceListId": "a171T000005il1XQAQ,",
    14
    "IsParentCartVisible": "false,",
    15
    "CollaborationType": "Digital Commerce,",
    16
    "CreatedById": "00519000002i3UzAAI,",
    17
    "Name": "CR-0000002183,",
    18
    "IsDeleted": "false,",
    19
    "OwnerId": "00519000002i3UzAAI,",
    20
    "Id": "a3K2h0000002B5JEAU"
    21
    }
    22
    }
    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.