POST/directory/employment-types/external-keys
利用権限タイプの ExternalKey リストを一括登録する。
注意
本 API は提供終了予定です。今後は こちら を使用してください。
Access Token を指定します。
指定の方法や Access Token の取得方法は 共通仕様 を参照してください。
directory
| Header | type | Description |
|---|---|---|
| Authorization | string | Bearer {token} required |
| Content-Type | string | application/json required example : application/json |
| Property | Type | Description |
|---|---|---|
| employmentTypes | array (EmploymentTypeTenantUniqueExternalKeyRequest) | externalKey のリスト required minItems : 1 maxItems : 50 |
| Property | Type | Description |
|---|---|---|
| id | string | リソースを特定する ID
required |
| externalKey | string | ExternalKey
maxLength : 100 |
example
1{2 "employmentTypes": [3 {4 "id": "employ2c-f321-47a6-ac11-e81fcc23a8c3",5 "externalKey": "EMPLOYMENTTYPE_EXT_01"6 },7 {8 "id": "employ0f-997b-4f47-9267-463f15e908a3",9 "externalKey": "EMPLOYMENTTYPE_EXT_02"10 }11 ]12}No Content
Bad Request
Not Found
Conflict