POST api/Tramites/CodigoBarras
Obtiene un codigo de barras a partir de los datos basicos
Request Information
URI Parameters
None.
Body Parameters
CodigoGS1| Name | Description | Type | Additional information |
|---|---|---|---|
| Documento | string |
None. |
|
| Factura | string |
None. |
|
| ValorFactura | decimal number |
None. |
|
| FechaPago | date |
None. |
Request Formats
application/json, text/json
Sample:
{
"Documento": "sample string 1",
"Factura": "sample string 2",
"ValorFactura": 3.0,
"FechaPago": "2026-04-04T02:48:37.1356615-05:00"
}
application/xml, text/xml
Sample:
<CodigoGS1 xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SIMAPI.Controllers.Tramites"> <Documento>sample string 1</Documento> <Factura>sample string 2</Factura> <FechaPago>2026-04-04T02:48:37.1356615-05:00</FechaPago> <ValorFactura>3</ValorFactura> </CodigoGS1>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
Collection of byteResponse Formats
application/json, text/json
Sample:
"QEA="
application/xml, text/xml
Sample:
<base64Binary xmlns="http://schemas.microsoft.com/2003/10/Serialization/">QEA=</base64Binary>