Hello,

I'm using the PHP client of OpenSRS.

I have made a script in order to get the price of a .tv domain name. But my
script doesn't work. This is the query and the response.

Does somebody has an idea of what the problem can be ?

Thanks a lot.

Emmanuel

## QUERY ##

Array
(
    [action] => get_price
    [object] => domain
    [attributes] => Array
        (
            [domain] => netsample.tv
            [period] => 1
        )

)

## RESPONSE ##

Array
(
    [is_success] =>
    [response_code] => 400
    [response_text] => Invalid command: get_price domain
)

Reply via email to