Disclaimer: This software is designed to be used with the "Appriz Cloud Services (ACS)", any other use is prohibited. The use of this API is forbidden for people without permission.
=================================== ###How use: Rest API: This API is consumed using POST protocols, so you could use any REST client. Why POST? Simple, cause the target of Appriz is to expose financial information through the web, we must keep all the information encrypted and take advantage of the SSL channels, avoiding to show information such as Client's ID into the URL.
Using Phonegap: Using jQuery to consume the API, you could invocke any methods as it is shown below:
$.post(API_URL,method_name,request_data function(data){});
Using Andorid SDK: see this link
Using xCode see this link
###Change Logs:
###Methods Availble:
- bindClient
- getMessagesByClient
- getRulesByProduct
- setRulesByProduct
- getTimePeriods
- getProductsByClient
- getServicesByProduct
- sendServiceRequest
###Errors: