Update Existing Identifier Definition
put
                    /obedm-common-services/identifierdefinition/{id}
This endpoint is used to update existing Identifier Definition.
                Request
Supported Media Types
                - application/json
 - application/xml
 
Path Parameters
                - 
                    id: string
                    
                    Key of the Identifier Definition Maintenance.
 
Header Parameters
                - 
                        appId: string
                        
                        The ID of the Application.
 - 
                        branchCode: string
                        
                        The branch code associated with the request.
 - 
                        contentType(optional): string
                        
                        The Content Type of the request.
 - 
                        tenantId(optional): string
                        
                        The ID of the Tenant.
 - 
                        userId: string
                        
                        The ID of the User.
 
Request body that contains data required for updating an existing Identifier Definition.
                
                
                
                Nested Schema : GenericDto
    
      
      
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    Match All
    Show Source
    - 
            
            object 
            
            
         GenericDto-allOf[0]
            
        Discriminator:
resource_type 
Nested Schema : GenericDto-allOf[0]
    
      Type: 
      
    
    
    
    
    objectDiscriminator: 
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
resource_typeNested Schema : DmTmIdentifierDefinitionDTO-allOf[1]
    
      Type: 
      
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
        Show Source
        object- 
            branch(optional): 
            string
            The branch code associated with the entity.
 - 
            checkSum(optional): 
            boolean
            Whether the entity has a checksum.
 - 
            DmTmIdentifierParametersDTO(optional): 
            array  DmTmIdentifierParametersDTO
            
            An array of Identifier Parameters DTO objects.
 - 
            entityTypeCd(optional): 
            string
            The entity type code.
 - 
            fixedLength(optional): 
            boolean
            Whether the entity has a fixed length.
 - 
            maxLength(optional): 
            integer
            The maximum length of the entity.
 - 
            productProcessor(optional): 
            string
            The product processor for the entity.
 - 
            systemSeqName(optional): 
            string
            Maximum Length:
30The system sequence name - 
            userSeqResetFreqCd(optional): 
            string
            The reset frequency for the user sequence.
 
Nested Schema : DmTmIdentifierParametersDTO
    
      
      Type: 
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    arrayAn array of Identifier Parameters DTO objects.
    
    
    
    
    
        Show Source
        
        
    
    
    
    
    
    
Nested Schema : DmTmIdentifierParametersDTO
    
      Type: 
      
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
        Show Source
        object- 
            enable(optional): 
            boolean
            Enable flag.
 - 
            id(optional): 
            string
            ID
 - 
            identifierdefinitionMasterId(optional): 
            string
            Identifier definition master ID.
 - 
            sequenceNumber(optional): 
            integer
            Sequence number.
 - 
            unitsCd(optional): 
            string
            Units code.
 - 
            userSeqResetDt(optional): 
            string
            User sequence reset date.
 - 
            userSeqValCur(optional): 
            integer
            User sequence value currency.
 - 
            value(optional): 
            string
            Value.
 
Response
Supported Media Types
                - application/json
 - application/xml
 
200 Response
Returns updated Identifier Definition.
                
                
                    Nested Schema : ResponseResourceSupport
    
      Type: 
      
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
objectNested Schema : items
    
      Type: 
      
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
object400 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