create_organization_client
Create a corporate client in MakeLeaps with optional contact details and address, using an idempotency key to prevent duplicate entries.
Instructions
法人の取引先を作成する。
operation_keyには呼び出し元で一意かつ再利用可能な値を指定する。同じキーと同じ入力を 再実行した場合は保存済み結果を返し、異なる入力でのキー再利用は拒否する。
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| lang_code | No | ||
| external_id | No | ||
| operation_key | Yes | ||
| contact_person | No | ||
| organization_name | Yes | ||
| organization_email | No | ||
| organization_address | No | ||
| organization_fax_number | No | ||
| tax_registration_number | No | ||
| organization_phone_number | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||