POST SystemUser/GetFilter
Request Information
URI Parameters
None.
Body Parameters
SYSTEM_USER_QUERY| Name | Description | Type | Additional information |
|---|---|---|---|
| SEANS | integer |
None. |
|
| SEANS_REFORMER | integer |
None. |
|
| SEANS_MIN | integer |
None. |
|
| SEANS_REFORMER_MIN | integer |
None. |
|
| IS_MOBILE_USER | integer |
None. |
|
| SYSTEM_USER_ID | integer |
None. |
|
| SYSTEM_USER_TYPE_ID | string |
None. |
|
| BRANCH_ID | string |
None. |
|
| GENDER_ID | string |
None. |
|
| NAME | string |
None. |
|
| SURNAME | string |
None. |
|
| HES_CODE | string |
None. |
|
| CELL_PHONE | string |
None. |
|
| ACTIVE | string |
None. |
|
| APPROVED | string |
None. |
|
| IS_ONLINE | string |
None. |
|
| START_DATE | string |
None. |
|
| END_DATE | string |
None. |
|
| PAGE_NO | integer |
None. |
|
| PAGE_COUNT | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"SEANS": 1,
"SEANS_REFORMER": 2,
"SEANS_MIN": 3,
"SEANS_REFORMER_MIN": 4,
"IS_MOBILE_USER": 5,
"SYSTEM_USER_ID": 6,
"SYSTEM_USER_TYPE_ID": "sample string 7",
"BRANCH_ID": "sample string 8",
"GENDER_ID": "sample string 9",
"NAME": "sample string 10",
"SURNAME": "sample string 11",
"HES_CODE": "sample string 12",
"CELL_PHONE": "sample string 13",
"ACTIVE": "sample string 14",
"APPROVED": "sample string 15",
"IS_ONLINE": "sample string 16",
"START_DATE": "sample string 17",
"END_DATE": "sample string 18",
"PAGE_NO": 19,
"PAGE_COUNT": 20
}
text/html
Sample:
{"SEANS":1,"SEANS_REFORMER":2,"SEANS_MIN":3,"SEANS_REFORMER_MIN":4,"IS_MOBILE_USER":5,"SYSTEM_USER_ID":6,"SYSTEM_USER_TYPE_ID":"sample string 7","BRANCH_ID":"sample string 8","GENDER_ID":"sample string 9","NAME":"sample string 10","SURNAME":"sample string 11","HES_CODE":"sample string 12","CELL_PHONE":"sample string 13","ACTIVE":"sample string 14","APPROVED":"sample string 15","IS_ONLINE":"sample string 16","START_DATE":"sample string 17","END_DATE":"sample string 18","PAGE_NO":19,"PAGE_COUNT":20}
application/xml, text/xml
Sample:
<SYSTEM_USER_QUERY xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/api.Controllers"> <ACTIVE>sample string 14</ACTIVE> <APPROVED>sample string 15</APPROVED> <BRANCH_ID>sample string 8</BRANCH_ID> <CELL_PHONE>sample string 13</CELL_PHONE> <END_DATE>sample string 18</END_DATE> <GENDER_ID>sample string 9</GENDER_ID> <HES_CODE>sample string 12</HES_CODE> <IS_MOBILE_USER>5</IS_MOBILE_USER> <IS_ONLINE>sample string 16</IS_ONLINE> <NAME>sample string 10</NAME> <PAGE_COUNT>20</PAGE_COUNT> <PAGE_NO>19</PAGE_NO> <SEANS>1</SEANS> <SEANS_MIN>3</SEANS_MIN> <SEANS_REFORMER>2</SEANS_REFORMER> <SEANS_REFORMER_MIN>4</SEANS_REFORMER_MIN> <START_DATE>sample string 17</START_DATE> <SURNAME>sample string 11</SURNAME> <SYSTEM_USER_ID>6</SYSTEM_USER_ID> <SYSTEM_USER_TYPE_ID>sample string 7</SYSTEM_USER_TYPE_ID> </SYSTEM_USER_QUERY>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ResultOfListOfSYSTEM_USER| Name | Description | Type | Additional information |
|---|---|---|---|
| m_cData | Collection of SYSTEM_USER |
None. |
|
| m_cDetail | ProcessResult |
None. |
Response Formats
application/json
Sample:
Sample not available.
text/json
Sample:
Sample not available.
text/html
Sample:
Sample not available.
application/xml
Sample:
Sample not available.
text/xml
Sample:
Sample not available.