PUT api/TICKET_REFERENCIA/Edit/{id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | globally unique identifier |
Required |
Body Parameters
TICKET_REFERENCIA| Name | Description | Type | Additional information |
|---|---|---|---|
| TICKETID | globally unique identifier |
None. |
|
| FILIAL | string |
None. |
|
| EMPRESA | string |
None. |
|
| CODIGO_CLIENTE | string |
None. |
|
| TIPO_ORDEM | string |
None. |
|
| NI | string |
None. |
|
| DESCRICAO | string |
None. |
|
| UNIDADE | string |
None. |
|
| VALOR_IMPOSTO | decimal number |
None. |
|
| VALOR_CORTE | decimal number |
None. |
|
| ORDEM | string |
None. |
|
| MENSAGEM | string |
None. |
|
| CENTRO_CUSTO | string |
None. |
|
| COTACAO | string |
None. |
|
| DT_ATUALIZADO | date |
None. |
Request Formats
application/json, text/json
Sample:
{
"TICKETID": "f1b71936-8fa8-477e-999c-8990669ad615",
"FILIAL": "sample string 2",
"EMPRESA": "sample string 3",
"CODIGO_CLIENTE": "sample string 4",
"TIPO_ORDEM": "sample string 5",
"NI": "sample string 6",
"DESCRICAO": "sample string 7",
"UNIDADE": "sample string 8",
"VALOR_IMPOSTO": 9.0,
"VALOR_CORTE": 10.0,
"ORDEM": "sample string 11",
"MENSAGEM": "sample string 12",
"CENTRO_CUSTO": "sample string 13",
"COTACAO": "sample string 14",
"DT_ATUALIZADO": "2025-12-12T16:04:01.602433-03:00"
}
text/plain
Sample:
{"TICKETID":"f1b71936-8fa8-477e-999c-8990669ad615","FILIAL":"sample string 2","EMPRESA":"sample string 3","CODIGO_CLIENTE":"sample string 4","TIPO_ORDEM":"sample string 5","NI":"sample string 6","DESCRICAO":"sample string 7","UNIDADE":"sample string 8","VALOR_IMPOSTO":9.0,"VALOR_CORTE":10.0,"ORDEM":"sample string 11","MENSAGEM":"sample string 12","CENTRO_CUSTO":"sample string 13","COTACAO":"sample string 14","DT_ATUALIZADO":"2025-12-12T16:04:01.602433-03:00"}
application/xml, text/xml
Sample:
<TICKET_REFERENCIA xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Robotizei.RBT_MONITOR.Domain.Entities"> <CENTRO_CUSTO>sample string 13</CENTRO_CUSTO> <CODIGO_CLIENTE>sample string 4</CODIGO_CLIENTE> <COTACAO>sample string 14</COTACAO> <DESCRICAO>sample string 7</DESCRICAO> <DT_ATUALIZADO>2025-12-12T16:04:01.602433-03:00</DT_ATUALIZADO> <EMPRESA>sample string 3</EMPRESA> <FILIAL>sample string 2</FILIAL> <MENSAGEM>sample string 12</MENSAGEM> <NI>sample string 6</NI> <ORDEM>sample string 11</ORDEM> <TICKETID>f1b71936-8fa8-477e-999c-8990669ad615</TICKETID> <TIPO_ORDEM>sample string 5</TIPO_ORDEM> <UNIDADE>sample string 8</UNIDADE> <VALOR_CORTE>10</VALOR_CORTE> <VALOR_IMPOSTO>9</VALOR_IMPOSTO> </TICKET_REFERENCIA>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
DataResultModel| Name | 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": "b7dc512e-eb44-4aee-9076-ff958d276f9e"
}
text/plain
Sample:
{"Success":true,"Message":"sample string 2","Detail":"sample string 3","Total":4,"ID_OBJECT":"b7dc512e-eb44-4aee-9076-ff958d276f9e"}
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>b7dc512e-eb44-4aee-9076-ff958d276f9e</ID_OBJECT> <Message>sample string 2</Message> <Success>true</Success> <Total>4</Total> </DataResultModel>