Controller: Partner Management: CreatePartnerAccount
CreatePartnerAccount
Authentication Methods
- No Authentication
- With AMS username and password
Input Parameter | Type | Description |
---|---|---|
Token | String | Security token (only when using a distributor account) |
Email* | String | |
Password | String | |
FirstName* | String | |
LastName* | String | |
Company | String | |
Address | String | |
Phone | String | |
Country | String | |
Currency | Currency | Defaults to EUR |
Language | String | |
Website | String | |
Contract1 | String | |
Contract2 | String | |
CustomerNumber | String | |
CustomerType | String | |
CustomerSeats | String | |
PartnerType | String | |
Branding | String | |
Type | String |
Output Parameter | Type | Description |
---|---|---|
Success | Boolean | True or false |
*=required
Example
curl --globoff 'https://example.com/ctrller/api.php?Task=CreatePartnerAccount&Email=reseller@example.com&Password=password&FirstName=myfirstname&LastName=mylastname&Company=Nomadesk&Address=Xavier De Cock laan 66&Phone=123456798&Country=Belgium&Language=nl-be&Website=http://example.com&Contact1=&Contact2=&CustomerNumber=&CustomerType=&CustomerSeats=&PartnerType=&Branding=false&Type=Reseller&Currentcy=EUR'
Response:
<Response>
<Status>1</Status>
<Message>Success</Message>
<PartnerName>nmra000000000001<PartnerName>
</Response>