POST api/helpdesk/registrarTicket

Request Information

URI Parameters

None.

Body Parameters

Ticket_Hubspot
NameDescriptionTypeAdditional information
Tipo

integer

None.

content

string

None.

subject

string

None.

Sub_Tipo

integer

None.

Propietario

string

None.

hs_ticket_id

string

None.

caso_incidente

string

None.

fecha_creacion

date

None.

Especifico_Tipo

string

None.

hs_pipeline_stage

string

None.

hs_ticket_priority

string

None.

Ultima_Modificacion

date

None.

Request Formats

application/json, text/json

Sample:
{
  "Tipo": 1,
  "content": "sample string 2",
  "subject": "sample string 3",
  "Sub_Tipo": 4,
  "Propietario": "sample string 5",
  "hs_ticket_id": "sample string 6",
  "caso_incidente": "sample string 7",
  "fecha_creacion": "2025-08-02T19:08:18.4313081-05:00",
  "Especifico_Tipo": "sample string 9",
  "hs_pipeline_stage": "sample string 10",
  "hs_ticket_priority": "sample string 11",
  "Ultima_Modificacion": "2025-08-02T19:08:18.4313081-05:00"
}

application/xml, text/xml

Sample:
<Ticket_Hubspot xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ArellanoAPI.Models.Hubspot">
  <Especifico_Tipo>sample string 9</Especifico_Tipo>
  <Propietario>sample string 5</Propietario>
  <Sub_Tipo>4</Sub_Tipo>
  <Tipo>1</Tipo>
  <Ultima_Modificacion>2025-08-02T19:08:18.4313081-05:00</Ultima_Modificacion>
  <caso_incidente>sample string 7</caso_incidente>
  <content>sample string 2</content>
  <fecha_creacion>2025-08-02T19:08:18.4313081-05:00</fecha_creacion>
  <hs_pipeline_stage>sample string 10</hs_pipeline_stage>
  <hs_ticket_id>sample string 6</hs_ticket_id>
  <hs_ticket_priority>sample string 11</hs_ticket_priority>
  <subject>sample string 3</subject>
</Ticket_Hubspot>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Ticket_Hubspot_Response
NameDescriptionTypeAdditional information
Status

boolean

None.

Mensaje

string

None.

Detalle

Ticket_Hubspot_Response_Detalle

None.

Response Formats

application/json, text/json

Sample:
{
  "Status": true,
  "Mensaje": "sample string 2",
  "Detalle": {
    "ID": 1,
    "Tipo": 2,
    "content": "sample string 3",
    "subject": "sample string 4",
    "Propietario": "sample string 5",
    "hs_ticket_id": "sample string 6",
    "caso_incidente": "sample string 7",
    "fecha_creacion": "sample string 8",
    "Especifico_Tipo": "sample string 9",
    "hs_pipeline_stage_descripcion": "sample string 10",
    "hs_ticket_priority": "sample string 11",
    "Ultima_Modificacion": "sample string 12",
    "Asignado": "sample string 13",
    "Asignado_Foto": "sample string 14",
    "Asignado_email": "sample string 15"
  }
}

application/xml, text/xml

Sample:
<Ticket_Hubspot_Response xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ArellanoAPI.Models.Hubspot">
  <Detalle>
    <Asignado>sample string 13</Asignado>
    <Asignado_Foto>sample string 14</Asignado_Foto>
    <Asignado_email>sample string 15</Asignado_email>
    <Especifico_Tipo>sample string 9</Especifico_Tipo>
    <ID>1</ID>
    <Propietario>sample string 5</Propietario>
    <Tipo>2</Tipo>
    <Ultima_Modificacion>sample string 12</Ultima_Modificacion>
    <caso_incidente>sample string 7</caso_incidente>
    <content>sample string 3</content>
    <fecha_creacion>sample string 8</fecha_creacion>
    <hs_pipeline_stage_descripcion>sample string 10</hs_pipeline_stage_descripcion>
    <hs_ticket_id>sample string 6</hs_ticket_id>
    <hs_ticket_priority>sample string 11</hs_ticket_priority>
    <subject>sample string 4</subject>
  </Detalle>
  <Mensaje>sample string 2</Mensaje>
  <Status>true</Status>
</Ticket_Hubspot_Response>