recall(serviceOrderRecallInput)
Salesforce パートナー事業部に送信した注文を取り消すためのエントリポイントを提供します。処理されていない注文のみ取り消すことができます。
署名
global static List<COA_ServiceOrderRecall.COA_ServiceOrderRecallOutput> recall(List<COA_ServiceOrderRecall.COA_ServiceOrderRecallInput> serviceOrderRecallInput)
パラメーター
- serviceOrderRecallInput
- 型: List<COA_ServiceOrderRecall.COA_ServiceOrderRecallInput>
- 取り消し操作の入力として渡すラッパークラスのリスト
戻り値
型: List<COA__ServiceOrderRecall.COA__ServiceOrderRecallOutput>