Updating a Proposal
This API updates proposal object field values.
API |
Signature |
---|---|
updateProposal |
webService static Boolean updateProposal(Apttus_Proposal__Proposal__c proposalSO) |
Request Parameter |
||
---|---|---|
Name |
Type |
Description |
proposalSO | Apttus_Proposal__Proposal__c |
The proposal SObject |
Response - Apttus_Proposal_Proposal_c |
||
---|---|---|
Field |
Type |
Description |
updateStatus | Boolean |
Indicated whether the update was successful. The values returned are true and false. |
Code Sample
The sample below enables you to update the proposal object field values.
Integration Details
Use the following information in your integrations with CPQ Web Services API. Refer to Integrating Conga with External Systems for information on how to get started.