Back to Collection Items
func chilkatTest() {
// This example assumes the Chilkat API to have been previously unlocked.
// See Global Unlock Sample for sample code.
let http = CkoHttp()!
var success: Bool
// Use this online tool to generate code from sample JSON: Generate Code to Create JSON
// The following JSON is sent in the request body.
// {
// "data": {
// "id": "<integer>",
// "entity": {
// "name": "<string>",
// "id": "<integer>",
// "code": "<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": "Italia",
// "country_iso": "<string>",
// "email": "<string>",
// "certified_email": "<string>",
// "phone": "<string>",
// "fax": "<string>",
// "notes": "<string>",
// "default_payment_terms": "<integer>",
// "default_vat": {
// "value": "<number>",
// "id": "<integer>",
// "description": "<string>",
// "notes": "<string>",
// "e_invoice": "<boolean>",
// "ei_type": "<string>",
// "ei_description": "<string>",
// "editable": true,
// "is_disabled": "<boolean>"
// },
// "default_payment_terms_type": "standard",
// "default_payment_method": {
// "name": "<string>",
// "id": "<integer>",
// "type": "standard",
// "is_default": "<boolean>",
// "default_payment_account": {
// "name": "<string>",
// "id": "<integer>",
// "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": false,
// "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": {
// "name": "<string>",
// "id": "<integer>",
// "type": "standard",
// "is_default": "<boolean>",
// "default_payment_account": {
// "name": "<string>",
// "id": "<integer>",
// "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": false,
// "use_gross_prices": false,
// "e_invoice": false,
// "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": false,
// "show_notification_button": false,
// "show_tspay_button": "<boolean>",
// "delivery_note": "<boolean>",
// "accompanying_invoice": false,
// "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": "sent",
// "created_at": "<string>",
// "updated_at": "<string>"
// }
// }
let json = CkoJsonObject()!
json.update("data.id", value: "<integer>")
json.update("data.entity.name", value: "<string>")
json.update("data.entity.id", value: "<integer>")
json.update("data.entity.code", value: "<string>")
json.updateNull("data.entity.type")
json.update("data.entity.first_name", value: "<string>")
json.update("data.entity.last_name", value: "<string>")
json.update("data.entity.contact_person", value: "<string>")
json.update("data.entity.vat_number", value: "<string>")
json.update("data.entity.tax_code", value: "<string>")
json.update("data.entity.address_street", value: "<string>")
json.update("data.entity.address_postal_code", value: "<string>")
json.update("data.entity.address_city", value: "<string>")
json.update("data.entity.address_province", value: "<string>")
json.update("data.entity.address_extra", value: "<string>")
json.update("data.entity.country", value: "Italia")
json.update("data.entity.country_iso", value: "<string>")
json.update("data.entity.email", value: "<string>")
json.update("data.entity.certified_email", value: "<string>")
json.update("data.entity.phone", value: "<string>")
json.update("data.entity.fax", value: "<string>")
json.update("data.entity.notes", value: "<string>")
json.update("data.entity.default_payment_terms", value: "<integer>")
json.update("data.entity.default_vat.value", value: "<number>")
json.update("data.entity.default_vat.id", value: "<integer>")
json.update("data.entity.default_vat.description", value: "<string>")
json.update("data.entity.default_vat.notes", value: "<string>")
json.update("data.entity.default_vat.e_invoice", value: "<boolean>")
json.update("data.entity.default_vat.ei_type", value: "<string>")
json.update("data.entity.default_vat.ei_description", value: "<string>")
json.updateBool("data.entity.default_vat.editable", value: true)
json.update("data.entity.default_vat.is_disabled", value: "<boolean>")
json.update("data.entity.default_payment_terms_type", value: "standard")
json.update("data.entity.default_payment_method.name", value: "<string>")
json.update("data.entity.default_payment_method.id", value: "<integer>")
json.update("data.entity.default_payment_method.type", value: "standard")
json.update("data.entity.default_payment_method.is_default", value: "<boolean>")
json.update("data.entity.default_payment_method.default_payment_account.name", value: "<string>")
json.update("data.entity.default_payment_method.default_payment_account.id", value: "<integer>")
json.update("data.entity.default_payment_method.default_payment_account.type", value: "standard")
json.update("data.entity.default_payment_method.default_payment_account.iban", value: "<string>")
json.update("data.entity.default_payment_method.default_payment_account.sia", value: "<string>")
json.update("data.entity.default_payment_method.default_payment_account.cuc", value: "<string>")
json.update("data.entity.default_payment_method.default_payment_account.virtual", value: "<boolean>")
json.update("data.entity.default_payment_method.details[0].title", value: "<string>")
json.update("data.entity.default_payment_method.details[0].description", value: "<string>")
json.update("data.entity.default_payment_method.details[1].title", value: "<string>")
json.update("data.entity.default_payment_method.details[1].description", value: "<string>")
json.update("data.entity.default_payment_method.bank_iban", value: "<string>")
json.update("data.entity.default_payment_method.bank_name", value: "<string>")
json.update("data.entity.default_payment_method.bank_beneficiary", value: "<string>")
json.update("data.entity.default_payment_method.ei_payment_method", value: "<string>")
json.update("data.entity.bank_name", value: "<string>")
json.update("data.entity.bank_iban", value: "<string>")
json.update("data.entity.bank_swift_code", value: "<string>")
json.update("data.entity.shipping_address", value: "<string>")
json.updateBool("data.entity.e_invoice", value: false)
json.update("data.entity.ei_code", value: "<string>")
json.update("data.entity.has_intent_declaration", value: "<boolean>")
json.update("data.entity.intent_declaration_protocol_number", value: "<string>")
json.update("data.entity.intent_declaration_protocol_date", value: "<date>")
json.update("data.entity.created_at", value: "<string>")
json.update("data.entity.updated_at", value: "<string>")
json.update("data.type", value: "invoice")
json.update("data.number", value: "<integer>")
json.update("data.numeration", value: "<string>")
json.update("data.date", value: "<date>")
json.update("data.year", value: "<integer>")
json.update("data.currency.id", value: "<string>")
json.update("data.currency.symbol", value: "<string>")
json.update("data.currency.exchange_rate", value: "<string>")
json.update("data.currency.html_symbol", value: "<string>")
json.update("data.language.code", value: "<string>")
json.update("data.language.name", value: "<string>")
json.update("data.subject", value: "<string>")
json.update("data.visible_subject", value: "<string>")
json.update("data.rc_center", value: "<string>")
json.update("data.notes", value: "<string>")
json.update("data.rivalsa", value: "<number>")
json.update("data.cassa", value: "<number>")
json.update("data.amount_cassa", value: "<number>")
json.update("data.cassa_taxable", value: "<number>")
json.update("data.amount_cassa_taxable", value: "<number>")
json.update("data.cassa2", value: "<number>")
json.update("data.amount_cassa2", value: "<number>")
json.update("data.cassa2_taxable", value: "<number>")
json.update("data.amount_cassa2_taxable", value: "<number>")
json.update("data.global_cassa_taxable", value: "<number>")
json.update("data.amount_global_cassa_taxable", value: "<number>")
json.update("data.withholding_tax", value: "<number>")
json.update("data.withholding_tax_taxable", value: "<number>")
json.update("data.other_withholding_tax", value: "<number>")
json.update("data.stamp_duty", value: "<number>")
json.update("data.payment_method.name", value: "<string>")
json.update("data.payment_method.id", value: "<integer>")
json.update("data.payment_method.type", value: "standard")
json.update("data.payment_method.is_default", value: "<boolean>")
json.update("data.payment_method.default_payment_account.name", value: "<string>")
json.update("data.payment_method.default_payment_account.id", value: "<integer>")
json.update("data.payment_method.default_payment_account.type", value: "standard")
json.update("data.payment_method.default_payment_account.iban", value: "<string>")
json.update("data.payment_method.default_payment_account.sia", value: "<string>")
json.update("data.payment_method.default_payment_account.cuc", value: "<string>")
json.update("data.payment_method.default_payment_account.virtual", value: "<boolean>")
json.update("data.payment_method.details[0].title", value: "<string>")
json.update("data.payment_method.details[0].description", value: "<string>")
json.update("data.payment_method.details[1].title", value: "<string>")
json.update("data.payment_method.details[1].description", value: "<string>")
json.update("data.payment_method.bank_iban", value: "<string>")
json.update("data.payment_method.bank_name", value: "<string>")
json.update("data.payment_method.bank_beneficiary", value: "<string>")
json.update("data.payment_method.ei_payment_method", value: "<string>")
json.updateBool("data.use_split_payment", value: false)
json.updateBool("data.use_gross_prices", value: false)
json.updateBool("data.e_invoice", value: false)
json.updateNull("data.ei_data.vat_kind")
json.update("data.ei_data.original_document_type", value: "ordine")
json.update("data.ei_data.od_number", value: "<string>")
json.update("data.ei_data.od_date", value: "<date>")
json.update("data.ei_data.cig", value: "<string>")
json.update("data.ei_data.cup", value: "<string>")
json.update("data.ei_data.payment_method", value: "<string>")
json.update("data.ei_data.bank_name", value: "<string>")
json.update("data.ei_data.bank_iban", value: "<string>")
json.update("data.ei_data.bank_beneficiary", value: "<string>")
json.update("data.ei_data.invoice_number", value: "<string>")
json.update("data.ei_data.invoice_date", value: "<date>")
json.update("data.ei_cassa_type", value: "<string>")
json.update("data.ei_cassa2_type", value: "<string>")
json.update("data.ei_withholding_tax_causal", value: "<string>")
json.update("data.ei_other_withholding_tax_type", value: "<string>")
json.update("data.ei_other_withholding_tax_causal", value: "<string>")
json.update("data.items_list[0].id", value: "<integer>")
json.update("data.items_list[0].product_id", value: "<integer>")
json.update("data.items_list[0].code", value: "<string>")
json.update("data.items_list[0].name", value: "<string>")
json.update("data.items_list[0].category", value: "<string>")
json.update("data.items_list[0].description", value: "<string>")
json.update("data.items_list[0].qty", value: "<number>")
json.update("data.items_list[0].measure", value: "<string>")
json.update("data.items_list[0].net_price", value: "<number>")
json.update("data.items_list[0].gross_price", value: "<number>")
json.update("data.items_list[0].vat.id", value: "<integer>")
json.update("data.items_list[0].vat.value", value: "<number>")
json.update("data.items_list[0].vat.description", value: "<string>")
json.update("data.items_list[0].vat.notes", value: "<string>")
json.update("data.items_list[0].vat.e_invoice", value: "<boolean>")
json.update("data.items_list[0].vat.ei_type", value: "<string>")
json.update("data.items_list[0].vat.ei_description", value: "<string>")
json.update("data.items_list[0].vat.editable", value: "<boolean>")
json.update("data.items_list[0].vat.is_disabled", value: "<boolean>")
json.update("data.items_list[0].not_taxable", value: "<boolean>")
json.update("data.items_list[0].apply_withholding_taxes", value: "<boolean>")
json.update("data.items_list[0].discount", value: "<number>")
json.update("data.items_list[0].discount_highlight", value: "<boolean>")
json.update("data.items_list[0].in_dn", value: "<boolean>")
json.update("data.items_list[0].stock", value: "<boolean>")
json.updateNewObject("data.items_list[0].ei_raw")
json.update("data.items_list[1].id", value: "<integer>")
json.update("data.items_list[1].product_id", value: "<integer>")
json.update("data.items_list[1].code", value: "<string>")
json.update("data.items_list[1].name", value: "<string>")
json.update("data.items_list[1].category", value: "<string>")
json.update("data.items_list[1].description", value: "<string>")
json.update("data.items_list[1].qty", value: "<number>")
json.update("data.items_list[1].measure", value: "<string>")
json.update("data.items_list[1].net_price", value: "<number>")
json.update("data.items_list[1].gross_price", value: "<number>")
json.update("data.items_list[1].vat.id", value: "<integer>")
json.update("data.items_list[1].vat.value", value: "<number>")
json.update("data.items_list[1].vat.description", value: "<string>")
json.update("data.items_list[1].vat.notes", value: "<string>")
json.update("data.items_list[1].vat.e_invoice", value: "<boolean>")
json.update("data.items_list[1].vat.ei_type", value: "<string>")
json.update("data.items_list[1].vat.ei_description", value: "<string>")
json.update("data.items_list[1].vat.editable", value: "<boolean>")
json.update("data.items_list[1].vat.is_disabled", value: "<boolean>")
json.update("data.items_list[1].not_taxable", value: "<boolean>")
json.update("data.items_list[1].apply_withholding_taxes", value: "<boolean>")
json.update("data.items_list[1].discount", value: "<number>")
json.update("data.items_list[1].discount_highlight", value: "<boolean>")
json.update("data.items_list[1].in_dn", value: "<boolean>")
json.update("data.items_list[1].stock", value: "<boolean>")
json.updateNewObject("data.items_list[1].ei_raw")
json.update("data.payments_list[0].id", value: "<integer>")
json.update("data.payments_list[0].due_date", value: "<date>")
json.update("data.payments_list[0].amount", value: "<number>")
json.update("data.payments_list[0].status", value: "not_paid")
json.update("data.payments_list[0].payment_account.id", value: "<integer>")
json.update("data.payments_list[0].payment_account.name", value: "<string>")
json.update("data.payments_list[0].payment_account.type", value: "standard")
json.update("data.payments_list[0].payment_account.iban", value: "<string>")
json.update("data.payments_list[0].payment_account.sia", value: "<string>")
json.update("data.payments_list[0].payment_account.cuc", value: "<string>")
json.update("data.payments_list[0].payment_account.virtual", value: "<boolean>")
json.update("data.payments_list[0].paid_date", value: "<date>")
json.updateNewObject("data.payments_list[0].ei_raw")
json.update("data.payments_list[0].payment_terms.days", value: "<integer>")
json.update("data.payments_list[0].payment_terms.type", value: "standard")
json.update("data.payments_list[1].id", value: "<integer>")
json.update("data.payments_list[1].due_date", value: "<date>")
json.update("data.payments_list[1].amount", value: "<number>")
json.update("data.payments_list[1].status", value: "not_paid")
json.update("data.payments_list[1].payment_account.id", value: "<integer>")
json.update("data.payments_list[1].payment_account.name", value: "<string>")
json.update("data.payments_list[1].payment_account.type", value: "standard")
json.update("data.payments_list[1].payment_account.iban", value: "<string>")
json.update("data.payments_list[1].payment_account.sia", value: "<string>")
json.update("data.payments_list[1].payment_account.cuc", value: "<string>")
json.update("data.payments_list[1].payment_account.virtual", value: "<boolean>")
json.update("data.payments_list[1].paid_date", value: "<date>")
json.updateNewObject("data.payments_list[1].ei_raw")
json.update("data.payments_list[1].payment_terms.days", value: "<integer>")
json.update("data.payments_list[1].payment_terms.type", value: "standard")
json.update("data.template.id", value: "<integer>")
json.update("data.template.name", value: "<string>")
json.update("data.template.type", value: "<string>")
json.update("data.delivery_note_template.id", value: "<integer>")
json.update("data.delivery_note_template.name", value: "<string>")
json.update("data.delivery_note_template.type", value: "<string>")
json.update("data.acc_inv_template.id", value: "<integer>")
json.update("data.acc_inv_template.name", value: "<string>")
json.update("data.acc_inv_template.type", value: "<string>")
json.update("data.h_margins", value: "<integer>")
json.update("data.v_margins", value: "<integer>")
json.update("data.show_payments", value: "<boolean>")
json.update("data.show_payment_method", value: "<boolean>")
json.update("data.show_totals", value: "all")
json.updateBool("data.show_paypal_button", value: false)
json.updateBool("data.show_notification_button", value: false)
json.update("data.show_tspay_button", value: "<boolean>")
json.update("data.delivery_note", value: "<boolean>")
json.updateBool("data.accompanying_invoice", value: false)
json.update("data.dn_number", value: "<integer>")
json.update("data.dn_date", value: "<date>")
json.update("data.dn_ai_packages_number", value: "<string>")
json.update("data.dn_ai_weight", value: "<string>")
json.update("data.dn_ai_causal", value: "<string>")
json.update("data.dn_ai_destination", value: "<string>")
json.update("data.dn_ai_transporter", value: "<string>")
json.update("data.dn_ai_notes", value: "<string>")
json.update("data.is_marked", value: "<boolean>")
json.update("data.amount_net", value: "<number>")
json.update("data.amount_vat", value: "<number>")
json.update("data.amount_gross", value: "<number>")
json.update("data.amount_due_discount", value: "<number>")
json.update("data.amount_rivalsa", value: "<number>")
json.update("data.amount_rivalsa_taxable", value: "<number>")
json.update("data.amount_withholding_tax", value: "<number>")
json.update("data.amount_withholding_tax_taxable", value: "<number>")
json.update("data.amount_other_withholding_tax", value: "<number>")
json.update("data.amount_other_withholding_tax_taxable", value: "<number>")
json.update("data.amount_enasarco_taxable", value: "<number>")
json.update("data.extra_data.show_sofort_button", value: "<boolean>")
json.update("data.extra_data.multifatture_sent", value: "<integer>")
json.update("data.extra_data.ts_communication", value: "<boolean>")
json.update("data.extra_data.ts_flag_tipo_spesa", value: "<number>")
json.update("data.extra_data.ts_pagamento_tracciato", value: "<boolean>")
json.update("data.extra_data.ts_tipo_spesa", value: "<string>")
json.update("data.extra_data.ts_opposizione", value: "<boolean>")
json.update("data.extra_data.ts_status", value: "<integer>")
json.update("data.extra_data.ts_file_id", value: "<string>")
json.update("data.extra_data.ts_sent_date", value: "<date>")
json.update("data.extra_data.ts_full_amount", value: "<boolean>")
json.update("data.extra_data.imported_by", value: "<string>")
json.update("data.seen_date", value: "<date>")
json.update("data.next_due_date", value: "<date>")
json.update("data.url", value: "<string>")
json.update("data.dn_url", value: "<string>")
json.update("data.ai_url", value: "<string>")
json.update("data.attachment_url", value: "<string>")
json.update("data.attachment_token", value: "<string>")
json.updateNewObject("data.ei_raw")
json.update("data.ei_status", value: "sent")
json.update("data.created_at", value: "<string>")
json.update("data.updated_at", value: "<string>")
http.setRequestHeader("Content-Type", value: "application/json")
// Adds the "Authorization: Bearer <access_token>" header.
http.authToken = "<access_token>"
http.setRequestHeader("Accept", value: "application/json")
var resp: CkoHttpResponse? = http.postJson3("https://api-v2.fattureincloud.it/c/:company_id/issued_documents/:document_id/totals", contentType: "application/json", json: json)
if http.lastMethodSuccess == false {
print("\(http.lastErrorText!)")
return
}
let sbResponseBody = CkoStringBuilder()!
resp!.getBodySb(sbResponseBody)
let jResp = CkoJsonObject()!
jResp.loadSb(sbResponseBody)
jResp.emitCompact = false
print("Response Body:")
print("\(jResp.emit()!)")
var respStatusCode: Int = resp!.statusCode.intValue
print("Response Status Code = \(respStatusCode)")
if respStatusCode >= 400 {
print("Response Header:")
print("\(resp!.header!)")
print("Failed.")
resp = nil
return
}
resp = nil
// Sample JSON response:
// (Sample code for parsing the JSON response is shown below)
// {
// "data": {
// "amount_net": "<number>",
// "amount_rivalsa": "<number>",
// "amount_net_with_rivalsa": "<number>",
// "amount_cassa": "<number>",
// "taxable_amount": "<number>",
// "not_taxable_amount": "<number>",
// "amount_vat": "<number>",
// "amount_gross": "<number>",
// "taxable_amount_withholding_tax": "<number>",
// "amount_withholding_tax": "<number>",
// "taxable_amount_other_withholding_tax": "<number>",
// "amount_other_withholding_tax": "<number>",
// "stamp_duty": "<number>",
// "amount_due": "<number>",
// "is_enasarco_maximal_exceeded": "<boolean>",
// "payments_sum": "<number>",
// "vat_list": {
// "sint_20": {
// "amount_net": "<number>",
// "amount_vat": "<number>"
// },
// "proident_1": {
// "amount_net": "<number>",
// "amount_vat": "<number>"
// }
// }
// }
// }
// Sample code for parsing the JSON response...
// Use this online tool to generate parsing code from sample JSON: Generate JSON Parsing Code
var Amount_net: String? = jResp.string(of: "data.amount_net")
var Amount_rivalsa: String? = jResp.string(of: "data.amount_rivalsa")
var Amount_net_with_rivalsa: String? = jResp.string(of: "data.amount_net_with_rivalsa")
var Amount_cassa: String? = jResp.string(of: "data.amount_cassa")
var Taxable_amount: String? = jResp.string(of: "data.taxable_amount")
var Not_taxable_amount: String? = jResp.string(of: "data.not_taxable_amount")
var Amount_vat: String? = jResp.string(of: "data.amount_vat")
var Amount_gross: String? = jResp.string(of: "data.amount_gross")
var Taxable_amount_withholding_tax: String? = jResp.string(of: "data.taxable_amount_withholding_tax")
var Amount_withholding_tax: String? = jResp.string(of: "data.amount_withholding_tax")
var Taxable_amount_other_withholding_tax: String? = jResp.string(of: "data.taxable_amount_other_withholding_tax")
var Amount_other_withholding_tax: String? = jResp.string(of: "data.amount_other_withholding_tax")
var Stamp_duty: String? = jResp.string(of: "data.stamp_duty")
var Amount_due: String? = jResp.string(of: "data.amount_due")
var Is_enasarco_maximal_exceeded: String? = jResp.string(of: "data.is_enasarco_maximal_exceeded")
var Payments_sum: String? = jResp.string(of: "data.payments_sum")
var Sint_20Amount_net: String? = jResp.string(of: "data.vat_list.sint_20.amount_net")
var Sint_20Amount_vat: String? = jResp.string(of: "data.vat_list.sint_20.amount_vat")
var Proident_1Amount_net: String? = jResp.string(of: "data.vat_list.proident_1.amount_net")
var Proident_1Amount_vat: String? = jResp.string(of: "data.vat_list.proident_1.amount_vat")
}
Curl Command
curl -X POST
-H "Authorization: Bearer <access_token>"
-H "Content-Type: application/json"
-H "Accept: application/json"
-d '{
"data": {
"id": "<integer>",
"entity": {
"name": "<string>",
"id": "<integer>",
"code": "<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": "Italia",
"country_iso": "<string>",
"email": "<string>",
"certified_email": "<string>",
"phone": "<string>",
"fax": "<string>",
"notes": "<string>",
"default_payment_terms": "<integer>",
"default_vat": {
"value": "<number>",
"id": "<integer>",
"description": "<string>",
"notes": "<string>",
"e_invoice": "<boolean>",
"ei_type": "<string>",
"ei_description": "<string>",
"editable": true,
"is_disabled": "<boolean>"
},
"default_payment_terms_type": "standard",
"default_payment_method": {
"name": "<string>",
"id": "<integer>",
"type": "standard",
"is_default": "<boolean>",
"default_payment_account": {
"name": "<string>",
"id": "<integer>",
"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": false,
"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": {
"name": "<string>",
"id": "<integer>",
"type": "standard",
"is_default": "<boolean>",
"default_payment_account": {
"name": "<string>",
"id": "<integer>",
"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": false,
"use_gross_prices": false,
"e_invoice": false,
"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": false,
"show_notification_button": false,
"show_tspay_button": "<boolean>",
"delivery_note": "<boolean>",
"accompanying_invoice": false,
"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": "sent",
"created_at": "<string>",
"updated_at": "<string>"
}
}'
https://api-v2.fattureincloud.it/c/:company_id/issued_documents/:document_id/totals
Postman Collection Item JSON
{
"name": "Get Existing Issued Document Totals",
"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": "POST",
"header": [
{
"key": "Content-Type",
"value": "application/json"
},
{
"key": "Accept",
"value": "application/json"
}
],
"body": {
"mode": "raw",
"raw": "{\n \"data\": {\n \"id\": \"<integer>\",\n \"entity\": {\n \"name\": \"<string>\",\n \"id\": \"<integer>\",\n \"code\": \"<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\": \"Italia\",\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 \"value\": \"<number>\",\n \"id\": \"<integer>\",\n \"description\": \"<string>\",\n \"notes\": \"<string>\",\n \"e_invoice\": \"<boolean>\",\n \"ei_type\": \"<string>\",\n \"ei_description\": \"<string>\",\n \"editable\": true,\n \"is_disabled\": \"<boolean>\"\n },\n \"default_payment_terms_type\": \"standard\",\n \"default_payment_method\": {\n \"name\": \"<string>\",\n \"id\": \"<integer>\",\n \"type\": \"standard\",\n \"is_default\": \"<boolean>\",\n \"default_payment_account\": {\n \"name\": \"<string>\",\n \"id\": \"<integer>\",\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\": false,\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 \"name\": \"<string>\",\n \"id\": \"<integer>\",\n \"type\": \"standard\",\n \"is_default\": \"<boolean>\",\n \"default_payment_account\": {\n \"name\": \"<string>\",\n \"id\": \"<integer>\",\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\": false,\n \"use_gross_prices\": false,\n \"e_invoice\": false,\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\": false,\n \"show_notification_button\": false,\n \"show_tspay_button\": \"<boolean>\",\n \"delivery_note\": \"<boolean>\",\n \"accompanying_invoice\": false,\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\": \"sent\",\n \"created_at\": \"<string>\",\n \"updated_at\": \"<string>\"\n }\n}",
"options": {
"raw": {
"headerFamily": "json",
"language": "json"
}
}
},
"url": {
"raw": "{{baseUrl}}/c/:company_id/issued_documents/:document_id/totals",
"host": [
"{{baseUrl}}"
],
"path": [
"c",
":company_id",
"issued_documents",
":document_id",
"totals"
],
"variable": [
{
"key": "company_id",
"value": "<integer>"
},
{
"key": "document_id",
"value": "<integer>"
}
]
},
"description": "Returns the totals for a specified document."
},
"response": [
{
"name": "Totals.",
"originalRequest": {
"method": "POST",
"header": [
{
"key": "Content-Type",
"value": "application/json"
},
{
"key": "Accept",
"value": "application/json"
},
{
"description": "Added as a part of security scheme: oauth2",
"key": "Authorization",
"value": "<token>"
}
],
"body": {
"mode": "raw",
"raw": "{\n \"data\": {\n \"id\": \"<integer>\",\n \"entity\": {\n \"name\": \"<string>\",\n \"id\": \"<integer>\",\n \"code\": \"<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\": \"Italia\",\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 \"value\": \"<number>\",\n \"id\": \"<integer>\",\n \"description\": \"<string>\",\n \"notes\": \"<string>\",\n \"e_invoice\": \"<boolean>\",\n \"ei_type\": \"<string>\",\n \"ei_description\": \"<string>\",\n \"editable\": true,\n \"is_disabled\": \"<boolean>\"\n },\n \"default_payment_terms_type\": \"standard\",\n \"default_payment_method\": {\n \"name\": \"<string>\",\n \"id\": \"<integer>\",\n \"type\": \"standard\",\n \"is_default\": \"<boolean>\",\n \"default_payment_account\": {\n \"name\": \"<string>\",\n \"id\": \"<integer>\",\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\": false,\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 \"name\": \"<string>\",\n \"id\": \"<integer>\",\n \"type\": \"standard\",\n \"is_default\": \"<boolean>\",\n \"default_payment_account\": {\n \"name\": \"<string>\",\n \"id\": \"<integer>\",\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\": false,\n \"use_gross_prices\": false,\n \"e_invoice\": false,\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\": false,\n \"show_notification_button\": false,\n \"show_tspay_button\": \"<boolean>\",\n \"delivery_note\": \"<boolean>\",\n \"accompanying_invoice\": false,\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\": \"sent\",\n \"created_at\": \"<string>\",\n \"updated_at\": \"<string>\"\n }\n}",
"options": {
"raw": {
"headerFamily": "json",
"language": "json"
}
}
},
"url": {
"raw": "{{baseUrl}}/c/:company_id/issued_documents/:document_id/totals",
"host": [
"{{baseUrl}}"
],
"path": [
"c",
":company_id",
"issued_documents",
":document_id",
"totals"
],
"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 \"amount_net\": \"<number>\",\n \"amount_rivalsa\": \"<number>\",\n \"amount_net_with_rivalsa\": \"<number>\",\n \"amount_cassa\": \"<number>\",\n \"taxable_amount\": \"<number>\",\n \"not_taxable_amount\": \"<number>\",\n \"amount_vat\": \"<number>\",\n \"amount_gross\": \"<number>\",\n \"taxable_amount_withholding_tax\": \"<number>\",\n \"amount_withholding_tax\": \"<number>\",\n \"taxable_amount_other_withholding_tax\": \"<number>\",\n \"amount_other_withholding_tax\": \"<number>\",\n \"stamp_duty\": \"<number>\",\n \"amount_due\": \"<number>\",\n \"is_enasarco_maximal_exceeded\": \"<boolean>\",\n \"payments_sum\": \"<number>\",\n \"vat_list\": {\n \"sint_20\": {\n \"amount_net\": \"<number>\",\n \"amount_vat\": \"<number>\"\n },\n \"proident_1\": {\n \"amount_net\": \"<number>\",\n \"amount_vat\": \"<number>\"\n }\n }\n }\n}"
},
{
"name": "Unauthorized",
"originalRequest": {
"method": "POST",
"header": [
{
"key": "Content-Type",
"value": "application/json"
},
{
"description": "Added as a part of security scheme: oauth2",
"key": "Authorization",
"value": "<token>"
}
],
"body": {
"mode": "raw",
"raw": "{\n \"data\": {\n \"id\": \"<integer>\",\n \"entity\": {\n \"name\": \"<string>\",\n \"id\": \"<integer>\",\n \"code\": \"<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\": \"Italia\",\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 \"value\": \"<number>\",\n \"id\": \"<integer>\",\n \"description\": \"<string>\",\n \"notes\": \"<string>\",\n \"e_invoice\": \"<boolean>\",\n \"ei_type\": \"<string>\",\n \"ei_description\": \"<string>\",\n \"editable\": true,\n \"is_disabled\": \"<boolean>\"\n },\n \"default_payment_terms_type\": \"standard\",\n \"default_payment_method\": {\n \"name\": \"<string>\",\n \"id\": \"<integer>\",\n \"type\": \"standard\",\n \"is_default\": \"<boolean>\",\n \"default_payment_account\": {\n \"name\": \"<string>\",\n \"id\": \"<integer>\",\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\": false,\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 \"name\": \"<string>\",\n \"id\": \"<integer>\",\n \"type\": \"standard\",\n \"is_default\": \"<boolean>\",\n \"default_payment_account\": {\n \"name\": \"<string>\",\n \"id\": \"<integer>\",\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\": false,\n \"use_gross_prices\": false,\n \"e_invoice\": false,\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\": false,\n \"show_notification_button\": false,\n \"show_tspay_button\": \"<boolean>\",\n \"delivery_note\": \"<boolean>\",\n \"accompanying_invoice\": false,\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\": \"sent\",\n \"created_at\": \"<string>\",\n \"updated_at\": \"<string>\"\n }\n}",
"options": {
"raw": {
"headerFamily": "json",
"language": "json"
}
}
},
"url": {
"raw": "{{baseUrl}}/c/:company_id/issued_documents/:document_id/totals",
"host": [
"{{baseUrl}}"
],
"path": [
"c",
":company_id",
"issued_documents",
":document_id",
"totals"
],
"variable": [
{
"key": "company_id"
},
{
"key": "document_id"
}
]
}
},
"status": "Unauthorized",
"code": 401,
"_postman_previewlanguage": "text",
"header": [
],
"cookie": [
],
"body": ""
},
{
"name": "Not Found",
"originalRequest": {
"method": "POST",
"header": [
{
"key": "Content-Type",
"value": "application/json"
},
{
"description": "Added as a part of security scheme: oauth2",
"key": "Authorization",
"value": "<token>"
}
],
"body": {
"mode": "raw",
"raw": "{\n \"data\": {\n \"id\": \"<integer>\",\n \"entity\": {\n \"name\": \"<string>\",\n \"id\": \"<integer>\",\n \"code\": \"<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\": \"Italia\",\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 \"value\": \"<number>\",\n \"id\": \"<integer>\",\n \"description\": \"<string>\",\n \"notes\": \"<string>\",\n \"e_invoice\": \"<boolean>\",\n \"ei_type\": \"<string>\",\n \"ei_description\": \"<string>\",\n \"editable\": true,\n \"is_disabled\": \"<boolean>\"\n },\n \"default_payment_terms_type\": \"standard\",\n \"default_payment_method\": {\n \"name\": \"<string>\",\n \"id\": \"<integer>\",\n \"type\": \"standard\",\n \"is_default\": \"<boolean>\",\n \"default_payment_account\": {\n \"name\": \"<string>\",\n \"id\": \"<integer>\",\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\": false,\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 \"name\": \"<string>\",\n \"id\": \"<integer>\",\n \"type\": \"standard\",\n \"is_default\": \"<boolean>\",\n \"default_payment_account\": {\n \"name\": \"<string>\",\n \"id\": \"<integer>\",\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\": false,\n \"use_gross_prices\": false,\n \"e_invoice\": false,\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\": false,\n \"show_notification_button\": false,\n \"show_tspay_button\": \"<boolean>\",\n \"delivery_note\": \"<boolean>\",\n \"accompanying_invoice\": false,\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\": \"sent\",\n \"created_at\": \"<string>\",\n \"updated_at\": \"<string>\"\n }\n}",
"options": {
"raw": {
"headerFamily": "json",
"language": "json"
}
}
},
"url": {
"raw": "{{baseUrl}}/c/:company_id/issued_documents/:document_id/totals",
"host": [
"{{baseUrl}}"
],
"path": [
"c",
":company_id",
"issued_documents",
":document_id",
"totals"
],
"variable": [
{
"key": "company_id"
},
{
"key": "document_id"
}
]
}
},
"status": "Not Found",
"code": 404,
"_postman_previewlanguage": "text",
"header": [
],
"cookie": [
],
"body": ""
}
]
}