4.47b

TextMarks API V2 - AutoDoc: TextMarkManager / transfer()

Method: transfer() (POST) - Transfer TextMark ownership to another user

Package: TextMarkManager - Manage a TextMark owned by authenticated user (... View package)

Args:

Req? Name Type Description Test
REQ auth_user User User account / phone# used for login
REQ auth_pass Password Password
REQ tm TextMark TextMark keyword/TRI owned by auth_user
REQ to User User account / phone# to transfer to
OPT api_key API Key API Key (Register here)

Test:


Docs:

  • Transfers user's registered TextMark tm to another registered user.
  • Neither the TextMark nor its group are changed. Only ownership is updated.
  • Original owner will no longer be able to access TextMark management methods on the transfered TextMark.

Resp:

JSON response.head.rescode==0 for success, or error code otherwise.
JSON-P callback: (as 'jsonp' param, optional) (blank for none)

HTTP:

POST https://api2ssl.textmarks.com//TextMarkManager/transfer/

More:

This page documents a single API function transfer() within the TextMarkManager package of the TextMarks Text Message API.
You may use the interactive form above to invoke this function and observe its actual JSON response.

More resources: