API POST Fields (in addition to the Main Fields described in the Introduction)
Field Name |
---|
Claim $PayByName Tag |
---|
cmd |
---|
Description | claim_pbn_tag |
Required? | Yes |
tagid |
---|
Description | The tag's unique ID (obtained from 'get_pbn_list'. |
Required? | Yes |
name |
---|
Description | Name for the tag; for example a value of 'Apple' would be the PayByName tag $Apple. Make sure to use the case you want the tag displayed with. |
Required? | Yes |
Field Name | Description | Required? |
---|
Claim $PayByName Tag |
---|
cmd | claim_pbn_tag | Yes |
tagid | The tag's unique ID (obtained from 'get_pbn_list'. | Yes |
name | Name for the tag; for example a value of 'Apple' would be the PayByName tag $Apple. Make sure to use the case you want the tag displayed with. | Yes |
API Response
A successful call to this command will give you a result similar to this (JSON):
{
"error":"ok",
"result":[]
}