Add New Identifier Definition
post
/obedm-common-services/identifierdefinition
This endpoint is used to add a new identifier definition.
Request
Supported Media Types
- application/json
- application/xml
Header Parameters
-
appId(required): string
The ID of the Application.
-
branchCode(required): string
The branch code associated with the request.
-
contentType: string
The Content Type of the request.
-
tenantId: string
The ID of the Tenant.
-
userId(required): string
The ID of the User.
Request body that contains data required for creating a new identifier definition.
Nested Schema : GenericDto
Match All
Show Source
-
object
GenericDto-allOf[0]
Discriminator:
resource_type
Nested Schema : GenericDto-allOf[0]
Type:
object
Discriminator:
resource_type
Nested Schema : DmTmIdentifierDefinitionDTO-allOf[1]
Type:
Show Source
object
-
branch:
string
The branch code associated with the entity.
-
checkSum:
boolean
Whether the entity has a checksum.
-
DmTmIdentifierParametersDTO:
array DmTmIdentifierParametersDTO
An array of Identifier Parameters DTO objects.
-
entityTypeCd:
string
The entity type code.
-
fixedLength:
boolean
Whether the entity has a fixed length.
-
maxLength:
integer
The maximum length of the entity.
-
productProcessor:
string
The product processor for the entity.
-
systemSeqName:
string
Maximum Length:
30
The system sequence name -
userSeqResetFreqCd:
string
The reset frequency for the user sequence.
Nested Schema : DmTmIdentifierParametersDTO
Type:
array
An array of Identifier Parameters DTO objects.
Show Source
Nested Schema : DmTmIdentifierParametersDTO
Type:
Show Source
object
-
enable:
boolean
Enable flag.
-
id:
string
ID
-
identifierdefinitionMasterId:
string
Identifier definition master ID.
-
sequenceNumber:
integer
Sequence number.
-
unitsCd:
string
Units code.
-
userSeqResetDt:
string
User sequence reset date.
-
userSeqValCur:
integer
User sequence value currency.
-
value:
string
Value.
Response
Supported Media Types
- application/json
- application/xml
201 Response
Returns message of success or failure.
Headers
-
Location: string
URL of newly created Identifier Definition.
Nested Schema : ResponseResourceSupport
Type:
object
Nested Schema : items
Type:
object
400 Response
Malformed syntax.
401 Response
Request does not have sufficient credentials.
403 Response
Request is not authorized.
405 Response
Invalid input
500 Response
Internal error