POST api/Bitacora?UsuarioLogueado={UsuarioLogueado}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| UsuarioLogueado | string |
Required |
Body Parameters
Error| Name | Description | Type | Additional information |
|---|---|---|---|
| ClaveProceso | integer |
None. |
|
| Origen | string |
None. |
|
| Mensaje | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"ClaveProceso": 1,
"Origen": "sample string 2",
"Mensaje": "sample string 3"
}
application/xml, text/xml
Sample:
<Error xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ApiCPM.Models"> <ClaveProceso>1</ClaveProceso> <Mensaje>sample string 3</Mensaje> <Origen>sample string 2</Origen> </Error>
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. |