Gets a new id value.
| Name | Description | Additional information |
|---|---|---|
| dbSequenceName | OPTIONAL -- The sequence object name in the database. If none is specified then "NewId" will be used.
Example: If the sequence db object is created with the statement CREATE SEQUENCE TransId; then "TransId" can be passed. |
Define this parameter in the request URI. |
{
"newId": 1
}
<NewIdRepresentation xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BlueDot.Cyan.Server.Core.Models.Rest.Version1"> <NewId>1</NewId> </NewIdRepresentation>