REST API

SystemTableValue_Get

OVERVIEW

This REST API helps to get the System Table Value Details by giving the Table Name and Code.

Web Service URL: https://xxx.orcanos.com/xxxx/api/v2/Json/SystemTableValue_Get

Method: Post

Input: 

Authorization: Basic Auth token in the Request Headers

Post body:

Parameter Value Is Mandatory? Description
TabelName String Yes Enter the Table name from the “system tables” grid under Code Column (Admin>System Tables)
Code String Yes  Enter the value under Code column in “System table values” grid

Output:

When invoking the Web Service, it will return results in the below format if details are correct

Related Articles