Initiate Amendment Action
This action is available in API version 60.0 and later.
Supported REST HTTP Methods
- URI
- /services/data/v64.0/actions/standard/initiateAmendment
- Formats
- JSON, XML
- HTTP Methods
- POST
- Authentication
- Authorization: Bearer token
Inputs
Input | Details |
---|---|
amendAssetIds |
|
amendContractId |
|
amendStartDate |
|
amendOpportunityId |
|
amendOutputType |
|
quantityChange |
|
skipPricing |
|
Outputs
Output | Details |
---|---|
amendRecordId |
|
requestIdentifier |
|
Example
- POST
-
This sample request is for the Initiate Amendment action.
{ "inputs": [ { "amendAssetIds": ["02iI8000000HPzXIAW"], "amendStartDate": "2023-10-21T00:00:00.000Z", "quantityChange": 5, "amendOutputType": "Quote", "amendContractId": "contract ID", "amendOpportunityId": "Opportunity ID", "skipPricing": false } ] }
This sample response is for the Initiate Amendment action.
[ { "actionName": "initiateAmendment", "errors": null, "isSuccess": true, "outputValues": { "record_id": "0Q0xx0000004NsSCAU", "requestIdentifier": "16Pxx0000004NIy" }, "version": 1 } ]