POST services/api/v1/Get_BranchForTree
Request Information
URI Parameters
None.
Body Parameters
BasicFilter| Name | Description | Type | Additional information |
|---|---|---|---|
| Start | integer |
None. |
|
| FiterText | string |
None. |
|
| Limit | integer |
None. |
|
| ItemTypeId | integer |
None. |
|
| CAType | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"Start": 1,
"FiterText": "sample string 2",
"Limit": 3,
"ItemTypeId": 4,
"CAType": 5
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Group_MainMaster| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| Name | string |
None. |
|
| ShortName | string |
None. |
|
| GroupCode | string |
None. |
|
| Description | string |
None. |
|
| WebAddress | string |
None. |
|
| UserId | integer |
None. |
Response Formats
application/json, text/json
Sample:
{
"Id": 1,
"Name": "sample string 2",
"ShortName": "sample string 3",
"GroupCode": "sample string 4",
"Description": "sample string 5",
"WebAddress": "sample string 6",
"UserId": 7
}