Create Profile from Mikrotik V6.3

Hy guys.
i need help.
how to create profile from mikrotik version 6.3 in consule?
please help me…

profile for what?
hotspot, pppoe?

profil for usermanager. because i cant create profile from consule,

currently that is not possible, you have to create profile via other means and via API/CLI you can assign new users to default profile.

i create profile from API if i use mikrotik version 4.17
i use this code
s1:=‘/tool/user-manager/credit/add’;
s2:=‘=’+_subscriber+‘=’+ username_mikrotik;
s3:=‘=name=’+edtcreditvalue.Text;
s4:=‘=time=’+edtcreditvalue.Text;
s5:=‘=full-price=000’;

excute_mikrotik();

but if i use new version 6.3 not work, any idea??