POST api/Preliquidacion/InsertaPreliquidacion

Request Information

URI Parameters

None.

Body Parameters

Circular003Preliquidaciones
NameDescriptionTypeAdditional information
ID_PRELIQUIDACION

integer

None.

USUARIO_SISTEMA

string

None.

CODIGO_CAMARA_USUARIO

string

None.

FECHA_PRELIQUIDACION

date

None.

IP_USUARIO

string

None.

PDF_GENERADO

boolean

None.

CORREO_ENVIADO

boolean

None.

PDF_DESCARGADO

boolean

None.

CORREO_NOTIFICACION_COMERCIANTE

string

None.

CORREO_CC_RECEPTORA

string

None.

CORREO_CC_RESPONSABLE

string

None.

FECHA_ENVIO_A_COMERCIANTE

date

None.

FECHA_ENVIO_CC_RECEPTORA

date

None.

FECHA_ENVIO_CC_RESPONSABLE

date

None.

RESPUESTA_JSON

string

None.

CODIGO_ACTO

string

None.

NOMBRE_ACTO

string

None.

CODIGO_TIPO_DOCUMENTO

string

None.

NUMERO_DOCUMENTO

string

None.

CAMARA_COMERCIO_COMERCIANTE

string

None.

NUMERO_MATRICULA_COMERCIANTE

string

None.

NOMBRE_COMERCIO

string

None.

VALOR_TOTAL

decimal number

None.

RUTA_PDF_GENERADO

string

None.

detallePreliquidacion

Collection of detallePreliquidacion

None.

Request Formats

application/json, text/json

Sample:
{
  "ID_PRELIQUIDACION": 1,
  "USUARIO_SISTEMA": "sample string 2",
  "CODIGO_CAMARA_USUARIO": "sample string 3",
  "FECHA_PRELIQUIDACION": "2026-04-04T07:43:05.2089661-05:00",
  "IP_USUARIO": "sample string 5",
  "PDF_GENERADO": true,
  "CORREO_ENVIADO": true,
  "PDF_DESCARGADO": true,
  "CORREO_NOTIFICACION_COMERCIANTE": "sample string 9",
  "CORREO_CC_RECEPTORA": "sample string 10",
  "CORREO_CC_RESPONSABLE": "sample string 11",
  "FECHA_ENVIO_A_COMERCIANTE": "2026-04-04T07:43:05.2089661-05:00",
  "FECHA_ENVIO_CC_RECEPTORA": "2026-04-04T07:43:05.2089661-05:00",
  "FECHA_ENVIO_CC_RESPONSABLE": "2026-04-04T07:43:05.2089661-05:00",
  "RESPUESTA_JSON": "sample string 15",
  "CODIGO_ACTO": "sample string 16",
  "NOMBRE_ACTO": "sample string 17",
  "CODIGO_TIPO_DOCUMENTO": "sample string 18",
  "NUMERO_DOCUMENTO": "sample string 19",
  "CAMARA_COMERCIO_COMERCIANTE": "sample string 20",
  "NUMERO_MATRICULA_COMERCIANTE": "sample string 21",
  "NOMBRE_COMERCIO": "sample string 22",
  "VALOR_TOTAL": 23.0,
  "RUTA_PDF_GENERADO": "sample string 24",
  "detallePreliquidacion": [
    {
      "CODIGO_CAMARA": "sample string 1",
      "CODIGO_SERVICIO": "sample string 2",
      "DESC_SERVICIO": "sample string 3",
      "VALOR_SERVICIO": 4.1,
      "VALOR_IMPUESTO": 5.1,
      "VALOR_DESCUENTO": 6.1,
      "DESC_CAMARA": "sample string 7",
      "CORREO_ELECTRONICO": "sample string 8",
      "MATRICULA": "sample string 9",
      "RAZON_SOCIAL": "sample string 10"
    },
    {
      "CODIGO_CAMARA": "sample string 1",
      "CODIGO_SERVICIO": "sample string 2",
      "DESC_SERVICIO": "sample string 3",
      "VALOR_SERVICIO": 4.1,
      "VALOR_IMPUESTO": 5.1,
      "VALOR_DESCUENTO": 6.1,
      "DESC_CAMARA": "sample string 7",
      "CORREO_ELECTRONICO": "sample string 8",
      "MATRICULA": "sample string 9",
      "RAZON_SOCIAL": "sample string 10"
    }
  ]
}

application/xml, text/xml

Sample:
<Circular003Preliquidaciones xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/RUES_API.Models">
  <CAMARA_COMERCIO_COMERCIANTE>sample string 20</CAMARA_COMERCIO_COMERCIANTE>
  <CODIGO_ACTO>sample string 16</CODIGO_ACTO>
  <CODIGO_CAMARA_USUARIO>sample string 3</CODIGO_CAMARA_USUARIO>
  <CODIGO_TIPO_DOCUMENTO>sample string 18</CODIGO_TIPO_DOCUMENTO>
  <CORREO_CC_RECEPTORA>sample string 10</CORREO_CC_RECEPTORA>
  <CORREO_CC_RESPONSABLE>sample string 11</CORREO_CC_RESPONSABLE>
  <CORREO_ENVIADO>true</CORREO_ENVIADO>
  <CORREO_NOTIFICACION_COMERCIANTE>sample string 9</CORREO_NOTIFICACION_COMERCIANTE>
  <FECHA_ENVIO_A_COMERCIANTE>2026-04-04T07:43:05.2089661-05:00</FECHA_ENVIO_A_COMERCIANTE>
  <FECHA_ENVIO_CC_RECEPTORA>2026-04-04T07:43:05.2089661-05:00</FECHA_ENVIO_CC_RECEPTORA>
  <FECHA_ENVIO_CC_RESPONSABLE>2026-04-04T07:43:05.2089661-05:00</FECHA_ENVIO_CC_RESPONSABLE>
  <FECHA_PRELIQUIDACION>2026-04-04T07:43:05.2089661-05:00</FECHA_PRELIQUIDACION>
  <ID_PRELIQUIDACION>1</ID_PRELIQUIDACION>
  <IP_USUARIO>sample string 5</IP_USUARIO>
  <NOMBRE_ACTO>sample string 17</NOMBRE_ACTO>
  <NOMBRE_COMERCIO>sample string 22</NOMBRE_COMERCIO>
  <NUMERO_DOCUMENTO>sample string 19</NUMERO_DOCUMENTO>
  <NUMERO_MATRICULA_COMERCIANTE>sample string 21</NUMERO_MATRICULA_COMERCIANTE>
  <PDF_DESCARGADO>true</PDF_DESCARGADO>
  <PDF_GENERADO>true</PDF_GENERADO>
  <RESPUESTA_JSON>sample string 15</RESPUESTA_JSON>
  <RUTA_PDF_GENERADO>sample string 24</RUTA_PDF_GENERADO>
  <USUARIO_SISTEMA>sample string 2</USUARIO_SISTEMA>
  <VALOR_TOTAL>23</VALOR_TOTAL>
  <detallePreliquidacion>
    <detallePreliquidacion>
      <CODIGO_CAMARA>sample string 1</CODIGO_CAMARA>
      <CODIGO_SERVICIO>sample string 2</CODIGO_SERVICIO>
      <CORREO_ELECTRONICO>sample string 8</CORREO_ELECTRONICO>
      <DESC_CAMARA>sample string 7</DESC_CAMARA>
      <DESC_SERVICIO>sample string 3</DESC_SERVICIO>
      <MATRICULA>sample string 9</MATRICULA>
      <RAZON_SOCIAL>sample string 10</RAZON_SOCIAL>
      <VALOR_DESCUENTO>6.1</VALOR_DESCUENTO>
      <VALOR_IMPUESTO>5.1</VALOR_IMPUESTO>
      <VALOR_SERVICIO>4.1</VALOR_SERVICIO>
    </detallePreliquidacion>
    <detallePreliquidacion>
      <CODIGO_CAMARA>sample string 1</CODIGO_CAMARA>
      <CODIGO_SERVICIO>sample string 2</CODIGO_SERVICIO>
      <CORREO_ELECTRONICO>sample string 8</CORREO_ELECTRONICO>
      <DESC_CAMARA>sample string 7</DESC_CAMARA>
      <DESC_SERVICIO>sample string 3</DESC_SERVICIO>
      <MATRICULA>sample string 9</MATRICULA>
      <RAZON_SOCIAL>sample string 10</RAZON_SOCIAL>
      <VALOR_DESCUENTO>6.1</VALOR_DESCUENTO>
      <VALOR_IMPUESTO>5.1</VALOR_IMPUESTO>
      <VALOR_SERVICIO>4.1</VALOR_SERVICIO>
    </detallePreliquidacion>
  </detallePreliquidacion>
</Circular003Preliquidaciones>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

HttpResponseMessage
NameDescriptionTypeAdditional information
Version

Version

None.

Content

HttpContent

None.

StatusCode

HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.