Adding Record ID Generators
Add an ID generator.
To add a generator use a POST
request as shown here:
The body of the request should include the generator name, type and UUID version as shown here:
This request returns the details of and conformation for the created generator.
Create SEQUENTIAL
Generator With HEX
Format and Fixed Length
Request
Name | Required | Description |
---|---|---|
Authorization | Yes | Bearer <access_token> |
Content-Type | Yes | application/json |
Body
Response
Create UUID Generator
Request
Name | Required | Description |
---|---|---|
Authorization | Yes | Bearer <access_token> |
Content-Type | Yes | application/json |
Body
The body of the request should include the generator name, type, and UUID version as shown here:
Response