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

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

        • expand_more

          Request

          • Update a request bundle

            put
          • Create a new request bundle

            post
          • Create a new draft request bundle

            post
          • Update a request bundle requester by email address

            put
          • Update a request bundle requester by login name

            put
          • Create document suitable for inclusion into a request

            post
          • delete request bundle by ID

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

  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

Request

chevron_right

Update a request bundle requester by email address

put
https://app1.congacontracts.com/Contracts/rest/v2
/request/requester/email

Request

Body

id
string
requests
array[object]
id
string
requestConfigName
string
company
object
contract
object
responsibilities
array[object]
dynamicForms
array[object]
requestDocuments
array[string]
requestBundleConfigName
string
companyId
string
companyName
string
requesterName
string
requesterEmail
string

Responses

200
default

The ID of the updated request bundle

Body

string
Body
1
{
2
"id": "string",
3
"requests": [
4
{
5
"id": "string",
6
"requestConfigName": "string",
7
"company": {
8
"id": "string",
9
"name": "string",
10
"number": "string",
11
"group": "string",
12
"taxId": "string",
13
"status": "string",
14
"dunsNumber": "string",
15
"type": "string",
16
"category": "string",
17
"url": "string",
18
"address1": "string",
19
"address2": "string",
20
"city": "string",
21
"state": "string",
22
"postalCode": "string",
23
"country": "string",
24
"phoneAreaCode": "string",
25
"phoneCountryCode": "string",
26
"phoneExtension": "string",
27
"phoneNumber": "string",
28
"faxAreaCode": "string",
29
"faxCountryCode": "string",
30
"faxExtension": "string",
31
"faxNumber": "string",
32
"dynamics": {
33
"property1": {},
34
"property2": {}
35
},
36
"createdOn": "2019-08-24T14:15:22Z",
37
"lastUpdatedOn": "2019-08-24T14:15:22Z",
38
"createdBy": "string",
39
"lastUpdatedBy": "string",
40
"legalEntity": true,
41
"description": "string"
42
},
43
"contract": {
44
"company": {
45
"id": "string",
46
"name": "string",
47
"number": "string",
48
"group": "string",
49
"taxId": "string",
50
"status": "string",
51
"dunsNumber": "string",
52
"type": "string",
53
"category": "string",
54
"url": "string",
55
"address1": "string",
56
"address2": "string",
57
"city": "string",
58
"state": "string",
59
"postalCode": "string",
60
"country": "string",
61
"phoneAreaCode": "string",
62
"phoneCountryCode": "string",
63
"phoneExtension": "string",
64
"phoneNumber": "string",
65
"faxAreaCode": "string",
66
"faxCountryCode": "string",
67
"faxExtension": "string",
68
"faxNumber": "string",
69
"dynamics": {
70
"property1": {},
71
"property2": {}
72
},
73
"createdOn": "2019-08-24T14:15:22Z",
74
"lastUpdatedOn": "2019-08-24T14:15:22Z",
75
"createdBy": "string",
76
"lastUpdatedBy": "string",
77
"legalEntity": true,
78
"description": "string"
79
},
80
"id": "string",
81
"group": "string",
82
"number": "string",
83
"value": 0,
84
"agreementType": "string",
85
"proposedValue": 0,
86
"types": [
87
"string"
88
],
89
"location": "string",
90
"purpose": "string",
91
"legalEntity": "string",
92
"originalExpirationDate": "2019-08-24T14:15:22Z",
93
"effectiveDate": "2019-08-24T14:15:22Z",
94
"currentExpirationDate": "2019-08-24T14:15:22Z",
95
"noticeDate": "2019-08-24T14:15:22Z",
96
"renewalInterval": 0,
97
"noticePeriod": 0,
98
"termType": "string",
99
"status": "string",
100
"currency": "string",
101
"parentContractId": "string",
102
"originalCompany": "string",
103
"description": "string",
104
"familyId": "string",
105
"dynamics": {
106
"property1": {},
107
"property2": {}
108
},
109
"createdOn": "2019-08-24T14:15:22Z",
110
"lastUpdatedOn": "2019-08-24T14:15:22Z",
111
"createdBy": "string",
112
"lastUpdatedBy": "string"
113
},
114
"responsibilities": [
115
{
116
"responsibilityName": "string",
117
"personId": "string"
118
}
119
],
120
"dynamicForms": [
121
{
122
"id": "string",
123
"configId": "string",
124
"objectId": "string",
125
"dynamics": {
126
"property1": {},
127
"property2": {}
128
},
129
"createdOn": "2019-08-24T14:15:22Z",
130
"lastUpdatedOn": "2019-08-24T14:15:22Z",
131
"createdBy": "string",
132
"lastUpdatedBy": "string"
133
}
134
],
135
"requestDocuments": [
136
"string"
137
]
138
}
139
],
140
"requestBundleConfigName": "string",
141
"companyId": "string",
142
"companyName": "string",
143
"requesterName": "string",
144
"requesterEmail": "string"
145
}
curl --request PUT \
--url https://app1.congacontracts.com/Contracts/rest/v2/request/requester/email \
--header 'Accept: text/plain, application/json' \
--header 'Content-Type: application/json' \
--data '{
"id": "string",
"requests": [
{
"id": "string",
"requestConfigName": "string",
"company": {
"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": {
"property1": {},
"property2": {}
},
"createdOn": "2019-08-24T14:15:22Z",
"lastUpdatedOn": "2019-08-24T14:15:22Z",
"createdBy": "string",
"lastUpdatedBy": "string",
"legalEntity": true,
"description": "string"
},
"contract": {
"company": {
"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": {
"property1": {},
"property2": {}
},
"createdOn": "2019-08-24T14:15:22Z",
"lastUpdatedOn": "2019-08-24T14:15:22Z",
"createdBy": "string",
"lastUpdatedBy": "string",
"legalEntity": true,
"description": "string"
},
"id": "string",
"group": "string",
"number": "string",
"value": 0,
"agreementType": "string",
"proposedValue": 0,
"types": [
"string"
],
"location": "string",
"purpose": "string",
"legalEntity": "string",
"originalExpirationDate": "2019-08-24T14:15:22Z",
"effectiveDate": "2019-08-24T14:15:22Z",
"currentExpirationDate": "2019-08-24T14:15:22Z",
"noticeDate": "2019-08-24T14:15:22Z",
"renewalInterval": 0,
"noticePeriod": 0,
"termType": "string",
"status": "string",
"currency": "string",
"parentContractId": "string",
"originalCompany": "string",
"description": "string",
"familyId": "string",
"dynamics": {
"property1": {},
"property2": {}
},
"createdOn": "2019-08-24T14:15:22Z",
"lastUpdatedOn": "2019-08-24T14:15:22Z",
"createdBy": "string",
"lastUpdatedBy": "string"
},
"responsibilities": [
{
"responsibilityName": "string",
"personId": "string"
}
],
"dynamicForms": [
{
"id": "string",
"configId": "string",
"objectId": "string",
"dynamics": {
"property1": {},
"property2": {}
},
"createdOn": "2019-08-24T14:15:22Z",
"lastUpdatedOn": "2019-08-24T14:15:22Z",
"createdBy": "string",
"lastUpdatedBy": "string"
}
],
"requestDocuments": [
"string"
]
}
],
"requestBundleConfigName": "string",
"companyId": "string",
"companyName": "string",
"requesterName": "string",
"requesterEmail": "string"
}'
chevron_leftchevron_right

Footer Section

Explore


Conga.com
Legal
Feedback
Contact Support

Copyright © 2025 Conga Corporation • All Rights Reserved