GET api/MuestraFactura/GetCargarFactura/{InternoID}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| InternoID | string |
Required |
Body Parameters
None.
Response Information
Resource Description
MuestraFactura| Name | Description | Type | Additional information |
|---|---|---|---|
| Empresa | string |
None. |
|
| ClienteID | string |
None. |
|
| RazonSocialCliente | string |
None. |
|
| FechaFactura | date |
None. |
|
| PeriodoFact | string |
None. |
|
| Comprobante | string |
None. |
|
| Letra | string |
None. |
|
| Prefijo | string |
None. |
|
| Cpb | string |
None. |
|
| Entidades | string |
None. |
|
| NombrePaciente | string |
None. |
|
| ImporteGravado | decimal number |
None. |
|
| ImporteExento | decimal number |
None. |
|
| ImporteNoGravado | decimal number |
None. |
|
| SimboloMoneda | string |
None. |
|
| PorcIVA1 | string |
None. |
|
| PorcIVA2 | string |
None. |
|
| IVA1 | decimal number |
None. |
|
| IVA2 | decimal number |
None. |
|
| OtrosImpuestos | decimal number |
None. |
|
| Leyenda | string |
None. |
|
| Lineas | Collection of MuestraFacturaDet |
None. |
Response Formats
application/json, text/json
Sample:
{
"Empresa": "sample string 1",
"ClienteID": "sample string 2",
"RazonSocialCliente": "sample string 3",
"FechaFactura": "2026-01-09T23:15:08.6247559-03:00",
"PeriodoFact": "sample string 5",
"Comprobante": "sample string 6",
"Letra": "sample string 7",
"Prefijo": "sample string 8",
"Cpb": "sample string 9",
"Entidades": "sample string 10",
"NombrePaciente": "sample string 11",
"ImporteGravado": 12.0,
"ImporteExento": 13.0,
"ImporteNoGravado": 14.0,
"SimboloMoneda": "sample string 15",
"PorcIVA1": "sample string 16",
"PorcIVA2": "sample string 17",
"IVA1": 18.0,
"IVA2": 19.0,
"OtrosImpuestos": 20.0,
"Leyenda": "sample string 21",
"Lineas": [
{
"InternoID": 1,
"Descripcion": "sample string 2",
"Precio": 3.0,
"Extra": 4,
"Orden": 5,
"ImportePrestacion": 6.0,
"CantidadPrestacion": 7,
"TipoPacienteD": "sample string 8"
},
{
"InternoID": 1,
"Descripcion": "sample string 2",
"Precio": 3.0,
"Extra": 4,
"Orden": 5,
"ImportePrestacion": 6.0,
"CantidadPrestacion": 7,
"TipoPacienteD": "sample string 8"
}
]
}