recall(serviceOrderRecallInput)
Provides an entry point to recall orders that you’ve submitted to Salesforce Partner Operations. You can recall only orders that haven’t been processed.
global static List<COA_ServiceOrderRecall.COA_ServiceOrderRecallOutput> recall(List<COA_ServiceOrderRecall.COA_ServiceOrderRecallInput> serviceOrderRecallInput)
- serviceOrderRecallInput
Type: List<COA_ServiceOrderRecall.COA_ServiceOrderRecallInput>
List of wrapper classes to pass as input for the recall operation
Type: List<COA__ServiceOrderRecall.COA__ServiceOrderRecallOutput>