POST api/RegistraLog
Request Information
URI Parameters
None.
Body Parameters
Logs| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| Message | string |
None. |
|
| LogLevel | string |
None. |
|
| Timestamp | date |
None. |
Request Formats
application/json, text/json
Sample:
{
"Id": 1,
"Message": "sample string 2",
"LogLevel": "sample string 3",
"Timestamp": "2025-12-13T11:31:20.7316622-06:00"
}
application/xml, text/xml
Sample:
<Logs xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ApiXamarin.Models"> <Id>1</Id> <LogLevel>sample string 3</LogLevel> <Message>sample string 2</Message> <Timestamp>2025-12-13T11:31:20.7316622-06:00</Timestamp> </Logs>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
RespuestaBool| Name | Description | Type | Additional information |
|---|---|---|---|
| Respuesta | integer |
None. |
Response Formats
application/json, text/json
Sample:
{
"Respuesta": 1
}
application/xml, text/xml
Sample:
<RespuestaBool xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ApiXamarin.Models"> <Respuesta>1</Respuesta> </RespuestaBool>