GET api/ac_class?AC_CLASS_ID={AC_CLASS_ID}&DbName={DbName}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
AC_CLASS_ID | integer |
None. |
|
DbName | string |
None. |
Body Parameters
None.
Response Information
Resource Description
Collection of ac_className | Description | Type | Additional information |
---|---|---|---|
AC_CLASS_NM | string |
None. |
|
AC_CLASS_ID | integer |
None. |
Response Formats
application/json, text/json
Sample:
[ { "AC_CLASS_NM": "sample string 1", "AC_CLASS_ID": 1 }, { "AC_CLASS_NM": "sample string 1", "AC_CLASS_ID": 1 } ]
application/xml, text/xml
Sample:
<ArrayOfac_class xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ControllerLibrary"> <ac_class> <AC_CLASS_ID>1</AC_CLASS_ID> <AC_CLASS_NM>sample string 1</AC_CLASS_NM> </ac_class> <ac_class> <AC_CLASS_ID>1</AC_CLASS_ID> <AC_CLASS_NM>sample string 1</AC_CLASS_NM> </ac_class> </ArrayOfac_class>