GET api/Dados/SetNextMesquisaUser?_Credentials={_Credentials}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
_Credentials | string |
Required |
Body Parameters
None.
Response Information
Resource Description
cUsersName | Description | Type | Additional information |
---|---|---|---|
Id | integer |
None. |
|
Name | string |
None. |
|
string |
None. |
||
HasError | boolean |
None. |
|
HasErrorMessage | string |
None. |
Response Formats
application/json, text/json
Sample:
{ "Id": 1, "Name": "sample string 2", "Email": "sample string 3", "HasError": true, "HasErrorMessage": "sample string 5" }
application/xml, text/xml
Sample:
<RhClass.cUsers xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/wsgest"> <Email>sample string 3</Email> <HasError>true</HasError> <HasErrorMessage>sample string 5</HasErrorMessage> <Id>1</Id> <Name>sample string 2</Name> </RhClass.cUsers>