IDでアカウントマスタを取得
指定されたアカウントIDに対応するアカウント詳細情報を取得します。 アカウントの個別情報を確認する場合に使用してください。
Path Parameters
- accountId string required
取得対象のアカウントID
Responses
- 200
アカウント詳細のレスポンス
- application/json
- Schema
- Example (from schema)
Schema
- accountId string
アカウントの一意のID(UUID)
- accountCode string
アカウントのコード
- departmentId string
アカウントの所属部門ID
- roleTypeId RoleTypeId
Possible values: [
OPERATOR,CUSTOMER,SUPPLIER]アカウントのロールタイプID
- roleId string
アカウントのロールID
- accountName string
アカウントの名前
- accountKana string
アカウントのカナ表記
- supplierId string
アカウントの業者ID
- responsibleOperatorAccountId string
担当する自社従業員アカウントのアカウントID
- email string
アカウントのメールアドレス
- phoneNumber string
アカウントの電話番号
- isDeleted boolean
アカウントが無効かどうかのフラグ
- startDate date
アカウントの履歴開始日
- endDate date
アカウントの履歴終了日
{
"accountId": "string",
"accountCode": "string",
"departmentId": "string",
"roleId": "string",
"accountName": "string",
"accountKana": "string",
"supplierId": "string",
"responsibleOperatorAccountId": "string",
"email": "string",
"phoneNumber": "string",
"isDeleted": true,
"startDate": "2025-03-27",
"endDate": "2025-03-27"
}
Loading...