NAME
            eidcheck - Checks EID and returns results.
        
        SYNOPSIS
            eidcheck [OPTIONS] [TAGLIST] 
        
        DESCRIPTION
            This API endpoint accepts a list of tag numbers and returns the EID check results. It accepts a client reference number, herd number, username, and password, among other parameters. The environment parameter can be set to either "TEST" or "LIVE", and defaults to "TEST". 
        
        OPTIONS
            --clientRefNumber   Client reference number (required).
            --herdNumber        Herd number (required).
            --username          User's username (required).
            --password          User's password (optional).
            --environment       Set environment to "TEST" or "LIVE" (optional).
            --tagList           List of tag numbers to check (required).
            --extendedDetails   If set to true, returns extended details (optional).
            --flockNo           Flock number (optional).
            --moveDocNo         Movement document number (optional).
        
        RETURN VALUE
            Returns the EID check results and the time taken to perform the check.
        
        ---
        
        NAME
            getdocnumbers - Gets movement document numbers.
        
        SYNOPSIS
            getdocnumbers [OPTIONS]
        
        DESCRIPTION
            This API endpoint provides movement document numbers. It accepts a client reference number, herd number, username, and password, among other parameters. The environment parameter can be set to either "TEST" or "LIVE", and defaults to "TEST". 
        
        OPTIONS
            --clientRefNumber   Client reference number (required).
            --herdNumber        Herd number (required).
            --username          User's username (required).
            --password          User's password (optional).
            --environment       Set environment to "TEST" or "LIVE" (optional).
            --documentType      Document type. Can be either "G" or "C" (required).
            --amount            Number of documents to fetch (required).
        
        RETURN VALUE
            Returns the document numbers and the time taken to fetch them.