GET api/Dados/SetNextMesquisaUser?_Credentials={_Credentials}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
_Credentials

string

Required

Body Parameters

None.

Response Information

Resource Description

cUsers
NameDescriptionTypeAdditional information
Id

integer

None.

Name

string

None.

Email

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>