GET api/OFFICE_CUSTOMERS/GetUsersByPassCredentials2/{id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | string |
Required |
Body Parameters
None.
Response Information
Resource Description
ClassUsers| Name | Description | Type | Additional information |
|---|---|---|---|
| USER_ID | integer |
None. |
|
| USER_NAME | string |
None. |
|
| USER_PASSWORD | string |
None. |
|
| LINK_ID | integer |
None. |
|
| STOCK_ID | integer |
None. |
|
| LINK_CUSTOMER_ID | integer |
None. |
|
| IMEINUMBER | string |
None. |
|
| IS_GIVEN | integer |
None. |
|
| IS_MAIN_STOCK | integer |
None. |
|
| IN_PRICE_VISIBLE | integer |
None. |
|
| INCOME_VISIBLE | integer |
None. |
|
| BALANS_VISIBLE | integer |
None. |
Response Formats
application/json, text/json
Sample:
{
"USER_ID": 1,
"USER_NAME": "sample string 2",
"USER_PASSWORD": "sample string 3",
"LINK_ID": 4,
"STOCK_ID": 5,
"LINK_CUSTOMER_ID": 6,
"IMEINUMBER": "sample string 7",
"IS_GIVEN": 8,
"IS_MAIN_STOCK": 9,
"IN_PRICE_VISIBLE": 10,
"INCOME_VISIBLE": 11,
"BALANS_VISIBLE": 12
}
application/xml, text/xml
Sample:
<ClassUsers xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/TopsumMX2020.Models"> <BALANS_VISIBLE>12</BALANS_VISIBLE> <IMEINUMBER>sample string 7</IMEINUMBER> <INCOME_VISIBLE>11</INCOME_VISIBLE> <IN_PRICE_VISIBLE>10</IN_PRICE_VISIBLE> <IS_GIVEN>8</IS_GIVEN> <IS_MAIN_STOCK>9</IS_MAIN_STOCK> <LINK_CUSTOMER_ID>6</LINK_CUSTOMER_ID> <LINK_ID>4</LINK_ID> <STOCK_ID>5</STOCK_ID> <USER_ID>1</USER_ID> <USER_NAME>sample string 2</USER_NAME> <USER_PASSWORD>sample string 3</USER_PASSWORD> </ClassUsers>