Önizlenen Faturayı PDF Olarak İndirir

Ön izlenen faturayı pdf olarak indirir.

POST/earchive/Send/Model/Download/Pdf
Body
ArchiveInvoiceArchiveInvoiceDto (object)
Response

Ön izlenen faturayı pdf olarak indirir.

Body
string
Request
const response = await fetch('/earchive/Send/Model/Download/Pdf', {
    method: 'POST',
    headers: {
      "Content-Type": "application/json-patch+json"
    },
    body: JSON.stringify({}),
});
const data = await response.json();
Response
"text"
var options = new RestClientOptions("https://apitest.nilvera.com")
{
    MaxTimeout = -1,
};
var client = new RestClient(options);
var request = new RestRequest("/earchive/Send/Model/Download/Pdf", Method.Post);
request.AddHeader("Content-Type", "application/json");
request.AddHeader("Authorization", "Bearer <API KEY>");
var body = @"{
    ""ArchiveInvoice"": {
        ""InvoiceInfo"": {
            ""UUID"": ""3fa85f64-5717-4562-b3fc-2c963f66afa6"",
            ""TemplateUUID"": ""3fa85f64-5717-4562-b3fc-2c963f66afa6"",
            ""TemplateBase64String"": ""string"",
            ""InvoiceType"": ""SATIS"",
            ""InvoiceSerieOrNumber"": ""string"",
            ""IssueDate"": ""2024-04-03T07:58:33.397Z"",
            ""CurrencyCode"": ""string"",
            ""ExchangeRate"": 0,
            ""DespatchDocumentReference"": [
                {
                    ""IssueDate"": ""2024-04-03T07:58:33.397Z"",
                    ""Value"": ""string""
                }
            ],
            ""OrderReference"": {
                ""IssueDate"": ""2024-04-03T07:58:33.397Z"",
                ""Value"": ""string""
            },
            ""OrderReferenceDocument"": {
                ""ID"": ""string"",
                ""IssueDate"": ""2024-04-03T07:58:33.397Z"",
                ""DocumentType"": ""string"",
                ""DocumentTypeCode"": ""string"",
                ""DocumentDescription"": ""string"",
                ""Attachment"": {
                    ""Base64Data"": ""string"",
                    ""MimeCode"": ""string"",
                    ""FileName"": ""string""
                }
            },
            ""AdditionalDocumentReferences"": [
                {
                    ""ID"": ""string"",
                    ""IssueDate"": ""2024-04-03T07:58:33.397Z"",
                    ""DocumentType"": ""string"",
                    ""DocumentTypeCode"": ""string"",
                    ""DocumentDescription"": ""string"",
                    ""Attachment"": {
                        ""Base64Data"": ""string"",
                        ""MimeCode"": ""string"",
                        ""FileName"": ""string""
                    }
                }
            ],
            ""TaxExemptionReasonInfo"": {
                ""KDVExemptionReasonCode"": ""string"",
                ""OTVExemptionReasonCode"": ""string"",
                ""AccommodationTaxExemptionReasonCode"": ""string""
            },
            ""PaymentTermsInfo"": {
                ""Percent"": 0,
                ""Amount"": 0,
                ""Note"": ""string""
            },
            ""PaymentMeansInfo"": {
                ""Code"": ""string"",
                ""ChannelCode"": ""string"",
                ""DueDate"": ""2024-04-03T07:58:33.397Z"",
                ""PayeeFinancialAccountID"": ""string"",
                ""Note"": ""string""
            },
            ""OKCInfo"": {
                ""ID"": ""string"",
                ""IssueDate"": ""2024-04-03T07:58:33.397Z"",
                ""Time"": ""string"",
                ""ZNo"": ""string"",
                ""EndPointID"": ""string"",
                ""DocumentDescription"": ""string""
            },
            ""ReturnInvoiceInfo"": [
                {
                    ""InvoiceNumber"": ""string"",
                    ""IssueDate"": ""2024-04-03T07:58:33.397Z""
                }
            ],
            ""Expenses"": [
                {
                    ""ExpenseType"": ""HKSKOMISYON"",
                    ""Percent"": 0,
                    ""Amount"": 0
                }
            ],
            ""ISDespatch"": true,
            ""SalesPlatform"": ""NORMAL"",
            ""SendType"": ""KAGIT"",
            ""InternetInfo"": {
                ""WebSite"": ""string"",
                ""PaymentMethod"": ""string"",
                ""PaymentMethodName"": ""string"",
                ""PaymentDate"": ""2024-04-03T07:58:33.397Z"",
                ""TransporterName"": ""string"",
                ""TransporterRegisterNumber"": ""string"",
                ""TransportDate"": ""2024-04-03T07:58:33.397Z""
            },
            ""AccountingCost"": ""string"",
            ""LineExtensionAmount"": 0,
            ""GeneralKDV1Total"": 0,
            ""GeneralKDV8Total"": 0,
            ""GeneralKDV18Total"": 0,
            ""GeneralKDV10Total"": 0,
            ""GeneralKDV20Total"": 0,
            ""GeneralAllowanceTotal"": 0,
            ""PayableAmount"": 0,
            ""KdvTotal"": 0
        },
        ""CompanyInfo"": {
            ""TaxNumber"": ""string"",
            ""Name"": ""string"",
            ""TaxOffice"": ""string"",
            ""PartyIdentifications"": [
                {
                    ""SchemeID"": ""string"",
                    ""Value"": ""string""
                }
            ],
            ""AgentPartyIdentifications"": [
                {
                    ""SchemeID"": ""string"",
                    ""Value"": ""string""
                }
            ],
            ""Address"": ""string"",
            ""District"": ""string"",
            ""City"": ""string"",
            ""Country"": ""string"",
            ""PostalCode"": ""string"",
            ""Phone"": ""string"",
            ""Fax"": ""string"",
            ""Mail"": ""string"",
            ""WebSite"": ""string""
        },
        ""CustomerInfo"": {
            ""TaxNumber"": ""string"",
            ""Name"": ""string"",
            ""TaxOffice"": ""string"",
            ""PartyIdentifications"": [
                {
                    ""SchemeID"": ""string"",
                    ""Value"": ""string""
                }
            ],
            ""AgentPartyIdentifications"": [
                {
                    ""SchemeID"": ""string"",
                    ""Value"": ""string""
                }
            ],
            ""Address"": ""string"",
            ""District"": ""string"",
            ""City"": ""string"",
            ""Country"": ""string"",
            ""PostalCode"": ""string"",
            ""Phone"": ""string"",
            ""Fax"": ""string"",
            ""Mail"": ""string"",
            ""WebSite"": ""string""
        },
        ""InvoiceLines"": [
            {
                ""Index"": ""string"",
                ""SellerCode"": ""string"",
                ""BuyerCode"": ""string"",
                ""Name"": ""string"",
                ""Description"": ""string"",
                ""Quantity"": 0,
                ""UnitType"": ""string"",
                ""Price"": 0,
                ""AllowanceTotal"": 0,
                ""KDVPercent"": 0,
                ""KDVTotal"": 0,
                ""Taxes"": [
                    {
                        ""TaxCode"": ""string"",
                        ""Total"": 0,
                        ""Percent"": 0,
                        ""ReasonCode"": ""string"",
                        ""ReasonDesc"": ""string""
                    }
                ],
                ""ManufacturerCode"": ""string"",
                ""BrandName"": ""string"",
                ""ModelName"": ""string"",
                ""Note"": ""string"",
                ""OzelMatrahReason"": ""string"",
                ""OzelMatrahTotal"": 0,
                ""VatAmountWithoutTevkifat"": 0,
                ""AdditionalItemIdentification"": {
                    ""TagNumber"": ""string"",
                    ""OwnerName"": ""string"",
                    ""OwnerTaxNumber"": ""string""
                }
            }
        ],
        ""Notes"": [
            ""string""
        ]
    }
}";
request.AddStringBody(body, DataFormat.Json);
RestResponse response = await client.ExecuteAsync(request);
Console.WriteLine(response.Content);