-
Web Service URL: https://[SERVER_ADDRESS]/GeneralWS/GeneralData2.asmx
-
MPS Version: From 5.25.0
Description
This method assigns a printer to a designated user within a company.
Syntax
public string SetPrinterToEnterpriseAccount(string properties)
Setting Properties
The content of string properties must be text in JSON format containing the properties listed below. For example:
{"DealerName":"dealer","DealerUserEmail":"user@example.com","DealerUserPassword":"k1BAv1w=="}
You don't need to worry about whether property names are uppercase or lowercase; the Web Service is Case-Insensitive.
Properties accepted by the method
|
Property |
Type |
Required |
Allows null |
Allows empty |
Maximum size |
Description |
|
DealerName |
Text |
Yes |
- |
- |
- |
Provider name |
|
DealerUserEmail |
Text |
Yes |
- |
- |
- |
Provider user email |
|
DealerUserPassword |
Text |
Yes |
- |
- |
- |
Encrypted user password |
|
EnterpriseID |
Number |
Yes |
- |
- |
- |
Company identification number recognized by the system. Obtained via the GetEnterprises method |
|
EnterpriseAccountID |
Number |
Yes |
- |
- |
- |
User account ID in the system. Obtained via the GetEnterprisesAccounts method |
|
PrinterDeviceID |
Number |
Yes |
- |
- |
1 - 365 |
Printer ID in the system. Obtained via the GetPrinters method |
Return Value
If successful, the return value is: [{“Set”:true}].
Click here to learn more about the return value format.
Possible error codes
Click here to view the possible error codes that may be returned and learn about their reasons.
Restrictions
-
To execute this method, the specified user must be an Administrator on the provider.