POST api/VOBL/GuardarComprobante

Request Information

URI Parameters

None.

Body Parameters

VencimientoObligacionComprobante
NameDescriptionTypeAdditional information
idUsuario

globally unique identifier

None.

idVOBL

globally unique identifier

None.

IvaComprobante

integer

None.

ImporteComprobante

integer

None.

NumeroComprobante

string

None.

FechaComprobante

date

None.

Periodo

string

None.

Base64Imagen

string

None.

Request Formats

application/json, text/json

Sample:
{
  "idUsuario": "d9317fd2-4f1c-4351-a9aa-c07b0a1e376d",
  "idVOBL": "7bd3b312-ba57-49ad-a6a4-a13eba5d97e2",
  "IvaComprobante": 3,
  "ImporteComprobante": 4,
  "NumeroComprobante": "sample string 5",
  "FechaComprobante": "2024-09-20T21:41:47.7201058-03:00",
  "Periodo": "sample string 7",
  "Base64Imagen": "sample string 8"
}

application/xml, text/xml

Sample:
<VencimientoObligacionComprobante xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WebApiMobile.Models">
  <Base64Imagen>sample string 8</Base64Imagen>
  <FechaComprobante>2024-09-20T21:41:47.7201058-03:00</FechaComprobante>
  <ImporteComprobante>4</ImporteComprobante>
  <IvaComprobante>3</IvaComprobante>
  <NumeroComprobante>sample string 5</NumeroComprobante>
  <Periodo>sample string 7</Periodo>
  <idUsuario>d9317fd2-4f1c-4351-a9aa-c07b0a1e376d</idUsuario>
  <idVOBL>7bd3b312-ba57-49ad-a6a4-a13eba5d97e2</idVOBL>
</VencimientoObligacionComprobante>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

string

Response Formats

application/json, text/json

Sample:
"sample string 1"

application/xml, text/xml

Sample:
<string xmlns="http://schemas.microsoft.com/2003/10/Serialization/">sample string 1</string>