支払方法分類
POST /webhook-payment-method-groups
POST
/webhook-payment-method-groups
Parameters
Section titled “ Parameters ”Header Parameters
Section titled “Header Parameters ” Smaregi-Event
string
イベント名 pos:payment-method-groups
Request Body
Section titled “Request Body ”object
contractId
契約ID
string
event
イベント
string
action
アクション
- created: 登録
- edited: 更新
- deleted: 削除
string
paymentMethodGroupIds
支払方法分類IDリスト
array
Example
{ "contractId": "string", "event": "string", "action": "created", "paymentMethodGroupIds": [ "1", "10", "12" ]}