ImesI

<back to all web services

GetResumLiquidacio

Requires Authentication
The following routes are available for this service:
GET/liquidacions/{Id}/resum
GetResumLiquidacio Parameters:
NameParameterData TypeRequiredDescription
IdpathintNo
ResumLiquidacio Parameters:
NameParameterData TypeRequiredDescription
IdformintNo
DataEmissioformDateTimeOffset?No
MesformintNo
AnyformintNo
PropietariIdformintNo
NumeroFacturaformstringNo
PercentformdoubleNo
TotalLloguerformdecimalNo
TotalPagamentsformdecimalNo
ImportAdmformdecimalNo
IVAformdecimalNo
TotalIVAformdecimalNo
TotalAdmformdecimalNo
TotalIngressarformdecimalNo
IBANformstringNo
Facturatformbool?No
ComentarisformstringNo
NumFinquesformintNo
NomMesESformstringNo
NomMesCAformstringNo
IdiomaformIdiomaNoCodi d'idioma

Allowable Values

  • es
  • ca
NomformstringNo
CognomsformstringNo
RaoSocialformstringNo
NifformstringNo
Adreca1formstringNo
Adreca2formstringNo
CPformstringNo
PoblacioformstringNo
ProvinciaformstringNo
PaisformstringNo
fnformstringNo
Idioma Enum:
NameValue
es1CastellĂ 
ca2CatalĂ 

To override the Content-type in your clients, use the HTTP Accept Header, append the .xml suffix or ?format=xml

HTTP + XML

The following are sample HTTP requests and responses. The placeholders shown need to be replaced with actual values.

GET /liquidacions/{Id}/resum HTTP/1.1 
Host: gpv.ocellot.com 
Accept: application/xml
HTTP/1.1 200 OK
Content-Type: application/xml
Content-Length: length

<ResumLiquidacio xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/gpv.ServiceModel">
  <Adreca1>String</Adreca1>
  <Adreca2>String</Adreca2>
  <Any>0</Any>
  <CP>String</CP>
  <Cognoms>String</Cognoms>
  <Comentaris>String</Comentaris>
  <DataEmissio xmlns:d2p1="http://schemas.datacontract.org/2004/07/System">
    <d2p1:DateTime>0001-01-01T00:00:00Z</d2p1:DateTime>
    <d2p1:OffsetMinutes>0</d2p1:OffsetMinutes>
  </DataEmissio>
  <Facturat>false</Facturat>
  <IBAN>String</IBAN>
  <IVA>0</IVA>
  <Id>0</Id>
  <Idioma>es</Idioma>
  <ImportAdm>0</ImportAdm>
  <Mes>0</Mes>
  <Nif>String</Nif>
  <Nom>String</Nom>
  <NomMesCA>String</NomMesCA>
  <NomMesES>String</NomMesES>
  <NumFinques>0</NumFinques>
  <NumeroFactura>String</NumeroFactura>
  <Pais>String</Pais>
  <Percent>0</Percent>
  <Poblacio>String</Poblacio>
  <PropietariId>0</PropietariId>
  <Provincia>String</Provincia>
  <RaoSocial>String</RaoSocial>
  <TotalAdm>0</TotalAdm>
  <TotalIVA>0</TotalIVA>
  <TotalIngressar>0</TotalIngressar>
  <TotalLloguer>0</TotalLloguer>
  <TotalPagaments>0</TotalPagaments>
  <fn>String</fn>
</ResumLiquidacio>