Chilkat Online Tools

unicodeCpp / Fatture in Cloud API v2 - API Reference / Get Issued Document

Back to Collection Items

#include <CkHttpW.h>
#include <CkJsonObjectW.h>
#include <CkHttpResponseW.h>
#include <CkStringBuilderW.h>

void ChilkatSample(void)
    {
    // This example assumes the Chilkat API to have been previously unlocked.
    // See Global Unlock Sample for sample code.

    CkHttpW http;
    bool success;

    CkJsonObjectW queryParams;
    queryParams.UpdateString(L"fields",L"<string>");
    queryParams.UpdateString(L"fieldset",L"basic");

    // Adds the "Authorization: Bearer <access_token>" header.
    http.put_AuthToken(L"<access_token>");
    http.SetRequestHeader(L"Accept",L"application/json");

    CkHttpResponseW *resp = http.QuickRequestParams(L"GET",L"https://api-v2.fattureincloud.it/c/:company_id/issued_documents/:document_id",queryParams);
    if (http.get_LastMethodSuccess() == false) {
        wprintf(L"%s\n",http.lastErrorText());
        return;
    }

    CkStringBuilderW sbResponseBody;
    resp->GetBodySb(sbResponseBody);

    CkJsonObjectW jResp;
    jResp.LoadSb(sbResponseBody);
    jResp.put_EmitCompact(false);

    wprintf(L"Response Body:\n");
    wprintf(L"%s\n",jResp.emit());

    int respStatusCode = resp->get_StatusCode();
    wprintf(L"Response Status Code = %d\n",respStatusCode);
    if (respStatusCode >= 400) {
        wprintf(L"Response Header:\n");
        wprintf(L"%s\n",resp->header());
        wprintf(L"Failed.\n");
        delete resp;
        return;
    }

    delete resp;

    // Sample JSON response:
    // (Sample code for parsing the JSON response is shown below)

    // {
    //   "data": {
    //     "id": "<integer>",
    //     "entity": {
    //       "id": "<integer>",
    //       "code": "<string>",
    //       "name": "<string>",
    //       "type": null,
    //       "first_name": "<string>",
    //       "last_name": "<string>",
    //       "contact_person": "<string>",
    //       "vat_number": "<string>",
    //       "tax_code": "<string>",
    //       "address_street": "<string>",
    //       "address_postal_code": "<string>",
    //       "address_city": "<string>",
    //       "address_province": "<string>",
    //       "address_extra": "<string>",
    //       "country": "<string>",
    //       "country_iso": "<string>",
    //       "email": "<string>",
    //       "certified_email": "<string>",
    //       "phone": "<string>",
    //       "fax": "<string>",
    //       "notes": "<string>",
    //       "default_payment_terms": "<integer>",
    //       "default_vat": {
    //         "id": "<integer>",
    //         "value": "<number>",
    //         "description": "<string>",
    //         "notes": "<string>",
    //         "e_invoice": "<boolean>",
    //         "ei_type": "<string>",
    //         "ei_description": "<string>",
    //         "editable": "<boolean>",
    //         "is_disabled": "<boolean>"
    //       },
    //       "default_payment_terms_type": "standard",
    //       "default_payment_method": {
    //         "id": "<integer>",
    //         "name": "<string>",
    //         "type": "standard",
    //         "is_default": "<boolean>",
    //         "default_payment_account": {
    //           "id": "<integer>",
    //           "name": "<string>",
    //           "type": "standard",
    //           "iban": "<string>",
    //           "sia": "<string>",
    //           "cuc": "<string>",
    //           "virtual": "<boolean>"
    //         },
    //         "details": [
    //           {
    //             "title": "<string>",
    //             "description": "<string>"
    //           },
    //           {
    //             "title": "<string>",
    //             "description": "<string>"
    //           }
    //         ],
    //         "bank_iban": "<string>",
    //         "bank_name": "<string>",
    //         "bank_beneficiary": "<string>",
    //         "ei_payment_method": "<string>"
    //       },
    //       "bank_name": "<string>",
    //       "bank_iban": "<string>",
    //       "bank_swift_code": "<string>",
    //       "shipping_address": "<string>",
    //       "e_invoice": "<boolean>",
    //       "ei_code": "<string>",
    //       "has_intent_declaration": "<boolean>",
    //       "intent_declaration_protocol_number": "<string>",
    //       "intent_declaration_protocol_date": "<date>",
    //       "created_at": "<string>",
    //       "updated_at": "<string>"
    //     },
    //     "type": "invoice",
    //     "number": "<integer>",
    //     "numeration": "<string>",
    //     "date": "<date>",
    //     "year": "<integer>",
    //     "currency": {
    //       "id": "<string>",
    //       "symbol": "<string>",
    //       "exchange_rate": "<string>",
    //       "html_symbol": "<string>"
    //     },
    //     "language": {
    //       "code": "<string>",
    //       "name": "<string>"
    //     },
    //     "subject": "<string>",
    //     "visible_subject": "<string>",
    //     "rc_center": "<string>",
    //     "notes": "<string>",
    //     "rivalsa": "<number>",
    //     "cassa": "<number>",
    //     "amount_cassa": "<number>",
    //     "cassa_taxable": "<number>",
    //     "amount_cassa_taxable": "<number>",
    //     "cassa2": "<number>",
    //     "amount_cassa2": "<number>",
    //     "cassa2_taxable": "<number>",
    //     "amount_cassa2_taxable": "<number>",
    //     "global_cassa_taxable": "<number>",
    //     "amount_global_cassa_taxable": "<number>",
    //     "withholding_tax": "<number>",
    //     "withholding_tax_taxable": "<number>",
    //     "other_withholding_tax": "<number>",
    //     "stamp_duty": "<number>",
    //     "payment_method": {
    //       "id": "<integer>",
    //       "name": "<string>",
    //       "type": "standard",
    //       "is_default": "<boolean>",
    //       "default_payment_account": {
    //         "id": "<integer>",
    //         "name": "<string>",
    //         "type": "standard",
    //         "iban": "<string>",
    //         "sia": "<string>",
    //         "cuc": "<string>",
    //         "virtual": "<boolean>"
    //       },
    //       "details": [
    //         {
    //           "title": "<string>",
    //           "description": "<string>"
    //         },
    //         {
    //           "title": "<string>",
    //           "description": "<string>"
    //         }
    //       ],
    //       "bank_iban": "<string>",
    //       "bank_name": "<string>",
    //       "bank_beneficiary": "<string>",
    //       "ei_payment_method": "<string>"
    //     },
    //     "use_split_payment": "<boolean>",
    //     "use_gross_prices": "<boolean>",
    //     "e_invoice": "<boolean>",
    //     "ei_data": {
    //       "vat_kind": null,
    //       "original_document_type": "ordine",
    //       "od_number": "<string>",
    //       "od_date": "<date>",
    //       "cig": "<string>",
    //       "cup": "<string>",
    //       "payment_method": "<string>",
    //       "bank_name": "<string>",
    //       "bank_iban": "<string>",
    //       "bank_beneficiary": "<string>",
    //       "invoice_number": "<string>",
    //       "invoice_date": "<date>"
    //     },
    //     "ei_cassa_type": "<string>",
    //     "ei_cassa2_type": "<string>",
    //     "ei_withholding_tax_causal": "<string>",
    //     "ei_other_withholding_tax_type": "<string>",
    //     "ei_other_withholding_tax_causal": "<string>",
    //     "items_list": [
    //       {
    //         "id": "<integer>",
    //         "product_id": "<integer>",
    //         "code": "<string>",
    //         "name": "<string>",
    //         "category": "<string>",
    //         "description": "<string>",
    //         "qty": "<number>",
    //         "measure": "<string>",
    //         "net_price": "<number>",
    //         "gross_price": "<number>",
    //         "vat": {
    //           "id": "<integer>",
    //           "value": "<number>",
    //           "description": "<string>",
    //           "notes": "<string>",
    //           "e_invoice": "<boolean>",
    //           "ei_type": "<string>",
    //           "ei_description": "<string>",
    //           "editable": "<boolean>",
    //           "is_disabled": "<boolean>"
    //         },
    //         "not_taxable": "<boolean>",
    //         "apply_withholding_taxes": "<boolean>",
    //         "discount": "<number>",
    //         "discount_highlight": "<boolean>",
    //         "in_dn": "<boolean>",
    //         "stock": "<boolean>",
    //         "ei_raw": {}
    //       },
    //       {
    //         "id": "<integer>",
    //         "product_id": "<integer>",
    //         "code": "<string>",
    //         "name": "<string>",
    //         "category": "<string>",
    //         "description": "<string>",
    //         "qty": "<number>",
    //         "measure": "<string>",
    //         "net_price": "<number>",
    //         "gross_price": "<number>",
    //         "vat": {
    //           "id": "<integer>",
    //           "value": "<number>",
    //           "description": "<string>",
    //           "notes": "<string>",
    //           "e_invoice": "<boolean>",
    //           "ei_type": "<string>",
    //           "ei_description": "<string>",
    //           "editable": "<boolean>",
    //           "is_disabled": "<boolean>"
    //         },
    //         "not_taxable": "<boolean>",
    //         "apply_withholding_taxes": "<boolean>",
    //         "discount": "<number>",
    //         "discount_highlight": "<boolean>",
    //         "in_dn": "<boolean>",
    //         "stock": "<boolean>",
    //         "ei_raw": {}
    //       }
    //     ],
    //     "payments_list": [
    //       {
    //         "id": "<integer>",
    //         "due_date": "<date>",
    //         "amount": "<number>",
    //         "status": "not_paid",
    //         "payment_account": {
    //           "id": "<integer>",
    //           "name": "<string>",
    //           "type": "standard",
    //           "iban": "<string>",
    //           "sia": "<string>",
    //           "cuc": "<string>",
    //           "virtual": "<boolean>"
    //         },
    //         "paid_date": "<date>",
    //         "ei_raw": {},
    //         "payment_terms": {
    //           "days": "<integer>",
    //           "type": "standard"
    //         }
    //       },
    //       {
    //         "id": "<integer>",
    //         "due_date": "<date>",
    //         "amount": "<number>",
    //         "status": "not_paid",
    //         "payment_account": {
    //           "id": "<integer>",
    //           "name": "<string>",
    //           "type": "standard",
    //           "iban": "<string>",
    //           "sia": "<string>",
    //           "cuc": "<string>",
    //           "virtual": "<boolean>"
    //         },
    //         "paid_date": "<date>",
    //         "ei_raw": {},
    //         "payment_terms": {
    //           "days": "<integer>",
    //           "type": "standard"
    //         }
    //       }
    //     ],
    //     "template": {
    //       "id": "<integer>",
    //       "name": "<string>",
    //       "type": "<string>"
    //     },
    //     "delivery_note_template": {
    //       "id": "<integer>",
    //       "name": "<string>",
    //       "type": "<string>"
    //     },
    //     "acc_inv_template": {
    //       "id": "<integer>",
    //       "name": "<string>",
    //       "type": "<string>"
    //     },
    //     "h_margins": "<integer>",
    //     "v_margins": "<integer>",
    //     "show_payments": "<boolean>",
    //     "show_payment_method": "<boolean>",
    //     "show_totals": "all",
    //     "show_paypal_button": "<boolean>",
    //     "show_notification_button": "<boolean>",
    //     "show_tspay_button": "<boolean>",
    //     "delivery_note": "<boolean>",
    //     "accompanying_invoice": "<boolean>",
    //     "dn_number": "<integer>",
    //     "dn_date": "<date>",
    //     "dn_ai_packages_number": "<string>",
    //     "dn_ai_weight": "<string>",
    //     "dn_ai_causal": "<string>",
    //     "dn_ai_destination": "<string>",
    //     "dn_ai_transporter": "<string>",
    //     "dn_ai_notes": "<string>",
    //     "is_marked": "<boolean>",
    //     "amount_net": "<number>",
    //     "amount_vat": "<number>",
    //     "amount_gross": "<number>",
    //     "amount_due_discount": "<number>",
    //     "amount_rivalsa": "<number>",
    //     "amount_rivalsa_taxable": "<number>",
    //     "amount_withholding_tax": "<number>",
    //     "amount_withholding_tax_taxable": "<number>",
    //     "amount_other_withholding_tax": "<number>",
    //     "amount_other_withholding_tax_taxable": "<number>",
    //     "amount_enasarco_taxable": "<number>",
    //     "extra_data": {
    //       "show_sofort_button": "<boolean>",
    //       "multifatture_sent": "<integer>",
    //       "ts_communication": "<boolean>",
    //       "ts_flag_tipo_spesa": "<number>",
    //       "ts_pagamento_tracciato": "<boolean>",
    //       "ts_tipo_spesa": "<string>",
    //       "ts_opposizione": "<boolean>",
    //       "ts_status": "<integer>",
    //       "ts_file_id": "<string>",
    //       "ts_sent_date": "<date>",
    //       "ts_full_amount": "<boolean>",
    //       "imported_by": "<string>"
    //     },
    //     "seen_date": "<date>",
    //     "next_due_date": "<date>",
    //     "url": "<string>",
    //     "dn_url": "<string>",
    //     "ai_url": "<string>",
    //     "attachment_url": "<string>",
    //     "attachment_token": "<string>",
    //     "ei_raw": {},
    //     "ei_status": "discarded",
    //     "created_at": "<string>",
    //     "updated_at": "<string>"
    //   }
    // }

    // Sample code for parsing the JSON response...
    // Use this online tool to generate parsing code from sample JSON: Generate JSON Parsing Code

    // Chilkat functions returning "const char *" return a pointer to temporary internal memory owned and managed by Chilkat.

    const wchar_t *title = 0;
    const wchar_t *description = 0;
    const wchar_t *id = 0;
    const wchar_t *product_id = 0;
    const wchar_t *code = 0;
    const wchar_t *name = 0;
    const wchar_t *category = 0;
    const wchar_t *qty = 0;
    const wchar_t *measure = 0;
    const wchar_t *net_price = 0;
    const wchar_t *gross_price = 0;
    const wchar_t *vatId = 0;
    const wchar_t *vatValue = 0;
    const wchar_t *vatDescription = 0;
    const wchar_t *vatNotes = 0;
    const wchar_t *vatE_invoice = 0;
    const wchar_t *vatEi_type = 0;
    const wchar_t *vatEi_description = 0;
    const wchar_t *vatEditable = 0;
    const wchar_t *vatIs_disabled = 0;
    const wchar_t *not_taxable = 0;
    const wchar_t *apply_withholding_taxes = 0;
    const wchar_t *discount = 0;
    const wchar_t *discount_highlight = 0;
    const wchar_t *in_dn = 0;
    const wchar_t *stock = 0;
    const wchar_t *due_date = 0;
    const wchar_t *amount = 0;
    const wchar_t *status = 0;
    const wchar_t *payment_accountId = 0;
    const wchar_t *payment_accountName = 0;
    const wchar_t *payment_accountType = 0;
    const wchar_t *payment_accountIban = 0;
    const wchar_t *payment_accountSia = 0;
    const wchar_t *payment_accountCuc = 0;
    const wchar_t *payment_accountVirtual = 0;
    const wchar_t *paid_date = 0;
    const wchar_t *Days = 0;
    const wchar_t *payment_termsType = 0;

    const wchar_t *Id = jResp.stringOf(L"data.id");
    const wchar_t *EntityId = jResp.stringOf(L"data.entity.id");
    const wchar_t *Code = jResp.stringOf(L"data.entity.code");
    const wchar_t *Name = jResp.stringOf(L"data.entity.name");
    const wchar_t *v_Type = jResp.stringOf(L"data.entity.type");
    const wchar_t *First_name = jResp.stringOf(L"data.entity.first_name");
    const wchar_t *Last_name = jResp.stringOf(L"data.entity.last_name");
    const wchar_t *Contact_person = jResp.stringOf(L"data.entity.contact_person");
    const wchar_t *Vat_number = jResp.stringOf(L"data.entity.vat_number");
    const wchar_t *Tax_code = jResp.stringOf(L"data.entity.tax_code");
    const wchar_t *Address_street = jResp.stringOf(L"data.entity.address_street");
    const wchar_t *Address_postal_code = jResp.stringOf(L"data.entity.address_postal_code");
    const wchar_t *Address_city = jResp.stringOf(L"data.entity.address_city");
    const wchar_t *Address_province = jResp.stringOf(L"data.entity.address_province");
    const wchar_t *Address_extra = jResp.stringOf(L"data.entity.address_extra");
    const wchar_t *Country = jResp.stringOf(L"data.entity.country");
    const wchar_t *Country_iso = jResp.stringOf(L"data.entity.country_iso");
    const wchar_t *v_Email = jResp.stringOf(L"data.entity.email");
    const wchar_t *Certified_email = jResp.stringOf(L"data.entity.certified_email");
    const wchar_t *Phone = jResp.stringOf(L"data.entity.phone");
    const wchar_t *Fax = jResp.stringOf(L"data.entity.fax");
    const wchar_t *Notes = jResp.stringOf(L"data.entity.notes");
    const wchar_t *Default_payment_terms = jResp.stringOf(L"data.entity.default_payment_terms");
    const wchar_t *Default_vatId = jResp.stringOf(L"data.entity.default_vat.id");
    const wchar_t *Value = jResp.stringOf(L"data.entity.default_vat.value");
    const wchar_t *Description = jResp.stringOf(L"data.entity.default_vat.description");
    const wchar_t *Default_vatNotes = jResp.stringOf(L"data.entity.default_vat.notes");
    const wchar_t *E_invoice = jResp.stringOf(L"data.entity.default_vat.e_invoice");
    const wchar_t *Ei_type = jResp.stringOf(L"data.entity.default_vat.ei_type");
    const wchar_t *Ei_description = jResp.stringOf(L"data.entity.default_vat.ei_description");
    const wchar_t *Editable = jResp.stringOf(L"data.entity.default_vat.editable");
    const wchar_t *Is_disabled = jResp.stringOf(L"data.entity.default_vat.is_disabled");
    const wchar_t *Default_payment_terms_type = jResp.stringOf(L"data.entity.default_payment_terms_type");
    const wchar_t *Default_payment_methodId = jResp.stringOf(L"data.entity.default_payment_method.id");
    const wchar_t *Default_payment_methodName = jResp.stringOf(L"data.entity.default_payment_method.name");
    const wchar_t *Default_payment_methodType = jResp.stringOf(L"data.entity.default_payment_method.type");
    const wchar_t *Is_default = jResp.stringOf(L"data.entity.default_payment_method.is_default");
    const wchar_t *Default_payment_accountId = jResp.stringOf(L"data.entity.default_payment_method.default_payment_account.id");
    const wchar_t *Default_payment_accountName = jResp.stringOf(L"data.entity.default_payment_method.default_payment_account.name");
    const wchar_t *Default_payment_accountType = jResp.stringOf(L"data.entity.default_payment_method.default_payment_account.type");
    const wchar_t *Iban = jResp.stringOf(L"data.entity.default_payment_method.default_payment_account.iban");
    const wchar_t *Sia = jResp.stringOf(L"data.entity.default_payment_method.default_payment_account.sia");
    const wchar_t *Cuc = jResp.stringOf(L"data.entity.default_payment_method.default_payment_account.cuc");
    const wchar_t *v_Virtual = jResp.stringOf(L"data.entity.default_payment_method.default_payment_account.virtual");
    const wchar_t *Bank_iban = jResp.stringOf(L"data.entity.default_payment_method.bank_iban");
    const wchar_t *Bank_name = jResp.stringOf(L"data.entity.default_payment_method.bank_name");
    const wchar_t *Bank_beneficiary = jResp.stringOf(L"data.entity.default_payment_method.bank_beneficiary");
    const wchar_t *Ei_payment_method = jResp.stringOf(L"data.entity.default_payment_method.ei_payment_method");
    const wchar_t *EntityBank_name = jResp.stringOf(L"data.entity.bank_name");
    const wchar_t *EntityBank_iban = jResp.stringOf(L"data.entity.bank_iban");
    const wchar_t *Bank_swift_code = jResp.stringOf(L"data.entity.bank_swift_code");
    const wchar_t *Shipping_address = jResp.stringOf(L"data.entity.shipping_address");
    const wchar_t *EntityE_invoice = jResp.stringOf(L"data.entity.e_invoice");
    const wchar_t *Ei_code = jResp.stringOf(L"data.entity.ei_code");
    const wchar_t *Has_intent_declaration = jResp.stringOf(L"data.entity.has_intent_declaration");
    const wchar_t *Intent_declaration_protocol_number = jResp.stringOf(L"data.entity.intent_declaration_protocol_number");
    const wchar_t *Intent_declaration_protocol_date = jResp.stringOf(L"data.entity.intent_declaration_protocol_date");
    const wchar_t *Created_at = jResp.stringOf(L"data.entity.created_at");
    const wchar_t *Updated_at = jResp.stringOf(L"data.entity.updated_at");
    const wchar_t *dataType = jResp.stringOf(L"data.type");
    const wchar_t *v_Number = jResp.stringOf(L"data.number");
    const wchar_t *Numeration = jResp.stringOf(L"data.numeration");
    const wchar_t *Date = jResp.stringOf(L"data.date");
    const wchar_t *Year = jResp.stringOf(L"data.year");
    const wchar_t *CurrencyId = jResp.stringOf(L"data.currency.id");
    const wchar_t *Symbol = jResp.stringOf(L"data.currency.symbol");
    const wchar_t *Exchange_rate = jResp.stringOf(L"data.currency.exchange_rate");
    const wchar_t *Html_symbol = jResp.stringOf(L"data.currency.html_symbol");
    const wchar_t *LanguageCode = jResp.stringOf(L"data.language.code");
    const wchar_t *LanguageName = jResp.stringOf(L"data.language.name");
    const wchar_t *Subject = jResp.stringOf(L"data.subject");
    const wchar_t *Visible_subject = jResp.stringOf(L"data.visible_subject");
    const wchar_t *Rc_center = jResp.stringOf(L"data.rc_center");
    const wchar_t *dataNotes = jResp.stringOf(L"data.notes");
    const wchar_t *Rivalsa = jResp.stringOf(L"data.rivalsa");
    const wchar_t *Cassa = jResp.stringOf(L"data.cassa");
    const wchar_t *Amount_cassa = jResp.stringOf(L"data.amount_cassa");
    const wchar_t *Cassa_taxable = jResp.stringOf(L"data.cassa_taxable");
    const wchar_t *Amount_cassa_taxable = jResp.stringOf(L"data.amount_cassa_taxable");
    const wchar_t *Cassa2 = jResp.stringOf(L"data.cassa2");
    const wchar_t *Amount_cassa2 = jResp.stringOf(L"data.amount_cassa2");
    const wchar_t *Cassa2_taxable = jResp.stringOf(L"data.cassa2_taxable");
    const wchar_t *Amount_cassa2_taxable = jResp.stringOf(L"data.amount_cassa2_taxable");
    const wchar_t *Global_cassa_taxable = jResp.stringOf(L"data.global_cassa_taxable");
    const wchar_t *Amount_global_cassa_taxable = jResp.stringOf(L"data.amount_global_cassa_taxable");
    const wchar_t *Withholding_tax = jResp.stringOf(L"data.withholding_tax");
    const wchar_t *Withholding_tax_taxable = jResp.stringOf(L"data.withholding_tax_taxable");
    const wchar_t *Other_withholding_tax = jResp.stringOf(L"data.other_withholding_tax");
    const wchar_t *Stamp_duty = jResp.stringOf(L"data.stamp_duty");
    const wchar_t *Payment_methodId = jResp.stringOf(L"data.payment_method.id");
    const wchar_t *Payment_methodName = jResp.stringOf(L"data.payment_method.name");
    const wchar_t *Payment_methodType = jResp.stringOf(L"data.payment_method.type");
    const wchar_t *Payment_methodIs_default = jResp.stringOf(L"data.payment_method.is_default");
    Default_payment_accountId = jResp.stringOf(L"data.payment_method.default_payment_account.id");
    Default_payment_accountName = jResp.stringOf(L"data.payment_method.default_payment_account.name");
    Default_payment_accountType = jResp.stringOf(L"data.payment_method.default_payment_account.type");
    const wchar_t *Default_payment_accountIban = jResp.stringOf(L"data.payment_method.default_payment_account.iban");
    const wchar_t *Default_payment_accountSia = jResp.stringOf(L"data.payment_method.default_payment_account.sia");
    const wchar_t *Default_payment_accountCuc = jResp.stringOf(L"data.payment_method.default_payment_account.cuc");
    const wchar_t *Default_payment_accountVirtual = jResp.stringOf(L"data.payment_method.default_payment_account.virtual");
    const wchar_t *Payment_methodBank_iban = jResp.stringOf(L"data.payment_method.bank_iban");
    const wchar_t *Payment_methodBank_name = jResp.stringOf(L"data.payment_method.bank_name");
    const wchar_t *Payment_methodBank_beneficiary = jResp.stringOf(L"data.payment_method.bank_beneficiary");
    const wchar_t *Payment_methodEi_payment_method = jResp.stringOf(L"data.payment_method.ei_payment_method");
    const wchar_t *Use_split_payment = jResp.stringOf(L"data.use_split_payment");
    const wchar_t *Use_gross_prices = jResp.stringOf(L"data.use_gross_prices");
    const wchar_t *dataE_invoice = jResp.stringOf(L"data.e_invoice");
    const wchar_t *Vat_kind = jResp.stringOf(L"data.ei_data.vat_kind");
    const wchar_t *Original_document_type = jResp.stringOf(L"data.ei_data.original_document_type");
    const wchar_t *Od_number = jResp.stringOf(L"data.ei_data.od_number");
    const wchar_t *Od_date = jResp.stringOf(L"data.ei_data.od_date");
    const wchar_t *Cig = jResp.stringOf(L"data.ei_data.cig");
    const wchar_t *Cup = jResp.stringOf(L"data.ei_data.cup");
    const wchar_t *Payment_method = jResp.stringOf(L"data.ei_data.payment_method");
    const wchar_t *Ei_dataBank_name = jResp.stringOf(L"data.ei_data.bank_name");
    const wchar_t *Ei_dataBank_iban = jResp.stringOf(L"data.ei_data.bank_iban");
    const wchar_t *Ei_dataBank_beneficiary = jResp.stringOf(L"data.ei_data.bank_beneficiary");
    const wchar_t *Invoice_number = jResp.stringOf(L"data.ei_data.invoice_number");
    const wchar_t *Invoice_date = jResp.stringOf(L"data.ei_data.invoice_date");
    const wchar_t *Ei_cassa_type = jResp.stringOf(L"data.ei_cassa_type");
    const wchar_t *Ei_cassa2_type = jResp.stringOf(L"data.ei_cassa2_type");
    const wchar_t *Ei_withholding_tax_causal = jResp.stringOf(L"data.ei_withholding_tax_causal");
    const wchar_t *Ei_other_withholding_tax_type = jResp.stringOf(L"data.ei_other_withholding_tax_type");
    const wchar_t *Ei_other_withholding_tax_causal = jResp.stringOf(L"data.ei_other_withholding_tax_causal");
    const wchar_t *TemplateId = jResp.stringOf(L"data.template.id");
    const wchar_t *TemplateName = jResp.stringOf(L"data.template.name");
    const wchar_t *TemplateType = jResp.stringOf(L"data.template.type");
    const wchar_t *Delivery_note_templateId = jResp.stringOf(L"data.delivery_note_template.id");
    const wchar_t *Delivery_note_templateName = jResp.stringOf(L"data.delivery_note_template.name");
    const wchar_t *Delivery_note_templateType = jResp.stringOf(L"data.delivery_note_template.type");
    const wchar_t *Acc_inv_templateId = jResp.stringOf(L"data.acc_inv_template.id");
    const wchar_t *Acc_inv_templateName = jResp.stringOf(L"data.acc_inv_template.name");
    const wchar_t *Acc_inv_templateType = jResp.stringOf(L"data.acc_inv_template.type");
    const wchar_t *H_margins = jResp.stringOf(L"data.h_margins");
    const wchar_t *V_margins = jResp.stringOf(L"data.v_margins");
    const wchar_t *Show_payments = jResp.stringOf(L"data.show_payments");
    const wchar_t *Show_payment_method = jResp.stringOf(L"data.show_payment_method");
    const wchar_t *Show_totals = jResp.stringOf(L"data.show_totals");
    const wchar_t *Show_paypal_button = jResp.stringOf(L"data.show_paypal_button");
    const wchar_t *Show_notification_button = jResp.stringOf(L"data.show_notification_button");
    const wchar_t *Show_tspay_button = jResp.stringOf(L"data.show_tspay_button");
    const wchar_t *Delivery_note = jResp.stringOf(L"data.delivery_note");
    const wchar_t *Accompanying_invoice = jResp.stringOf(L"data.accompanying_invoice");
    const wchar_t *Dn_number = jResp.stringOf(L"data.dn_number");
    const wchar_t *Dn_date = jResp.stringOf(L"data.dn_date");
    const wchar_t *Dn_ai_packages_number = jResp.stringOf(L"data.dn_ai_packages_number");
    const wchar_t *Dn_ai_weight = jResp.stringOf(L"data.dn_ai_weight");
    const wchar_t *Dn_ai_causal = jResp.stringOf(L"data.dn_ai_causal");
    const wchar_t *Dn_ai_destination = jResp.stringOf(L"data.dn_ai_destination");
    const wchar_t *Dn_ai_transporter = jResp.stringOf(L"data.dn_ai_transporter");
    const wchar_t *Dn_ai_notes = jResp.stringOf(L"data.dn_ai_notes");
    const wchar_t *Is_marked = jResp.stringOf(L"data.is_marked");
    const wchar_t *Amount_net = jResp.stringOf(L"data.amount_net");
    const wchar_t *Amount_vat = jResp.stringOf(L"data.amount_vat");
    const wchar_t *Amount_gross = jResp.stringOf(L"data.amount_gross");
    const wchar_t *Amount_due_discount = jResp.stringOf(L"data.amount_due_discount");
    const wchar_t *Amount_rivalsa = jResp.stringOf(L"data.amount_rivalsa");
    const wchar_t *Amount_rivalsa_taxable = jResp.stringOf(L"data.amount_rivalsa_taxable");
    const wchar_t *Amount_withholding_tax = jResp.stringOf(L"data.amount_withholding_tax");
    const wchar_t *Amount_withholding_tax_taxable = jResp.stringOf(L"data.amount_withholding_tax_taxable");
    const wchar_t *Amount_other_withholding_tax = jResp.stringOf(L"data.amount_other_withholding_tax");
    const wchar_t *Amount_other_withholding_tax_taxable = jResp.stringOf(L"data.amount_other_withholding_tax_taxable");
    const wchar_t *Amount_enasarco_taxable = jResp.stringOf(L"data.amount_enasarco_taxable");
    const wchar_t *Show_sofort_button = jResp.stringOf(L"data.extra_data.show_sofort_button");
    const wchar_t *Multifatture_sent = jResp.stringOf(L"data.extra_data.multifatture_sent");
    const wchar_t *Ts_communication = jResp.stringOf(L"data.extra_data.ts_communication");
    const wchar_t *Ts_flag_tipo_spesa = jResp.stringOf(L"data.extra_data.ts_flag_tipo_spesa");
    const wchar_t *Ts_pagamento_tracciato = jResp.stringOf(L"data.extra_data.ts_pagamento_tracciato");
    const wchar_t *Ts_tipo_spesa = jResp.stringOf(L"data.extra_data.ts_tipo_spesa");
    const wchar_t *Ts_opposizione = jResp.stringOf(L"data.extra_data.ts_opposizione");
    const wchar_t *Ts_status = jResp.stringOf(L"data.extra_data.ts_status");
    const wchar_t *Ts_file_id = jResp.stringOf(L"data.extra_data.ts_file_id");
    const wchar_t *Ts_sent_date = jResp.stringOf(L"data.extra_data.ts_sent_date");
    const wchar_t *Ts_full_amount = jResp.stringOf(L"data.extra_data.ts_full_amount");
    const wchar_t *Imported_by = jResp.stringOf(L"data.extra_data.imported_by");
    const wchar_t *Seen_date = jResp.stringOf(L"data.seen_date");
    const wchar_t *Next_due_date = jResp.stringOf(L"data.next_due_date");
    const wchar_t *v_Url = jResp.stringOf(L"data.url");
    const wchar_t *Dn_url = jResp.stringOf(L"data.dn_url");
    const wchar_t *Ai_url = jResp.stringOf(L"data.ai_url");
    const wchar_t *Attachment_url = jResp.stringOf(L"data.attachment_url");
    const wchar_t *Attachment_token = jResp.stringOf(L"data.attachment_token");
    const wchar_t *Ei_status = jResp.stringOf(L"data.ei_status");
    const wchar_t *dataCreated_at = jResp.stringOf(L"data.created_at");
    const wchar_t *dataUpdated_at = jResp.stringOf(L"data.updated_at");
    int i = 0;
    int count_i = jResp.SizeOfArray(L"data.entity.default_payment_method.details");
    while (i < count_i) {
        jResp.put_I(i);
        title = jResp.stringOf(L"data.entity.default_payment_method.details[i].title");
        description = jResp.stringOf(L"data.entity.default_payment_method.details[i].description");
        i = i + 1;
    }

    i = 0;
    count_i = jResp.SizeOfArray(L"data.payment_method.details");
    while (i < count_i) {
        jResp.put_I(i);
        title = jResp.stringOf(L"data.payment_method.details[i].title");
        description = jResp.stringOf(L"data.payment_method.details[i].description");
        i = i + 1;
    }

    i = 0;
    count_i = jResp.SizeOfArray(L"data.items_list");
    while (i < count_i) {
        jResp.put_I(i);
        id = jResp.stringOf(L"data.items_list[i].id");
        product_id = jResp.stringOf(L"data.items_list[i].product_id");
        code = jResp.stringOf(L"data.items_list[i].code");
        name = jResp.stringOf(L"data.items_list[i].name");
        category = jResp.stringOf(L"data.items_list[i].category");
        description = jResp.stringOf(L"data.items_list[i].description");
        qty = jResp.stringOf(L"data.items_list[i].qty");
        measure = jResp.stringOf(L"data.items_list[i].measure");
        net_price = jResp.stringOf(L"data.items_list[i].net_price");
        gross_price = jResp.stringOf(L"data.items_list[i].gross_price");
        vatId = jResp.stringOf(L"data.items_list[i].vat.id");
        vatValue = jResp.stringOf(L"data.items_list[i].vat.value");
        vatDescription = jResp.stringOf(L"data.items_list[i].vat.description");
        vatNotes = jResp.stringOf(L"data.items_list[i].vat.notes");
        vatE_invoice = jResp.stringOf(L"data.items_list[i].vat.e_invoice");
        vatEi_type = jResp.stringOf(L"data.items_list[i].vat.ei_type");
        vatEi_description = jResp.stringOf(L"data.items_list[i].vat.ei_description");
        vatEditable = jResp.stringOf(L"data.items_list[i].vat.editable");
        vatIs_disabled = jResp.stringOf(L"data.items_list[i].vat.is_disabled");
        not_taxable = jResp.stringOf(L"data.items_list[i].not_taxable");
        apply_withholding_taxes = jResp.stringOf(L"data.items_list[i].apply_withholding_taxes");
        discount = jResp.stringOf(L"data.items_list[i].discount");
        discount_highlight = jResp.stringOf(L"data.items_list[i].discount_highlight");
        in_dn = jResp.stringOf(L"data.items_list[i].in_dn");
        stock = jResp.stringOf(L"data.items_list[i].stock");
        i = i + 1;
    }

    i = 0;
    count_i = jResp.SizeOfArray(L"data.payments_list");
    while (i < count_i) {
        jResp.put_I(i);
        id = jResp.stringOf(L"data.payments_list[i].id");
        due_date = jResp.stringOf(L"data.payments_list[i].due_date");
        amount = jResp.stringOf(L"data.payments_list[i].amount");
        status = jResp.stringOf(L"data.payments_list[i].status");
        payment_accountId = jResp.stringOf(L"data.payments_list[i].payment_account.id");
        payment_accountName = jResp.stringOf(L"data.payments_list[i].payment_account.name");
        payment_accountType = jResp.stringOf(L"data.payments_list[i].payment_account.type");
        payment_accountIban = jResp.stringOf(L"data.payments_list[i].payment_account.iban");
        payment_accountSia = jResp.stringOf(L"data.payments_list[i].payment_account.sia");
        payment_accountCuc = jResp.stringOf(L"data.payments_list[i].payment_account.cuc");
        payment_accountVirtual = jResp.stringOf(L"data.payments_list[i].payment_account.virtual");
        paid_date = jResp.stringOf(L"data.payments_list[i].paid_date");
        Days = jResp.stringOf(L"data.payments_list[i].payment_terms.days");
        payment_termsType = jResp.stringOf(L"data.payments_list[i].payment_terms.type");
        i = i + 1;
    }
    }

Curl Command

curl -G -d "fields=%3Cstring%3E"
	-d "fieldset=basic"
	-H "Authorization: Bearer <access_token>"
	-H "Accept: application/json"
https://api-v2.fattureincloud.it/c/:company_id/issued_documents/:document_id

Postman Collection Item JSON

{
  "name": "Get Issued Document",
  "request": {
    "auth": {
      "type": "oauth2",
      "oauth2": [
        {
          "key": "scope",
          "value": "entity.clients:r entity.clients:a entity.suppliers:r entity.suppliers:a products:r products:a issued_documents.invoices:r issued_documents.credit_notes:r issued_documents.receipts:r issued_documents.orders:r issued_documents.quotes:r issued_documents.proformas:r issued_documents.delivery_notes:r issued_documents.work_reports:r issued_documents.supplier_orders:r issued_documents.self_invoices:r issued_documents.invoices:a issued_documents.credit_notes:a issued_documents.receipts:a issued_documents.orders:a issued_documents.quotes:a issued_documents.proformas:a issued_documents.delivery_notes:a issued_documents.work_reports:a issued_documents.supplier_orders:a issued_documents.self_invoices:a received_documents:r received_documents:a stock:r stock:a receipts:r receipts:a taxes:r taxes:a archive:r archive:a cashbook:r cashbook:a settings:r settings:a situation:r",
          "type": "string"
        },
        {
          "key": "redirect_uri",
          "value": "https://api-v2.fattureincloud.it/oauth/token",
          "type": "string"
        },
        {
          "key": "accessTokenUrl",
          "value": "https://api-v2.fattureincloud.it/oauth/token",
          "type": "string"
        },
        {
          "key": "authUrl",
          "value": "https://api-v2.fattureincloud.it/oauth/authorize",
          "type": "string"
        },
        {
          "key": "grant_type",
          "value": "authorization_code",
          "type": "string"
        }
      ]
    },
    "method": "GET",
    "header": [
      {
        "key": "Accept",
        "value": "application/json"
      }
    ],
    "url": {
      "raw": "{{baseUrl}}/c/:company_id/issued_documents/:document_id?fields=<string>&fieldset=basic",
      "host": [
        "{{baseUrl}}"
      ],
      "path": [
        "c",
        ":company_id",
        "issued_documents",
        ":document_id"
      ],
      "query": [
        {
          "key": "fields",
          "value": "<string>",
          "description": "List of comma-separated fields."
        },
        {
          "key": "fieldset",
          "value": "basic",
          "description": "Name of the fieldset."
        }
      ],
      "variable": [
        {
          "key": "company_id",
          "value": "<integer>"
        },
        {
          "key": "document_id",
          "value": "<integer>"
        }
      ]
    },
    "description": "Gets the specified document.\n"
  },
  "response": [
    {
      "name": "Document Details.",
      "originalRequest": {
        "method": "GET",
        "header": [
          {
            "key": "Accept",
            "value": "application/json"
          },
          {
            "description": "Added as a part of security scheme: oauth2",
            "key": "Authorization",
            "value": "<token>"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/c/:company_id/issued_documents/:document_id?fields=<string>&fieldset=basic",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "c",
            ":company_id",
            "issued_documents",
            ":document_id"
          ],
          "query": [
            {
              "key": "fields",
              "value": "<string>",
              "description": "List of comma-separated fields."
            },
            {
              "key": "fieldset",
              "value": "basic",
              "description": "Name of the fieldset."
            }
          ],
          "variable": [
            {
              "key": "company_id"
            },
            {
              "key": "document_id"
            }
          ]
        }
      },
      "status": "OK",
      "code": 200,
      "_postman_previewlanguage": "json",
      "header": [
        {
          "key": "Content-Type",
          "value": "application/json"
        }
      ],
      "cookie": [
      ],
      "body": "{\n  \"data\": {\n    \"id\": \"<integer>\",\n    \"entity\": {\n      \"id\": \"<integer>\",\n      \"code\": \"<string>\",\n      \"name\": \"<string>\",\n      \"type\": null,\n      \"first_name\": \"<string>\",\n      \"last_name\": \"<string>\",\n      \"contact_person\": \"<string>\",\n      \"vat_number\": \"<string>\",\n      \"tax_code\": \"<string>\",\n      \"address_street\": \"<string>\",\n      \"address_postal_code\": \"<string>\",\n      \"address_city\": \"<string>\",\n      \"address_province\": \"<string>\",\n      \"address_extra\": \"<string>\",\n      \"country\": \"<string>\",\n      \"country_iso\": \"<string>\",\n      \"email\": \"<string>\",\n      \"certified_email\": \"<string>\",\n      \"phone\": \"<string>\",\n      \"fax\": \"<string>\",\n      \"notes\": \"<string>\",\n      \"default_payment_terms\": \"<integer>\",\n      \"default_vat\": {\n        \"id\": \"<integer>\",\n        \"value\": \"<number>\",\n        \"description\": \"<string>\",\n        \"notes\": \"<string>\",\n        \"e_invoice\": \"<boolean>\",\n        \"ei_type\": \"<string>\",\n        \"ei_description\": \"<string>\",\n        \"editable\": \"<boolean>\",\n        \"is_disabled\": \"<boolean>\"\n      },\n      \"default_payment_terms_type\": \"standard\",\n      \"default_payment_method\": {\n        \"id\": \"<integer>\",\n        \"name\": \"<string>\",\n        \"type\": \"standard\",\n        \"is_default\": \"<boolean>\",\n        \"default_payment_account\": {\n          \"id\": \"<integer>\",\n          \"name\": \"<string>\",\n          \"type\": \"standard\",\n          \"iban\": \"<string>\",\n          \"sia\": \"<string>\",\n          \"cuc\": \"<string>\",\n          \"virtual\": \"<boolean>\"\n        },\n        \"details\": [\n          {\n            \"title\": \"<string>\",\n            \"description\": \"<string>\"\n          },\n          {\n            \"title\": \"<string>\",\n            \"description\": \"<string>\"\n          }\n        ],\n        \"bank_iban\": \"<string>\",\n        \"bank_name\": \"<string>\",\n        \"bank_beneficiary\": \"<string>\",\n        \"ei_payment_method\": \"<string>\"\n      },\n      \"bank_name\": \"<string>\",\n      \"bank_iban\": \"<string>\",\n      \"bank_swift_code\": \"<string>\",\n      \"shipping_address\": \"<string>\",\n      \"e_invoice\": \"<boolean>\",\n      \"ei_code\": \"<string>\",\n      \"has_intent_declaration\": \"<boolean>\",\n      \"intent_declaration_protocol_number\": \"<string>\",\n      \"intent_declaration_protocol_date\": \"<date>\",\n      \"created_at\": \"<string>\",\n      \"updated_at\": \"<string>\"\n    },\n    \"type\": \"invoice\",\n    \"number\": \"<integer>\",\n    \"numeration\": \"<string>\",\n    \"date\": \"<date>\",\n    \"year\": \"<integer>\",\n    \"currency\": {\n      \"id\": \"<string>\",\n      \"symbol\": \"<string>\",\n      \"exchange_rate\": \"<string>\",\n      \"html_symbol\": \"<string>\"\n    },\n    \"language\": {\n      \"code\": \"<string>\",\n      \"name\": \"<string>\"\n    },\n    \"subject\": \"<string>\",\n    \"visible_subject\": \"<string>\",\n    \"rc_center\": \"<string>\",\n    \"notes\": \"<string>\",\n    \"rivalsa\": \"<number>\",\n    \"cassa\": \"<number>\",\n    \"amount_cassa\": \"<number>\",\n    \"cassa_taxable\": \"<number>\",\n    \"amount_cassa_taxable\": \"<number>\",\n    \"cassa2\": \"<number>\",\n    \"amount_cassa2\": \"<number>\",\n    \"cassa2_taxable\": \"<number>\",\n    \"amount_cassa2_taxable\": \"<number>\",\n    \"global_cassa_taxable\": \"<number>\",\n    \"amount_global_cassa_taxable\": \"<number>\",\n    \"withholding_tax\": \"<number>\",\n    \"withholding_tax_taxable\": \"<number>\",\n    \"other_withholding_tax\": \"<number>\",\n    \"stamp_duty\": \"<number>\",\n    \"payment_method\": {\n      \"id\": \"<integer>\",\n      \"name\": \"<string>\",\n      \"type\": \"standard\",\n      \"is_default\": \"<boolean>\",\n      \"default_payment_account\": {\n        \"id\": \"<integer>\",\n        \"name\": \"<string>\",\n        \"type\": \"standard\",\n        \"iban\": \"<string>\",\n        \"sia\": \"<string>\",\n        \"cuc\": \"<string>\",\n        \"virtual\": \"<boolean>\"\n      },\n      \"details\": [\n        {\n          \"title\": \"<string>\",\n          \"description\": \"<string>\"\n        },\n        {\n          \"title\": \"<string>\",\n          \"description\": \"<string>\"\n        }\n      ],\n      \"bank_iban\": \"<string>\",\n      \"bank_name\": \"<string>\",\n      \"bank_beneficiary\": \"<string>\",\n      \"ei_payment_method\": \"<string>\"\n    },\n    \"use_split_payment\": \"<boolean>\",\n    \"use_gross_prices\": \"<boolean>\",\n    \"e_invoice\": \"<boolean>\",\n    \"ei_data\": {\n      \"vat_kind\": null,\n      \"original_document_type\": \"ordine\",\n      \"od_number\": \"<string>\",\n      \"od_date\": \"<date>\",\n      \"cig\": \"<string>\",\n      \"cup\": \"<string>\",\n      \"payment_method\": \"<string>\",\n      \"bank_name\": \"<string>\",\n      \"bank_iban\": \"<string>\",\n      \"bank_beneficiary\": \"<string>\",\n      \"invoice_number\": \"<string>\",\n      \"invoice_date\": \"<date>\"\n    },\n    \"ei_cassa_type\": \"<string>\",\n    \"ei_cassa2_type\": \"<string>\",\n    \"ei_withholding_tax_causal\": \"<string>\",\n    \"ei_other_withholding_tax_type\": \"<string>\",\n    \"ei_other_withholding_tax_causal\": \"<string>\",\n    \"items_list\": [\n      {\n        \"id\": \"<integer>\",\n        \"product_id\": \"<integer>\",\n        \"code\": \"<string>\",\n        \"name\": \"<string>\",\n        \"category\": \"<string>\",\n        \"description\": \"<string>\",\n        \"qty\": \"<number>\",\n        \"measure\": \"<string>\",\n        \"net_price\": \"<number>\",\n        \"gross_price\": \"<number>\",\n        \"vat\": {\n          \"id\": \"<integer>\",\n          \"value\": \"<number>\",\n          \"description\": \"<string>\",\n          \"notes\": \"<string>\",\n          \"e_invoice\": \"<boolean>\",\n          \"ei_type\": \"<string>\",\n          \"ei_description\": \"<string>\",\n          \"editable\": \"<boolean>\",\n          \"is_disabled\": \"<boolean>\"\n        },\n        \"not_taxable\": \"<boolean>\",\n        \"apply_withholding_taxes\": \"<boolean>\",\n        \"discount\": \"<number>\",\n        \"discount_highlight\": \"<boolean>\",\n        \"in_dn\": \"<boolean>\",\n        \"stock\": \"<boolean>\",\n        \"ei_raw\": {}\n      },\n      {\n        \"id\": \"<integer>\",\n        \"product_id\": \"<integer>\",\n        \"code\": \"<string>\",\n        \"name\": \"<string>\",\n        \"category\": \"<string>\",\n        \"description\": \"<string>\",\n        \"qty\": \"<number>\",\n        \"measure\": \"<string>\",\n        \"net_price\": \"<number>\",\n        \"gross_price\": \"<number>\",\n        \"vat\": {\n          \"id\": \"<integer>\",\n          \"value\": \"<number>\",\n          \"description\": \"<string>\",\n          \"notes\": \"<string>\",\n          \"e_invoice\": \"<boolean>\",\n          \"ei_type\": \"<string>\",\n          \"ei_description\": \"<string>\",\n          \"editable\": \"<boolean>\",\n          \"is_disabled\": \"<boolean>\"\n        },\n        \"not_taxable\": \"<boolean>\",\n        \"apply_withholding_taxes\": \"<boolean>\",\n        \"discount\": \"<number>\",\n        \"discount_highlight\": \"<boolean>\",\n        \"in_dn\": \"<boolean>\",\n        \"stock\": \"<boolean>\",\n        \"ei_raw\": {}\n      }\n    ],\n    \"payments_list\": [\n      {\n        \"id\": \"<integer>\",\n        \"due_date\": \"<date>\",\n        \"amount\": \"<number>\",\n        \"status\": \"not_paid\",\n        \"payment_account\": {\n          \"id\": \"<integer>\",\n          \"name\": \"<string>\",\n          \"type\": \"standard\",\n          \"iban\": \"<string>\",\n          \"sia\": \"<string>\",\n          \"cuc\": \"<string>\",\n          \"virtual\": \"<boolean>\"\n        },\n        \"paid_date\": \"<date>\",\n        \"ei_raw\": {},\n        \"payment_terms\": {\n          \"days\": \"<integer>\",\n          \"type\": \"standard\"\n        }\n      },\n      {\n        \"id\": \"<integer>\",\n        \"due_date\": \"<date>\",\n        \"amount\": \"<number>\",\n        \"status\": \"not_paid\",\n        \"payment_account\": {\n          \"id\": \"<integer>\",\n          \"name\": \"<string>\",\n          \"type\": \"standard\",\n          \"iban\": \"<string>\",\n          \"sia\": \"<string>\",\n          \"cuc\": \"<string>\",\n          \"virtual\": \"<boolean>\"\n        },\n        \"paid_date\": \"<date>\",\n        \"ei_raw\": {},\n        \"payment_terms\": {\n          \"days\": \"<integer>\",\n          \"type\": \"standard\"\n        }\n      }\n    ],\n    \"template\": {\n      \"id\": \"<integer>\",\n      \"name\": \"<string>\",\n      \"type\": \"<string>\"\n    },\n    \"delivery_note_template\": {\n      \"id\": \"<integer>\",\n      \"name\": \"<string>\",\n      \"type\": \"<string>\"\n    },\n    \"acc_inv_template\": {\n      \"id\": \"<integer>\",\n      \"name\": \"<string>\",\n      \"type\": \"<string>\"\n    },\n    \"h_margins\": \"<integer>\",\n    \"v_margins\": \"<integer>\",\n    \"show_payments\": \"<boolean>\",\n    \"show_payment_method\": \"<boolean>\",\n    \"show_totals\": \"all\",\n    \"show_paypal_button\": \"<boolean>\",\n    \"show_notification_button\": \"<boolean>\",\n    \"show_tspay_button\": \"<boolean>\",\n    \"delivery_note\": \"<boolean>\",\n    \"accompanying_invoice\": \"<boolean>\",\n    \"dn_number\": \"<integer>\",\n    \"dn_date\": \"<date>\",\n    \"dn_ai_packages_number\": \"<string>\",\n    \"dn_ai_weight\": \"<string>\",\n    \"dn_ai_causal\": \"<string>\",\n    \"dn_ai_destination\": \"<string>\",\n    \"dn_ai_transporter\": \"<string>\",\n    \"dn_ai_notes\": \"<string>\",\n    \"is_marked\": \"<boolean>\",\n    \"amount_net\": \"<number>\",\n    \"amount_vat\": \"<number>\",\n    \"amount_gross\": \"<number>\",\n    \"amount_due_discount\": \"<number>\",\n    \"amount_rivalsa\": \"<number>\",\n    \"amount_rivalsa_taxable\": \"<number>\",\n    \"amount_withholding_tax\": \"<number>\",\n    \"amount_withholding_tax_taxable\": \"<number>\",\n    \"amount_other_withholding_tax\": \"<number>\",\n    \"amount_other_withholding_tax_taxable\": \"<number>\",\n    \"amount_enasarco_taxable\": \"<number>\",\n    \"extra_data\": {\n      \"show_sofort_button\": \"<boolean>\",\n      \"multifatture_sent\": \"<integer>\",\n      \"ts_communication\": \"<boolean>\",\n      \"ts_flag_tipo_spesa\": \"<number>\",\n      \"ts_pagamento_tracciato\": \"<boolean>\",\n      \"ts_tipo_spesa\": \"<string>\",\n      \"ts_opposizione\": \"<boolean>\",\n      \"ts_status\": \"<integer>\",\n      \"ts_file_id\": \"<string>\",\n      \"ts_sent_date\": \"<date>\",\n      \"ts_full_amount\": \"<boolean>\",\n      \"imported_by\": \"<string>\"\n    },\n    \"seen_date\": \"<date>\",\n    \"next_due_date\": \"<date>\",\n    \"url\": \"<string>\",\n    \"dn_url\": \"<string>\",\n    \"ai_url\": \"<string>\",\n    \"attachment_url\": \"<string>\",\n    \"attachment_token\": \"<string>\",\n    \"ei_raw\": {},\n    \"ei_status\": \"discarded\",\n    \"created_at\": \"<string>\",\n    \"updated_at\": \"<string>\"\n  }\n}"
    },
    {
      "name": "Unauthorized",
      "originalRequest": {
        "method": "GET",
        "header": [
          {
            "description": "Added as a part of security scheme: oauth2",
            "key": "Authorization",
            "value": "<token>"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/c/:company_id/issued_documents/:document_id?fields=<string>&fieldset=basic",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "c",
            ":company_id",
            "issued_documents",
            ":document_id"
          ],
          "query": [
            {
              "key": "fields",
              "value": "<string>",
              "description": "List of comma-separated fields."
            },
            {
              "key": "fieldset",
              "value": "basic",
              "description": "Name of the fieldset."
            }
          ],
          "variable": [
            {
              "key": "company_id"
            },
            {
              "key": "document_id"
            }
          ]
        }
      },
      "status": "Unauthorized",
      "code": 401,
      "_postman_previewlanguage": "text",
      "header": [
      ],
      "cookie": [
      ],
      "body": ""
    },
    {
      "name": "Not Found",
      "originalRequest": {
        "method": "GET",
        "header": [
          {
            "description": "Added as a part of security scheme: oauth2",
            "key": "Authorization",
            "value": "<token>"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/c/:company_id/issued_documents/:document_id?fields=<string>&fieldset=basic",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "c",
            ":company_id",
            "issued_documents",
            ":document_id"
          ],
          "query": [
            {
              "key": "fields",
              "value": "<string>",
              "description": "List of comma-separated fields."
            },
            {
              "key": "fieldset",
              "value": "basic",
              "description": "Name of the fieldset."
            }
          ],
          "variable": [
            {
              "key": "company_id"
            },
            {
              "key": "document_id"
            }
          ]
        }
      },
      "status": "Not Found",
      "code": 404,
      "_postman_previewlanguage": "text",
      "header": [
      ],
      "cookie": [
      ],
      "body": ""
    }
  ]
}