Chilkat Online Tools

Unicode C++ / Fatture in Cloud API v2 - API Reference / Join issued documents

Back to Collection Items

void ChilkatSample(void)
    {
    queryParams.UpdateString(L"ids",L"<string>");    queryParams.UpdateInt(L"group",0);    queryParams.UpdateInt(L"e_invoice",0);    http.put_AuthToken(L"<access_token>");    resp->GetBodySb(sbResponseBody);    jResp.LoadSb(sbResponseBody);    jResp.put_EmitCompact(false);    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");    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");    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");    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");    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;    i = 0;    count_i = jResp.SizeOfArray(L"options.create_from");    jResp.put_I(i);    strVal = jResp.stringOf(L"options.create_from[i]");    i = i + 1;
    }

Curl Command

curl -G -d "ids=%3Cstring%3E"
	-d "group=0"
	-d "e_invoice=0"
	-H "Authorization: Bearer <access_token>"
	-H "Accept: application/json"
https://api-v2.fattureincloud.it/c/:company_id/issued_documents/join

Postman Collection Item JSON

{
  "name": "Join issued documents",
  "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/join?ids=<string>&group=0&e_invoice=0",
      "host": [
        "{{baseUrl}}"
      ],
      "path": [
        "c",
        ":company_id",
        "issued_documents",
        "join"
      ],
      "query": [
        {
          "key": "ids",
          "value": "<string>",
          "description": "(Required) Ids of the documents."
        },
        {
          "key": "group",
          "value": "0",
          "description": "Group items."
        },
        {
          "key": "e_invoice",
          "value": "0",
          "description": "New document e_invoice."
        }
      ],
      "variable": [
        {
          "key": "company_id",
          "value": "<integer>"
        }
      ]
    },
    "description": "Joins issued documents."
  },
  "response": [
    {
      "name": "Example response",
      "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/join?ids=<string>&group=0&e_invoice=0",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "c",
            ":company_id",
            "issued_documents",
            "join"
          ],
          "query": [
            {
              "key": "ids",
              "value": "<string>",
              "description": "(Required) Ids of the documents."
            },
            {
              "key": "group",
              "value": "0",
              "description": "Group items."
            },
            {
              "key": "e_invoice",
              "value": "0",
              "description": "New document e_invoice."
            }
          ],
          "variable": [
            {
              "key": "company_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\": \"no_response\",\n    \"created_at\": \"<string>\",\n    \"updated_at\": \"<string>\"\n  },\n  \"options\": {\n    \"fix_payments\": \"<boolean>\",\n    \"create_from\": [\n      \"<string>\",\n      \"<string>\"\n    ],\n    \"transform\": \"<boolean>\",\n    \"keep_copy\": \"<boolean>\",\n    \"join_type\": \"<string>\"\n  }\n}"
    }
  ]
}