POST api/IngresoUsuario
Request Information
URI Parameters
None.
Body Parameters
IngresoUsuarioRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| rut | string |
None. |
|
| string |
None. |
||
| nombre | string |
None. |
|
| apellido | string |
None. |
|
| pass | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"rut": "sample string 1",
"email": "sample string 2",
"nombre": "sample string 3",
"apellido": "sample string 4",
"pass": "sample string 5"
}
application/xml, text/xml
Sample:
<IngresoUsuarioRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Apicopec.Models.Request"> <apellido>sample string 4</apellido> <email>sample string 2</email> <nombre>sample string 3</nombre> <pass>sample string 5</pass> <rut>sample string 1</rut> </IngresoUsuarioRequest>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.