Parameters
|
Mandatory (Yes/No)
|
Description
|
---|---|---|
salesContractId
|
Yes
|
the SFDC record ID of Sales Contract.
|
salesContractIdFieldAPIName
|
Yes
|
the API name of the Sales Contract field on Service Contract.
|
effectiveEndDate
|
Yes
|
the End Date to be updated on Contract.
|
cancellationReason
|
No
|
the reason for canceling the Contract.
|
cancellationReasonFieldAPIName
|
No
|
the field name in which the reason for cancellation is provided.
|
Parameters
|
Description
|
---|---|
salesContractId
|
the SFDC record ID of Sales Contract.
|
salesContractIdFieldAPIName
|
the API name of the Sales Contract field on Service Contract.
|
effectiveEndDate
|
the End Date to be updated on Contract.
|
cancellationReason
|
the reason for canceling the Contract.
|
cancellationReasonFieldAPIName
|
the field name in which the reason for cancellation is provided.
|
error
|
this goes in the errors variable of SvmxResponse class.
|
|
• The service finds out the Service Contract using the sales contract ID provided in the request. Ideally, there should be only one Contract for the given Sales Contract. But, if there is more than one contract found, then this service cancels all Contracts.
|