Newer Version Available
Perform Contract Action
This action is available in API version 61.0 and later.
Supported REST HTTP Methods
- URI
- /services/data/v59.0/actions/standard/performContractAction
- Formats
- JSON, XML
- HTTP Methods
- POST
- Authentication
- Authorization: Bearer token
Inputs
| Input | Details |
|---|---|
| actionData |
|
| actionName |
|
| contractId |
|
Output
| Output | Details |
|---|---|
| contractId |
|
Usage
- Sample Input
-
This sample request is for the Perform Contract action.
1{ 2 "contractId": "800SG00000HtyxxYAB", 3 "actionName": "activateContract" 4 "actionData": "{\"testField\": \"testVal\"}" 5} - Sample Output
-
This sample response is for the Perform Contract action.
1{ 2 "contractId": [ 3 "800SB00000KLbHxxA1" 4 ] 5}