GET api/check_exist?Tran_Ch={Tran_Ch}&data_id={data_id}&data_nm={data_nm}&data_desc={data_desc}&tbl_nm={tbl_nm}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
Tran_Ch

string

None.

data_id

integer

None.

data_nm

string

None.

data_desc

string

None.

tbl_nm

string

None.

Body Parameters

None.

Response Information

Resource Description

Collection of check_exist
NameDescriptionTypeAdditional information
ERR_MSG

string

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "ERR_MSG": "sample string 1"
  },
  {
    "ERR_MSG": "sample string 1"
  }
]

application/xml, text/xml

Sample:
<ArrayOfcheck_exist xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ControllerLibrary">
  <check_exist>
    <ERR_MSG>sample string 1</ERR_MSG>
  </check_exist>
  <check_exist>
    <ERR_MSG>sample string 1</ERR_MSG>
  </check_exist>
</ArrayOfcheck_exist>