POST api/argos/ValidateUser
Request Information
URI Parameters
None.
Body Parameters
ValidateUserReq| Name | Description | Type | Additional information |
|---|---|---|---|
| string |
None. |
||
| celular | string |
None. |
|
| idPrograma | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"email": "sample string 1",
"celular": "sample string 2",
"idPrograma": 3
}
application/xml, text/xml
Sample:
<ValidateUserReq xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Ingeneo.Chattigo.WebAPI.Controllers"> <celular>sample string 2</celular> <email>sample string 1</email> <idPrograma>3</idPrograma> </ValidateUserReq>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None. |
|
| Content | HttpContent |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |