POST api/TICKET_REFERENCIA/Create

Request Information

URI Parameters

None.

Body Parameters

TICKET_REFERENCIA
NameDescriptionTypeAdditional 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": "39ad4fdc-1fe2-4615-b625-c523aa70d6a6",
  "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-10-04T19:57:08.6750818-03:00"
}

text/plain

Sample:
{"TICKETID":"39ad4fdc-1fe2-4615-b625-c523aa70d6a6","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-10-04T19:57:08.6750818-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-10-04T19:57:08.6750818-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>39ad4fdc-1fe2-4615-b625-c523aa70d6a6</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
NameDescriptionTypeAdditional 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": "912ccebc-9220-441e-be53-35a06d32ccb1"
}

text/plain

Sample:
{"Success":true,"Message":"sample string 2","Detail":"sample string 3","Total":4,"ID_OBJECT":"912ccebc-9220-441e-be53-35a06d32ccb1"}

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>912ccebc-9220-441e-be53-35a06d32ccb1</ID_OBJECT>
  <Message>sample string 2</Message>
  <Success>true</Success>
  <Total>4</Total>
</DataResultModel>