POST api/Emisor/UpdateLogOpera
Request Information
URI Parameters
None.
Body Parameters
GuardarLogOpera| Name | Description | Type | Additional information |
|---|---|---|---|
| IdOpera | globally unique identifier |
None. |
|
| Json | string |
None. |
|
| Respuesta | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"IdOpera": "56caf9d7-803b-4ef0-913b-5104fba2127f",
"Json": "sample string 2",
"Respuesta": "sample string 3"
}
application/xml, text/xml
Sample:
<GuardarLogOpera xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/APISIGNO.Models.Json"> <IdOpera>56caf9d7-803b-4ef0-913b-5104fba2127f</IdOpera> <Json>sample string 2</Json> <Respuesta>sample string 3</Respuesta> </GuardarLogOpera>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
ObjectNone.
Response Formats
application/json, text/json
Sample:
{}
application/xml, text/xml
Sample:
<z:anyType xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns:z="http://schemas.microsoft.com/2003/10/Serialization/" />