Skip to content

jasj/ApprizDemo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 

Repository files navigation

Appriz Mobile API

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:

  1. First Commit

###Methods Availble:

  1. bindClient
  2. getMessagesByClient
  3. getRulesByProduct
  4. setRulesByProduct
  5. getTimePeriods
  6. getProductsByClient
  7. getServicesByProduct
  8. sendServiceRequest

###Errors:

  1. Errors Codes

About

Demo for APPRIZ API

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published