POST api/argos/SearchUser

Request Information

URI Parameters

None.

Body Parameters

SearchUserReq
NameDescriptionTypeAdditional information
documento

integer

None.

idPrograma

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "documento": 1,
  "idPrograma": 2
}

application/xml, text/xml

Sample:
<SearchUserReq xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Ingeneo.Chattigo.WebAPI.Controllers">
  <documento>1</documento>
  <idPrograma>2</idPrograma>
</SearchUserReq>

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'SearchUserReq'.

Response Information

Resource Description

HttpResponseMessage
NameDescriptionTypeAdditional information
Version

Version

None.

Content

HttpContent

None.

StatusCode

HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.