GET api/OKCList?PARENT_ID={PARENT_ID}&SearchString={SearchString}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| PARENT_ID | integer |
Required |
|
| SearchString | string |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of OKCListItem| Name | Description | Type | Additional information |
|---|---|---|---|
| ID | integer |
None. |
|
| PSCODE | string |
None. |
|
| PSNAME | string |
None. |
|
| PARENT_ID | integer |
None. |
|
| SUB_COUNT | integer |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"ID": 1,
"PSCODE": "sample string 2",
"PSNAME": "sample string 3",
"PARENT_ID": 4,
"SUB_COUNT": 5
},
{
"ID": 1,
"PSCODE": "sample string 2",
"PSNAME": "sample string 3",
"PARENT_ID": 4,
"SUB_COUNT": 5
}
]