Footer Section
Explore

Updates the Related Line Item records in the database. It is mandatory to pass Record Id for matching the records along with other fields values that need to be updated in the DB.
All standard and custom fields on the Related Line Item object are supported here provided they are editable.
curl --request PUT \--url https://documentation.conga.com/Apttus_CPQApi/RelatedLineItems/v1/ \--header 'Accept: application/json' \--header 'Content-Type: application/json' \--data '{"RelatedLineItems": [{"RelatedLineItemSO": {"Id": "a5r2i000000D86Y","Apttus_Config2__WeightageType__c": "Amount","Apttus_Config2__WeightageAmount__c": 35}},{"RelatedLineItemSO": {"Id": "a5r2i000000D86Z","Apttus_Config2__WeightageType__c": "Amount","Apttus_Config2__WeightageAmount__c": 35}}],"CartId": "a1I2i000000mJ7T"}'
1{2"IsSuccess": "TRUE",3"Errors": null4}