Fetch Identifier Definition and Parameters Configuration for Given Criteria
get
/obedm-common-services/identifierdefinition/getAngConfig
This endpoint is used to fetch Identifier Definition and Parameters for the given criteria.
Request
Supported Media Types
- application/json
- application/xml
Query Parameters
-
authStat(required): string
Authorization Status
-
entityTypeCd(required): string
Entity Type
-
recordStat(required): string
Record Status
Response
Supported Media Types
- application/json
- application/xml
201 Response
Returns message of success or failure.
Headers
-
Location: string
Additional information of the Identifier Definition and Parameters.
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