Controller: Partner Management: CreatePartnerAccount
CreatePartnerAccount
Authentication Methods
- With AMS username and password
Input Parameter | Type | Description |
---|---|---|
Token* | String | Security token |
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 -v --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>
</Response>