1007: Connect to track
Connects an entity/account to a track
Endpoint ID: | 1007 | |||||||
Method: | POST | |||||||
URL: | /entity/id/{entity-id}/tracks/{track-id} /entity/ext-key/{ext-key}/{ext-type}/tracks/{track-id}Â | |||||||
entity-id | Rubiq entity ID that uniquely identifies an account to connect with specified track | |||||||
ext-key | External key that uniquely identifies an account to connect with specified track | |||||||
ext-type | Type of external key | |||||||
track-id | ID of track to connect account with | |||||||
Request body: | None | |||||||
Response body: | JSON data with information about the newly created connection { "trackID": 397, "name": "Name of track", "connection": true } | |||||||
Status codes: | 201 | Connection created successfully | ||||||
303 | Account is already connected to the specified track | |||||||
404 | Account was not found or track was not found. The following sub codes may be returned:
|