POST api/v1/einvoices/print

Request Information

URI Parameters

None.

Body Parameters

PDFA3Request
NameDescriptionTypeAdditional information
InvoiceXmlBase64

string

None.

CompanyLogoBase64

string

None.

Request Formats

application/json, text/json

Sample:
{
  "InvoiceXmlBase64": "sample string 1",
  "CompanyLogoBase64": "sample string 2"
}

application/xml, text/xml

Sample:
<PDFA3Request xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ZATCA_API.Models">
  <CompanyLogoBase64>sample string 2</CompanyLogoBase64>
  <InvoiceXmlBase64>sample string 1</InvoiceXmlBase64>
</PDFA3Request>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.