Chilkat Online Tools

C# / Fatture in Cloud API v2 - API Reference / Transform issued document

Back to Collection Items

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

Chilkat.Http http = new Chilkat.Http();
bool success;

Chilkat.JsonObject queryParams = new Chilkat.JsonObject();
queryParams.UpdateString("original_document_id","<integer>");
queryParams.UpdateString("new_type","<string>");
queryParams.UpdateInt("e_invoice",0);
queryParams.UpdateInt("transform_keep_copy",0);

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

Chilkat.HttpResponse resp = http.QuickRequestParams("GET","https://api-v2.fattureincloud.it/c/:company_id/issued_documents/transform",queryParams);
if (http.LastMethodSuccess == false) {
    Debug.WriteLine(http.LastErrorText);
    return;
}

Chilkat.StringBuilder sbResponseBody = new Chilkat.StringBuilder();
resp.GetBodySb(sbResponseBody);

Chilkat.JsonObject jResp = new Chilkat.JsonObject();
jResp.LoadSb(sbResponseBody);
jResp.EmitCompact = false;

Debug.WriteLine("Response Body:");
Debug.WriteLine(jResp.Emit());

int respStatusCode = resp.StatusCode;
Debug.WriteLine("Response Status Code = " + Convert.ToString(respStatusCode));
if (respStatusCode >= 400) {
    Debug.WriteLine("Response Header:");
    Debug.WriteLine(resp.Header);
    Debug.WriteLine("Failed.");

    return;
}

// 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": "missing",
//     "created_at": "<string>",
//     "updated_at": "<string>"
//   },
//   "options": {
//     "fix_payments": "<boolean>",
//     "create_from": [
//       "<string>",
//       "<string>"
//     ],
//     "transform": "<boolean>",
//     "keep_copy": "<boolean>",
//     "join_type": "<string>"
//   }
// }

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

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

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

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

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

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

i = 0;
count_i = jResp.SizeOfArray("options.create_from");
while (i < count_i) {
    jResp.I = i;
    strVal = jResp.StringOf("options.create_from[i]");
    i = i + 1;
}

Curl Command

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

Postman Collection Item JSON

{
  "name": "Transform 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/transform?original_document_id=<integer>&new_type=<string>&e_invoice=0&transform_keep_copy=0",
      "host": [
        "{{baseUrl}}"
      ],
      "path": [
        "c",
        ":company_id",
        "issued_documents",
        "transform"
      ],
      "query": [
        {
          "key": "original_document_id",
          "value": "<integer>",
          "description": "(Required) Original document id."
        },
        {
          "key": "new_type",
          "value": "<string>",
          "description": "(Required) New document type."
        },
        {
          "key": "e_invoice",
          "value": "0",
          "description": "New document e_invoice."
        },
        {
          "key": "transform_keep_copy",
          "value": "0",
          "description": "Keep the old document."
        }
      ],
      "variable": [
        {
          "key": "company_id",
          "value": "<integer>"
        }
      ]
    },
    "description": "Transforms the document."
  },
  "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/transform?original_document_id=<integer>&new_type=<string>&e_invoice=0&transform_keep_copy=0",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "c",
            ":company_id",
            "issued_documents",
            "transform"
          ],
          "query": [
            {
              "key": "original_document_id",
              "value": "<integer>",
              "description": "(Required) Original document id."
            },
            {
              "key": "new_type",
              "value": "<string>",
              "description": "(Required) New document type."
            },
            {
              "key": "e_invoice",
              "value": "0",
              "description": "New document e_invoice."
            },
            {
              "key": "transform_keep_copy",
              "value": "0",
              "description": "Keep the old document."
            }
          ],
          "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\": \"missing\",\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}"
    }
  ]
}