OneSystem API
OneSystem itself builds over web services. OneSystem Webservice Engine further will mention as “OneSystem API” is a restricted version of the original program that provides data extraction and connectivity to minor internal commands over the secured internet.
For more information about OneSystem, visit us at https://onesystem.online/.
Onesystem webservice provides request-response structured data based on Http request. You may access it by any software language that supports Http request. Please be sure your component has support for the https protocol.
- All the requests must use the POST protocol.
- Request constructs by post parameters. All post parameters have to be properly URL-encoded to avoid wrong results.
- Webservice response format is JSON ( JavaScript Object Notation) data-interchange format with some exceptions. You may found more information at https://www.json.org
- Prices, package prices, and some other results may include over a million records based on the client’s database. Webservice has instructions to layer these requests, please follow the guidelines.
Please create users for webservice with IP restriction to have more security over accesses.
