editPartner
Description
This action will edit existing partner under your partner account
Example
https://api.jetlicense.com/?action=editPartner&prtner_id=5887980319a464498902b0cd&task=addproducts&products[]=5887980319a464498902b0cd&products[]=5887980319a46449891730cd
Parameters
Parameter | Type | Description | Possible values | Example |
---|---|---|---|---|
output |
String | The requested returned output type, The default is json |
|
xml |
task |
String | Required
The task you want to perform on the selected license |
|
suspend |
partner_id |
String | The Partner id for the partner that you want to edit. You must provide this parameter unless you provide the email parameter |
|
5887980319a464498902b0cd |
email |
String | The Partner Email for the partner that you want to edit. You must provide this parameter unless you provide the partner_id parameter |
|
john@mydomain.com |
partner_name |
String | The new partner name. Pass this parameter only when you are sending editpartner task |
|
JetApps |
firstname |
String | The new partner first name. Pass this parameter only when you are sending edituser task |
|
John |
lastname |
String | The new partner last name. Pass this parameter only when you are sending edituser task |
|
Doe |
password |
String | The new partner password to login to the JetLicense panel. Pass this parameter only when you are sending edituser task |
|
V4@B*5Us17sK |
products |
Array | The product IDs you want to add to the partner. Pass this parameter only when you are sending addproducts or removeproducts task |
|
[5887980319a464498902b0cd, 5887980319a46449891730cd] |
Returns
None