Footer Section
Explore

Invoke this API to change the parameters of an asset, associated configuration and related details.
The Id of the asset that needs to be changed.
Authentication token.
Content type of the request body.
The name of the storefront used for the request.
Note: Step Property in request body Indicates which step to be run.Possible values are CHANGE_ASSET, VALIDATE, RUN_CONSTRAINTS, and REPRICE.
curl --request POST \--url https://documentation.conga.com/assets/assetId/change \--header 'Accept: application/json' \--header 'Authorization: Basic 123' \--header 'Content-Type: application/json' \--header 'x-storefront: ' \--data '{"ProductAttributeValues": [{"AssetId": "a0e3I000000ERLmQAO","AttributeValueExt3SO": {"attributes": {"type": "Apttus_Config2__ProductAttributeValueExt3__c"},"TestPAVExt3Field__c": "fieldValue","TestPAVExt3Field2__c": "fieldValue2"},"AttributeValueExt2SO": {"attributes": {"type": "Apttus_Config2__ProductAttributeValueExt2__c"},"TestPAVExt2Field__c": "fieldValue","TestPAVExt2Field2__c": "fieldValue2"},"AttributeValueExtSO": {"attributes": {"type": "Apttus_Config2__ProductAttributeValueExt__c"},"TestPAVExtField__c": "fieldValue","TestPAVExtField2__c": "fieldValue2"},"AttributeValueSO": {"attributes": {"type": "Apttus_Config2__ProductAttributeValue__c"},"Apttus_Config2__Age__c": "10","Apttus_Config2__Vendor__c": "Vendor 1"},"NullFields": {"Apttus_Config2__ProductAttributeValue__c": ["Apttus_Config2__Color__c","Field1__c"],"Apttus_Config2__ProductAttributeValueExt__c": ["fieldExt1__c"],"Apttus_Config2__ProductAttributeValueExt2__c": ["fieldExt2__c"],"Apttus_Config2__ProductAttributeValueExt3__c": ["fieldExt3__c"]}}],"Step": "CHANGE_ASSET","SelectedOptions": [{"StartDate": "2020-10-16","SellingTerm": 12,"Quantity": 3,"EndDate": "2020-11-14","CustomFields": ["LineItem_Custom_field1__c","LineItem_Custom_field2__c"],"CustomData": {"attributes": {"type": "Apttus_Config2__LineItem__c"},"LineItem_Custom_field1__c": "value1","LineItem_Custom_field2__c": "value2"},"ComponentProductId": "01t1I000000imxpQAA","ComponentId": "a0z1I000005dSnrQAE","Comments": "description","AttributeValues": [{"attributes": {"type": "Apttus_Config2__ProductAttributeValue__c"},"IsBundle__c": true}]}],"CartId": "a0p1I000009KLLUQA4","CancelledOptions": ["a0p1I000009KLLUQA4"],"AmendedAssets": [{"attributes": {"type": "Apttus_Config2__LineItem__c"},"Apttus_Config2__Quantity__c": 3,"LineItemCustomField__C": "value","Apttus_Config2__AssetLineItemId__c": "a0e3I000000ERLmQAO"}]}'
1{2"title": "success",3"status": 200,4"data": {5"pageErrors": null,6"nextStep": "VALIDATE",7"hasError": false8}9}