Retrieve Identifier Definition by ID
get
/obedm-common-services/identifierdefinition/{id}
This endpoint is used to retrieve Identifier Definition by ID.
Request
Supported Media Types
- application/json
- application/xml
Path Parameters
-
id(required): string
Id of the user that needs to be fetched.
Query Parameters
-
version(required): string
Version of the user that needs to be fetched.
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.
Response
Supported Media Types
- application/json
- application/xml
200 Response
Returns the Identifier Definition based on given ID.
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.
400 Response
Malformed syntax.
401 Response
Request does not have sufficient credentials.
403 Response
Request is not authorized.
500 Response
Internal error