Transfer credits between two accounts...
Submit an XML Request with the following details:
Post URL: http://cp.semsblast.com/api/v3.0/account/transferCredits/
Fields to Post | |||
apiKey | String | REQUIRED | The APIKey of the sending user account |
recipientID | Number | REQUIRED | The USER ID of the recipient account |
creditAmt | Number | REQUIRED | The number of credits to transfer |
Data Sent Back | ||
error | Int | Indicated wether an error has occured. 0 for no error. 1 for error. |
status | String | If there's been an error, a text description of the error that occured will be here. |
<xml> <apiKey>553-1123-32131231</apiKey> <recipientID>123123123</recipientID>> <creditAmt>1000</creditAmt> </xml> |
<xml> <error>0</error> <status>Success</status> </xml> |