GET api/USRS/GetUsrlog?usrnam={usrnam}&pass={pass}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
usrnam | string |
Required |
|
pass | string |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of UsrName | Description | Type | Additional information |
---|---|---|---|
Idusr | integer |
None. |
|
Nam | string |
None. |
|
Usrnam | string |
None. |
|
Pass | string |
None. |
|
Inp | integer |
None. |
|
Tlp | integer |
None. |
|
Mft | integer |
None. |
|
Srf | integer |
None. |
|
Dl | integer |
None. |
|
Ed | integer |
None. |
|
Phon | string |
None. |
|
SR | string |
None. |
|
SR1 | string |
None. |
Response Formats
application/json, text/json
Sample:
[ { "Idusr": 1, "Nam": "sample string 2", "Usrnam": "sample string 3", "Pass": "sample string 4", "Inp": 5, "Tlp": 6, "Mft": 7, "Srf": 8, "Dl": 9, "Ed": 10, "Phon": "sample string 11", "SR": "sample string 12", "SR1": "sample string 13" }, { "Idusr": 1, "Nam": "sample string 2", "Usrnam": "sample string 3", "Pass": "sample string 4", "Inp": 5, "Tlp": 6, "Mft": 7, "Srf": 8, "Dl": 9, "Ed": 10, "Phon": "sample string 11", "SR": "sample string 12", "SR1": "sample string 13" } ]
application/xml, text/xml
Sample:
<ArrayOfUsr xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/OrderServices.Models"> <Usr> <Dl>9</Dl> <Ed>10</Ed> <Idusr>1</Idusr> <Inp>5</Inp> <Mft>7</Mft> <Nam>sample string 2</Nam> <Pass>sample string 4</Pass> <Phon>sample string 11</Phon> <SR>sample string 12</SR> <SR1>sample string 13</SR1> <Srf>8</Srf> <Tlp>6</Tlp> <Usrnam>sample string 3</Usrnam> </Usr> <Usr> <Dl>9</Dl> <Ed>10</Ed> <Idusr>1</Idusr> <Inp>5</Inp> <Mft>7</Mft> <Nam>sample string 2</Nam> <Pass>sample string 4</Pass> <Phon>sample string 11</Phon> <SR>sample string 12</SR> <SR1>sample string 13</SR1> <Srf>8</Srf> <Tlp>6</Tlp> <Usrnam>sample string 3</Usrnam> </Usr> </ArrayOfUsr>