取引先RESTエンドポイント
B2B/取引先
B2B/Trading Partnerカテゴリの操作。
- 取引先の作成
- メソッド: postパス:
/ic/api/b2b/v1/tpm/partners - インバウンド契約の作成
- メソッド: postパス:
/ic/api/b2b/v1/tpm/partners/{tpId}/inboundagrs - アウトバウンド契約の作成
- メソッド: postパス:
/ic/api/b2b/v1/tpm/partners/{tpId}/outboundagrs - B2B識別子の作成/更新
- メソッド: postパス:
/ic/api/b2b/v1/tpm/partners/{tpId}/identifiers - ホスト・プロファイルの作成/更新
- メソッド: postパス:
/ic/api/b2b/v1/tpm/host - 取引先担当者の作成/更新
- メソッド: postパス:
/ic/api/b2b/v1/tpm/partners/{tpId}/contacts - B2B識別子の削除
- メソッド: deleteパス:
/ic/api/b2b/v1/tpm/partners/{tpId}/identifiers/{identifierId} - ホスト識別子の削除
- メソッド: deleteパス:
/ic/api/b2b/v1/tpm/host/{id} - 取引先の削除
- メソッド: deleteパス:
/ic/api/b2b/v1/tpm/partners/{tpId} - インバウンド契約の削除
- メソッド: deleteパス:
/ic/api/b2b/v1/tpm/partners/{tpId}/inboundagrs/{agrId} - アウトバウンド契約の削除
- メソッド: deleteパス:
/ic/api/b2b/v1/tpm/partners/{tpId}/outboundagrs/{agrId} - インバウンド契約のデプロイ
- メソッド: postパス:
/ic/api/b2b/v1/tpm/partners/{tpId}/inboundagrs/{agrId}/deploy - アウトバウンド契約のデプロイ
- メソッド: postパス:
/ic/api/b2b/v1/tpm/partners/{tpId}/outboundagrs/{agrId}/deploy - 取引先のエクスポート
- メソッド: getパス:
/ic/api/b2b/v1/tpm/partners/{tpId}/export - 取引先のインポート
- メソッド: postパス:
/ic/api/b2b/v1/tpm/partners/import - 取引先の取得
- メソッド: getパス:
/ic/api/b2b/v1/tpm/partners/{tpId} - インバウンド契約の取得
- メソッド: getパス:
/ic/api/b2b/v1/tpm/partners/{tpId}/inboundagrs/{agrId} - アウトバウンド契約の取得
- メソッド: getパス:
/ic/api/b2b/v1/tpm/partners/{tpId}/outboundagrs/{agrId} - B2B識別子の取得
- メソッド: getパス:
/ic/api/b2b/v1/tpm/partners/{tpId}/identifiers - インバウンド契約の取得
- メソッド: getパス:
/ic/api/b2b/v1/tpm/partners/{tpId}/inboundagrs - アウトバウンド契約の取得
- メソッド: getパス:
/ic/api/b2b/v1/tpm/partners/{tpId}/outboundagrs - ホスト・プロファイルの取得
- メソッド: getパス:
/ic/api/b2b/v1/tpm/host - 取引先担当詳細の取得
- メソッド: getパス:
/ic/api/b2b/v1/tpm/partners/{tpId}/contacts - 取引先の取得
- メソッド: getパス:
/ic/api/b2b/v1/tpm/partners - インバウンド契約のアンデプロイ
- メソッド: postパス:
/ic/api/b2b/v1/tpm/partners/{tpId}/inboundagrs/{agrId}/undeploy - アウトバウンド契約をアンデプロイ
- メソッド: postパス:
/ic/api/b2b/v1/tpm/partners/{tpId}/outboundagrs/{agrId}/undeploy - 取引先の更新
- メソッド: putパス:
/ic/api/b2b/v1/tpm/partners/{tpId} - インバウンド契約の更新
- メソッド: putパス:
/ic/api/b2b/v1/tpm/partners/{tpId}/inboundagrs/{agrId} - アウトバウンド契約の更新
- メソッド: putパス:
/ic/api/b2b/v1/tpm/partners/{tpId}/outboundagrs/{agrId}