Transfer Credits

 Home /Knowledgebase / SEMSblast API /Transfer Credits

Transfer credits between two accounts...
 

Request

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

 

Response

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.

 

Sample request XML

<xml>
     <apiKey>553-1123-32131231</apiKey>
     <recipientID>123123123</recipientID>>
     <creditAmt>1000</creditAmt>
</xml>

 

Sample response XML

<xml>
     <error>0</error>
     <status>Success</status>
</xml>





Copyright © 2015 SEMSblast.com | Smarter eMail Marketing Solution. All rights reserved.Terms of Service | Privacy Policy