Secure
The following operations are supported. For a formal definition, please review the Service Description.
-
AddOrder
This method is used for adding an order for the MMPC portal via webservice.
-
CanAddEditAnyOrder
This method checks if the logged in client can add or edit any order. -
CanAddEditOrder
This method checks if the logged in client can add a new order or edit the specified order. -
CreateCenterCore
This method is used for creating a new MMPC Center Core.
-
EditCenterCore
This method is used for editing an existing MMPC Center Core.
-
EditOrder
This method is used for editing an order previously submitted to the MMPC portal via webservice.
-
GUIDIsValid
This method verify the session is still available. -
GetClient
This method will return the specified MMPC client's info
-
GetClientIDFromGUID
This method will return the Client ID of the specified client's guid (parameter: client_guid).
*Parameter guid is required for security checks. -
GetClients
This method will return the MMPC list of Clients.
-
GetClientsList
This method will return the MMPC list of Clients.
-
GetOrder
This method call will get a single MMPC Order. -
GetOrders
This method call will get all orders viewable to the logged in user. Client ID is optional search criteria. -
GetOrdersWithPaging
This method call will get all orders viewable to the logged in user.
*client_id, page_no, and page_size are optional search criteria. -
HasLoggedIn
This method can be used to check if a client has logged in since his/her account was created. This will need to be verified at login. If false is returned, the client must update his/her password. -
IsCenterAdmin
This method can be used to check if the logged in user has Center Admin privileges.
-
Login
This method is used for logging in to the MMPC portal via webservice.
-
Logout
This method is used for logging out of the MMPC portal via webservice.
-
UpdatePassword
This method can be used to update a client's password. -
UpdateProfile
This method can be used to update an MMPC client account.