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}/PDF/{Report} HTTP/1.1
Host: gpvnew.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">
<Adreca>String</Adreca>
<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>