Skip to main content

Pricelist API

We make a simple query for get full services price lists Our reseller.

GET FULL PRICELIST

Request:
Command request:/account/prices

Answer:
{ "prices" : { "domain" : [ { "tld" : ".hu" , "period" : "1, 2" , "register" : " 0 .00 Ft \ /2 év" , "transfer" : " 0 .00 Ft \ /1 év" , "renew" : " 0 .00 Ft \ /1 év" }, { "tld" : ".com" , "period" : 1 , "register" : " 0 .00 Ft" , "transfer" : " 0 .00 Ft" , "renew" : " 0 .00 Ft" } ], "product" : [ { "name" : " Product type " , "products" : [ { "pid" : "12" , "name" : " Product name 1 " , "description" : "" , "pricing" : { "annually" : " 1 .00 Ft \ /év" , "biennially" : " 2 .00 Ft \ /2 év" , "triennially" : " 3 .00 Ft \ /3 év" } } ] } ] }, "result" : { "code" : 200 , "message" : "OK" } }
Futhurer information find at API documentation.