API Commands
[All Commands]

Main Communications



Main

Connection URL:

Production https://soap.regtons.com/cmd.php Production (Live) system
OTE https://soap.demoreg.net/cmd.php OT&E (Test) Environment

or WSDL specification:

Production https://regtons.com/wsdl Production (Live) system
OTE https://demoreg.net/wsdl OT&E (Test) Environment

Sample answers

Answer with successfully response

    [status] => ok
    [data] => Array
    (
            ... any data ...
    )                                                
            

Answer with error response

    [status] => error
    [error] => Array
    (
            [errorcode] => Array
            (
                    [major] => 123
                    [minor] => 123123
            )
            [errormsg] => ... any detailed message ...
    )                                                
            


API Manual - version from 2023-05-12 12:15:50