PUT api/API_LOG_IT/Edit/{id}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
id | globally unique identifier |
Required |
Body Parameters
API_LOG_ITName | Description | Type | Additional information |
---|---|---|---|
LOGITID | globally unique identifier |
None. |
|
ROBOID | globally unique identifier |
None. |
|
DT_COMUNICACAO | date |
None. |
|
SOURCE_IP | string |
None. |
|
TIPOLOGID | byte |
None. |
|
MENSAGEM | string |
None. |
Request Formats
application/json, text/json
Sample:
{ "LOGITID": "06c7d209-93f3-4409-aa4d-da7f62edc3e5", "ROBOID": "2efb056f-537b-42a2-87fd-39455821d192", "DT_COMUNICACAO": "2025-10-04T19:49:48.1563783-03:00", "SOURCE_IP": "sample string 4", "TIPOLOGID": 64, "MENSAGEM": "sample string 6" }
text/plain
Sample:
{"LOGITID":"06c7d209-93f3-4409-aa4d-da7f62edc3e5","ROBOID":"2efb056f-537b-42a2-87fd-39455821d192","DT_COMUNICACAO":"2025-10-04T19:49:48.1563783-03:00","SOURCE_IP":"sample string 4","TIPOLOGID":64,"MENSAGEM":"sample string 6"}
application/xml, text/xml
Sample:
<API_LOG_IT xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Robotizei.RBT_MONITOR.Domain.Entities"> <DT_COMUNICACAO>2025-10-04T19:49:48.1563783-03:00</DT_COMUNICACAO> <LOGITID>06c7d209-93f3-4409-aa4d-da7f62edc3e5</LOGITID> <MENSAGEM>sample string 6</MENSAGEM> <ROBOID>2efb056f-537b-42a2-87fd-39455821d192</ROBOID> <SOURCE_IP>sample string 4</SOURCE_IP> <TIPOLOGID>64</TIPOLOGID> </API_LOG_IT>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
DataResultModelName | Description | Type | Additional information |
---|---|---|---|
Success | boolean |
None. |
|
Message | string |
None. |
|
Detail | string |
None. |
|
Total | integer |
None. |
|
ID_OBJECT | globally unique identifier |
None. |
Response Formats
application/json, text/json
Sample:
{ "Success": true, "Message": "sample string 2", "Detail": "sample string 3", "Total": 4, "ID_OBJECT": "27882410-2056-4381-8028-a01eff796790" }
text/plain
Sample:
{"Success":true,"Message":"sample string 2","Detail":"sample string 3","Total":4,"ID_OBJECT":"27882410-2056-4381-8028-a01eff796790"}
application/xml, text/xml
Sample:
<DataResultModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Robotizei.RBT_MONITOR.Domain.Model"> <Detail>sample string 3</Detail> <ID_OBJECT>27882410-2056-4381-8028-a01eff796790</ID_OBJECT> <Message>sample string 2</Message> <Success>true</Success> <Total>4</Total> </DataResultModel>