GET api/Jyy?parent_id={parent_id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| parent_id | string |
Required |
Body Parameters
Collection of Aqjd_GFCODE_TYPE| Name | Description | Type | Additional information |
|---|---|---|---|
| ID | string |
Required Max length: 50 |
|
| PARENT_ID | string |
Max length: 50 |
|
| CODE_NO | string |
Required Max length: 50 |
|
| CODE_NAME | string |
Required Max length: 200 |
|
| CODE_TYPE | string |
Required Max length: 50 |
|
| REMARK | string |
Max length: 500 |
|
| ORDER_ID | integer |
None. |
|
| IsEnabled | string |
Max length: 1 |
|
| PARENT_NAME | string |
None. |
Request Formats
application/json, text/json
Sample:
[
{
"ID": "sample string 1",
"PARENT_ID": "sample string 2",
"CODE_NO": "sample string 3",
"CODE_NAME": "sample string 4",
"CODE_TYPE": "sample string 5",
"REMARK": "sample string 6",
"ORDER_ID": 1,
"IsEnabled": "sample string 7",
"PARENT_NAME": "sample string 8"
},
{
"ID": "sample string 1",
"PARENT_ID": "sample string 2",
"CODE_NO": "sample string 3",
"CODE_NAME": "sample string 4",
"CODE_TYPE": "sample string 5",
"REMARK": "sample string 6",
"ORDER_ID": 1,
"IsEnabled": "sample string 7",
"PARENT_NAME": "sample string 8"
}
]
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Collection of gftype| Name | Description | Type | Additional information |
|---|---|---|---|
| gfid | string |
None. |
|
| gfname | string |
None. |
|
| ishavechild | boolean |
None. |
|
| children | Collection of gftype |
None. |
Response Formats
application/json
Sample:
Sample not available.
text/json
Sample:
Sample not available.