API POST Fields (in addition to the Main Fields described in the Introduction)
Field Name |
---|
Renew $PayByName Tag |
---|
cmd |
---|
Description | renew_pbn_tag |
Required? | Yes |
tagid |
---|
Description | The tag's unique ID (obtained from 'get_pbn_list'.) |
Required? | Yes |
coin |
---|
Description | The coin to purchase the renewal with. |
Required? | Yes |
years |
---|
Description | The number of years to renew the tag for. (Default: 1) |
Required? | No |
Field Name | Description | Required? |
---|
Renew $PayByName Tag |
---|
cmd | renew_pbn_tag | Yes |
tagid | The tag's unique ID (obtained from 'get_pbn_list'.) | Yes |
coin | The coin to purchase the renewal with. | Yes |
years | The number of years to renew the tag for. (Default: 1) | No |
API Response
A successful call to this command will give you a result similar to this (JSON):
{
"error":"ok",
"result":[]
}