支払トランザクションのRESTエンドポイント
支払Batches/Paysheets/Paymentトランザクション
(paymentTransactionsのリソース)
- 手動調整の作成
- メソッド: postパス:
/fscmRestApi/resources/11.13.18.05/paymentBatches/{PayrunId}/child/paysheets/{PaysheetId}/child/paymentTransactions - 手動調整の削除
- メソッド: deleteパス:
/fscmRestApi/resources/11.13.18.05/paymentBatches/{PayrunId}/child/paysheets/{PaysheetId}/child/paymentTransactions/{ParticipantPayId} - 支払トランザクションの取得
- メソッド: getパス:
/fscmRestApi/resources/11.13.18.05/paymentBatches/{PayrunId}/child/paysheets/{PaysheetId}/child/paymentTransactions/{ParticipantPayId} - すべての支払トランザクションの取得
- メソッド: getパス:
/fscmRestApi/resources/11.13.18.05/paymentBatches/{PayrunId}/child/paysheets/{PaysheetId}/child/paymentTransactions - 支払トランザクションの更新
- メソッド: patchパス:
/fscmRestApi/resources/11.13.18.05/paymentBatches/{PayrunId}/child/paysheets/{PaysheetId}/child/paymentTransactions/{ParticipantPayId}