AM/FA/Inv - Book Entity ID

Details

/external/v1/id-booking

Synopsis

Book Entity ID

post

This route is used to book a entity id for a particular entity type. This booked ID can then be used in the corresponding action API afterwards (e.g. booking a security id and then using it on the /external/v1/security-admin/create-and-launch endpoint or booking an asset id and then using it on the /external/v1/primary/asset endpoint). This endpoint can be called by applications with access to scope "createIdBooking".

Required scopes
This endpoint requires the following scopes:
  • : createIdBooking
Authorizations
OAuth2clientCredentialsRequired
Token URL:
Body
typestring · enumRequired

The entity type to book a unique identifier.

Example: assetPossible values:
Responses
post
/external/v1/id-booking

Last updated

Was this helpful?