POST api/postLog
Request Information
URI Parameters
None.
Body Parameters
Log| Name | Description | Type | Additional information |
|---|---|---|---|
| ip | string |
None. |
|
| propiedad | integer |
None. |
|
| usuario | integer |
None. |
|
| tipo | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"ip": "sample string 1",
"propiedad": 2,
"usuario": 3,
"tipo": 4
}
application/xml, text/xml
Sample:
<Log xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/mvfwebapi.Models"> <ip>sample string 1</ip> <propiedad>2</propiedad> <tipo>4</tipo> <usuario>3</usuario> </Log>
application/x-www-form-urlencoded
Sample:
Sample not available.
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. |