POST/directory/positions/external-keys
Updates a list of position external keys.
OAuth 2.0 authentication.
For more information, see Authentication and Authorization.
directory
| Header | type | Description |
|---|---|---|
| Authorization | string | Bearer {token} required |
| Content-Type | string | application/json required example : application/json |
| Property | Type | Description |
|---|---|---|
| positions | array (DomainUniqueExternalKeyRequest) | List of external keys required minItems : 1 maxItems : 50 |
| Property | Type | Description |
|---|---|---|
| domainId | integer | Domain ID required format : int32 |
| id | string | ID. It is the ID automatically assigned to a resource.
required |
| externalKey | string | Customer's external key Updating external keys works as follows:
maxLength : 100 |
example
1{2 "positions": [3 {4 "domainId": 10000001,5 "id": "position-bba1-4d6f-8397-511f673467ec",6 "externalKey": "POSITION_EXT_01"7 },8 {9 "domainId": 10000001,10 "id": "position-7027-4a02-b838-6f52b5e38db7",11 "externalKey": "POSITION_EXT_02"12 }13 ]14}No Content
Bad Request
Not Found
Conflict