POST api/SolicitudesFactura/{id}

No documentation available.

Request Information

Parameters

NameDescriptionAdditional information
requestModel
No documentation available.

Define this parameter in the request body.

id
No documentation available.

Define this parameter in the request URI.

Request body formats

application/json, text/json

Sample:
{
  "ID_CLIENTE": 1,
  "ID_PAGO": 2,
  "MONTO": 3,
  "ID_USUARIO_CREACION": 4,
  "ID_USUARIO_MODIFICACION": 5,
  "ID_SOLICITUD_FACTURA": 6,
  "RUTAXML": "sample string 7",
  "RUTAPDF": "sample string 8",
  "ESTATUS": 9,
  "FECHA_SOLICITUD": "sample string 10",
  "CORREO_ELECTRONICO": "sample string 11",
  "FECHA_CREACION": "2024-09-19T12:51:44.187809-06:00",
  "FECHA_MODIFICACION": "2024-09-19T12:51:44.187809-06:00"
}

application/xml, text/xml

Sample:
<SolicitudFacturaModelo xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SorteosAPI.Models">
  <CORREO_ELECTRONICO>sample string 11</CORREO_ELECTRONICO>
  <ESTATUS>9</ESTATUS>
  <FECHA_CREACION>2024-09-19T12:51:44.187809-06:00</FECHA_CREACION>
  <FECHA_MODIFICACION>2024-09-19T12:51:44.187809-06:00</FECHA_MODIFICACION>
  <FECHA_SOLICITUD>sample string 10</FECHA_SOLICITUD>
  <ID_CLIENTE>1</ID_CLIENTE>
  <ID_PAGO>2</ID_PAGO>
  <ID_SOLICITUD_FACTURA>6</ID_SOLICITUD_FACTURA>
  <ID_USUARIO_CREACION>4</ID_USUARIO_CREACION>
  <ID_USUARIO_MODIFICACION>5</ID_USUARIO_MODIFICACION>
  <MONTO>3</MONTO>
  <RUTAPDF>sample string 8</RUTAPDF>
  <RUTAXML>sample string 7</RUTAXML>
</SolicitudFacturaModelo>

application/x-www-form-urlencoded

Sample:

Sample not available.