POST api/M2M/GuardaLogConUsuario
Request Information
URI Parameters
None.
Body Parameters
LogDataModel| Name | Description | Type | Additional information |
|---|---|---|---|
| Data | string |
None. |
Request Formats
application/json, text/json, application/xml, text/xml, application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
GenericResponseDataModel| Name | Description | Type | Additional information |
|---|---|---|---|
| Result | boolean |
None. |
Response Formats
application/json, text/json
Sample:
{
"Result": true
}
application/xml, text/xml
Sample:
<GenericResponseDataModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Manager.WebAPI.Models"> <Result>true</Result> </GenericResponseDataModel>