Get All Valid Identifier Definition
get
/obedm-common-services/identifierdefinition
This endpoint is used to Get all valid Identifier Definition maintenance records.
Request
Supported Media Types
- application/json
- application/xml
Query Parameters
-
authStat: string
Authorised Status that needs to be fetched.
-
branch: string
Branch that needs to be fetched.
-
entityTypeCd: string
Entity Type Code that needs to be fetched.
-
includecloseandunauth: boolean
Include close and unauthorised need to be set to fetch summary record, default value is false.
-
limit: integer
Limit is maximum number of records to be fetched.
-
offset: integer
Offset is starting number of records to be fetched.
-
productProcessor: string
Product Processor that needs to be fetched.
-
recordStat: string
Record Status 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
201 Response
Returns message of success or failure.
Headers
-
Location: string
Header of Response
Root Schema : DmTmIdentifierDefinitionCollection
Type:
object
Collection of identifier definition.
Show Source
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.
405 Response
Invalid input.
500 Response
Internal error,