Web Service URL: https://[SERVER_ADDRESS]/CountersWS/CountersData.asmx [ GLOBAL ] [ GLOBAL2 ] [ USA ] [ EURO ]
MPS Version: From 5.6.0.
Description
This method can be used to register a new counter type in the system.
Syntax
public void InsertCounterType(string dealerName, string dealerUserEmail, string dealerUserPassword, int enterpriseID, string counterTypeName)
Parameters
-
dealerName: Provider name;
-
dealerUserEmail: Provider user email;
-
dealerUserPassword: Encrypted user password;
-
enterpriseID: Company identifier;
-
counterTypeName: Name for the new counter type. Maximum 100 characters.
Return
If successful, the return is: {“CounterTypeID”:number,‘CounterTypeName’:“text”}, where number is the identifier number of the printer entered.
Click here to learn more about the format of returns.
Possible errors returned
Click here to check the possible errors that may be returned and learn about their causes.
Restrictions
To execute this method, the specified user must have access to the provider's printer view.