POST/directory/levels/external-keys
職級の ExternalKey を一括登録する。
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 |
|---|---|---|
| levels | array (DomainUniqueExternalKeyRequest) | externalKey のリスト required minItems : 1 maxItems : 50 |
| Property | Type | Description |
|---|---|---|
| domainId | integer | ドメイン ID required format : int32 |
| id | string | リソースを特定する ID
required |
| externalKey | string | ExternalKey
maxLength : 100 |
example
1{2 "levels": [3 {4 "domainId": 10000001,5 "id": "levelaa7-b824-4937-66af-042f1f43cefa",6 "externalKey": "LEVEL_EXT_01"7 },8 {9 "domainId": 10000001,10 "id": "leveld4d-1b15-450f-b674-e6a3338fe25b",11 "externalKey": "LEVEL_EXT_02"12 }13 ]14}No Content
Bad Request
Not Found
Conflict