GET api/Logo/GetInvoicePDF?uuid={uuid}&sirketId={sirketId}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| uuid | string |
Required |
|
| sirketId | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
InvoicePDFResponse| Name | Description | Type | Additional information |
|---|---|---|---|
| PdfString | Collection of byte |
None. |
|
| Message | string |
None. |
|
| Error | boolean |
None. |
Response Formats
application/json, text/json
Sample:
{
"PdfString": "QEA=",
"Message": "sample string 1",
"Error": true
}
text/xml
Sample:
<InvoicePDFResponse xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/CariApi.Models.Logo"> <Error>true</Error> <Message>sample string 1</Message> <PdfString>QEA=</PdfString> </InvoicePDFResponse>