POST api/DatosFactura/Post

No documentation available.

Request Information

Parameters

NameDescriptionAdditional information
modelo
No documentation available.

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
{
  "ID_CLIENTE": 1,
  "ID_PAIS": 2,
  "ID_ESTADO": 3,
  "ID_CIUDAD": 4,
  "RAZON_SOCIAL": "sample string 5",
  "RFC": "sample string 6",
  "CALLE": "sample string 7",
  "COLONIA": "sample string 8",
  "NUM_EXTERIOR": "sample string 9",
  "NUM_INTERIOR": "sample string 10",
  "CODIGO_POSTAL": "sample string 11",
  "USO_CFDI": "sample string 12",
  "REGIMEN_FISCAL": "sample string 13"
}

application/xml, text/xml

Sample:
<DatosFacturaRegistrarEditarModelo xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SorteosAPI.Models">
  <CALLE>sample string 7</CALLE>
  <CODIGO_POSTAL>sample string 11</CODIGO_POSTAL>
  <COLONIA>sample string 8</COLONIA>
  <ID_CIUDAD>4</ID_CIUDAD>
  <ID_CLIENTE>1</ID_CLIENTE>
  <ID_ESTADO>3</ID_ESTADO>
  <ID_PAIS>2</ID_PAIS>
  <NUM_EXTERIOR>sample string 9</NUM_EXTERIOR>
  <NUM_INTERIOR>sample string 10</NUM_INTERIOR>
  <RAZON_SOCIAL>sample string 5</RAZON_SOCIAL>
  <REGIMEN_FISCAL>sample string 13</REGIMEN_FISCAL>
  <RFC>sample string 6</RFC>
  <USO_CFDI>sample string 12</USO_CFDI>
</DatosFacturaRegistrarEditarModelo>

application/x-www-form-urlencoded

Sample:

Sample not available.