Development Guides

Mass Sleeve Registration Import

When attempting to assign a Registration to a Sleeve Strategy Aggregate in bulk, users can utilize the Batch API. This API will allow users to provide multiple Registrations to the endpoint and update the assigned Sleeve Strategy Aggregate on all Registrations at once.

Endpoint Description

This endpoint is used to process a batch of sleeve registrations for trading. The request should be sent as a POST to:

api/v1/Trading/ValidateImport/SleeveStrategy/Registrations/Import/Batch

Request Body

The request body should be sent in raw format and should contain an array of objects with the following structure. Registration ID and Sleeve Strategy Agg ID are required for this payload.

  • [{ Id: 1, SleeveStrategyAggId: 70 }]