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.
Signature
global static List<COA_ServiceOrderRecall.COA_ServiceOrderRecallOutput> recall(List<COA_ServiceOrderRecall.COA_ServiceOrderRecallInput> serviceOrderRecallInput)
Parameters
- serviceOrderRecallInput
- Type: List<COA_ServiceOrderRecall.COA_ServiceOrderRecallInput>
- List of wrapper classes to pass as input for the recall operation
Return Value
Type: List<COA__ServiceOrderRecall.COA__ServiceOrderRecallOutput>