Quatrix JavaSctipt APIs
Space shortcuts
Quatrix JavaSctipt APIs QJA
Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Current »

Upgrade contact to user.


Parameters 

 

Name TypeDescription

user_uuid

required 

string

user uuid

data

optional

object

information about specified contact

cb

optional

functioncullback function



Example Result

this.contactToUser = function(user_uuid, data, cb) {
  return _request({
    method   : 'POST',
    url: '/contact/upgrade/'+ user_uuid,
    data: data,
    callback: cb
  });
};

 

 

  • No labels
Quatrix JavaSctipt APIs QJA