Back to Collection Items
require 'chilkat'
# This example assumes the Chilkat API to have been previously unlocked.
# See Global Unlock Sample for sample code.
http = Chilkat::CkHttp.new()
queryParams = Chilkat::CkJsonObject.new()
queryParams.UpdateString("fields","<string>")
queryParams.UpdateString("fieldset","basic")
# Adds the "Authorization: Bearer <access_token>" header.
http.put_AuthToken("<access_token>")
http.SetRequestHeader("Accept","application/json")
# resp is a CkHttpResponse
resp = http.QuickRequestParams("GET","https://api-v2.fattureincloud.it/c/:company_id/received_documents/:document_id",queryParams)
if (http.get_LastMethodSuccess() == false)
print http.lastErrorText() + "\n";
exit
end
sbResponseBody = Chilkat::CkStringBuilder.new()
resp.GetBodySb(sbResponseBody)
jResp = Chilkat::CkJsonObject.new()
jResp.LoadSb(sbResponseBody)
jResp.put_EmitCompact(false)
print "Response Body:" + "\n";
print jResp.emit() + "\n";
respStatusCode = resp.get_StatusCode()
print "Response Status Code = " + respStatusCode.to_s() + "\n";
if (respStatusCode >= 400)
print "Response Header:" + "\n";
print resp.header() + "\n";
print "Failed." + "\n";
exit
end
# Sample JSON response:
# (Sample code for parsing the JSON response is shown below)
# {
# "data": {
# "id": "<integer>",
# "type": "expense",
# "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>"
# },
# "date": "<date>",
# "category": "<string>",
# "description": "<string>",
# "amount_net": "<number>",
# "amount_vat": "<number>",
# "amount_withholding_tax": "<number>",
# "amount_other_withholding_tax": "<number>",
# "amount_gross": "<number>",
# "amortization": "<number>",
# "rc_center": "<string>",
# "invoice_number": "<string>",
# "is_marked": "<boolean>",
# "is_detailed": "<boolean>",
# "e_invoice": "<boolean>",
# "next_due_date": "<date>",
# "currency": {
# "id": "<string>",
# "symbol": "<string>",
# "exchange_rate": "<string>",
# "html_symbol": "<string>"
# },
# "tax_deductibility": "<number>",
# "vat_deductibility": "<number>",
# "items_list": [
# {
# "id": "<integer>",
# "product_id": "<integer>",
# "code": "<string>",
# "name": "<string>",
# "measure": "<string>",
# "net_price": "<number>",
# "category": "<string>",
# "qty": "<number>",
# "vat": {
# "id": "<integer>",
# "value": "<number>",
# "description": "<string>",
# "notes": "<string>",
# "e_invoice": "<boolean>",
# "ei_type": "<string>",
# "ei_description": "<string>",
# "editable": "<boolean>",
# "is_disabled": "<boolean>"
# },
# "stock": "<number>"
# },
# {
# "id": "<integer>",
# "product_id": "<integer>",
# "code": "<string>",
# "name": "<string>",
# "measure": "<string>",
# "net_price": "<number>",
# "category": "<string>",
# "qty": "<number>",
# "vat": {
# "id": "<integer>",
# "value": "<number>",
# "description": "<string>",
# "notes": "<string>",
# "e_invoice": "<boolean>",
# "ei_type": "<string>",
# "ei_description": "<string>",
# "editable": "<boolean>",
# "is_disabled": "<boolean>"
# },
# "stock": "<number>"
# }
# ],
# "payments_list": [
# {
# "id": "<integer>",
# "amount": "<number>",
# "due_date": "<date>",
# "paid_date": "<date>",
# "payment_terms": {
# "days": "<integer>",
# "type": "standard"
# },
# "status": "<string>",
# "payment_account": {
# "id": "<integer>",
# "name": "<string>",
# "type": "standard",
# "iban": "<string>",
# "sia": "<string>",
# "cuc": "<string>",
# "virtual": "<boolean>"
# }
# },
# {
# "id": "<integer>",
# "amount": "<number>",
# "due_date": "<date>",
# "paid_date": "<date>",
# "payment_terms": {
# "days": "<integer>",
# "type": "standard"
# },
# "status": "<string>",
# "payment_account": {
# "id": "<integer>",
# "name": "<string>",
# "type": "standard",
# "iban": "<string>",
# "sia": "<string>",
# "cuc": "<string>",
# "virtual": "<boolean>"
# }
# }
# ],
# "attachment_url": "<string>",
# "attachment_preview_url": "<string>",
# "auto_calculate": "<boolean>",
# "attachment_token": "<string>",
# "created_at": "<string>",
# "updated_at": "<string>"
# }
# }
# Sample code for parsing the JSON response...
# Use this online tool to generate parsing code from sample JSON: Generate JSON Parsing Code
Id = jResp.stringOf("data.id")
v_Type = jResp.stringOf("data.type")
EntityId = jResp.stringOf("data.entity.id")
Code = jResp.stringOf("data.entity.code")
Name = jResp.stringOf("data.entity.name")
EntityType = jResp.stringOf("data.entity.type")
First_name = jResp.stringOf("data.entity.first_name")
Last_name = jResp.stringOf("data.entity.last_name")
Contact_person = jResp.stringOf("data.entity.contact_person")
Vat_number = jResp.stringOf("data.entity.vat_number")
Tax_code = jResp.stringOf("data.entity.tax_code")
Address_street = jResp.stringOf("data.entity.address_street")
Address_postal_code = jResp.stringOf("data.entity.address_postal_code")
Address_city = jResp.stringOf("data.entity.address_city")
Address_province = jResp.stringOf("data.entity.address_province")
Address_extra = jResp.stringOf("data.entity.address_extra")
Country = jResp.stringOf("data.entity.country")
Country_iso = jResp.stringOf("data.entity.country_iso")
v_Email = jResp.stringOf("data.entity.email")
Certified_email = jResp.stringOf("data.entity.certified_email")
Phone = jResp.stringOf("data.entity.phone")
Fax = jResp.stringOf("data.entity.fax")
Notes = jResp.stringOf("data.entity.notes")
Default_payment_terms = jResp.stringOf("data.entity.default_payment_terms")
Default_vatId = jResp.stringOf("data.entity.default_vat.id")
Value = jResp.stringOf("data.entity.default_vat.value")
Description = jResp.stringOf("data.entity.default_vat.description")
Default_vatNotes = jResp.stringOf("data.entity.default_vat.notes")
E_invoice = jResp.stringOf("data.entity.default_vat.e_invoice")
Ei_type = jResp.stringOf("data.entity.default_vat.ei_type")
Ei_description = jResp.stringOf("data.entity.default_vat.ei_description")
Editable = jResp.stringOf("data.entity.default_vat.editable")
Is_disabled = jResp.stringOf("data.entity.default_vat.is_disabled")
Default_payment_terms_type = jResp.stringOf("data.entity.default_payment_terms_type")
Default_payment_methodId = jResp.stringOf("data.entity.default_payment_method.id")
Default_payment_methodName = jResp.stringOf("data.entity.default_payment_method.name")
Default_payment_methodType = jResp.stringOf("data.entity.default_payment_method.type")
Is_default = jResp.stringOf("data.entity.default_payment_method.is_default")
Default_payment_accountId = jResp.stringOf("data.entity.default_payment_method.default_payment_account.id")
Default_payment_accountName = jResp.stringOf("data.entity.default_payment_method.default_payment_account.name")
Default_payment_accountType = jResp.stringOf("data.entity.default_payment_method.default_payment_account.type")
Iban = jResp.stringOf("data.entity.default_payment_method.default_payment_account.iban")
Sia = jResp.stringOf("data.entity.default_payment_method.default_payment_account.sia")
Cuc = jResp.stringOf("data.entity.default_payment_method.default_payment_account.cuc")
v_Virtual = jResp.stringOf("data.entity.default_payment_method.default_payment_account.virtual")
Bank_iban = jResp.stringOf("data.entity.default_payment_method.bank_iban")
Bank_name = jResp.stringOf("data.entity.default_payment_method.bank_name")
Bank_beneficiary = jResp.stringOf("data.entity.default_payment_method.bank_beneficiary")
Ei_payment_method = jResp.stringOf("data.entity.default_payment_method.ei_payment_method")
EntityBank_name = jResp.stringOf("data.entity.bank_name")
EntityBank_iban = jResp.stringOf("data.entity.bank_iban")
Bank_swift_code = jResp.stringOf("data.entity.bank_swift_code")
Shipping_address = jResp.stringOf("data.entity.shipping_address")
EntityE_invoice = jResp.stringOf("data.entity.e_invoice")
Ei_code = jResp.stringOf("data.entity.ei_code")
Has_intent_declaration = jResp.stringOf("data.entity.has_intent_declaration")
Intent_declaration_protocol_number = jResp.stringOf("data.entity.intent_declaration_protocol_number")
Intent_declaration_protocol_date = jResp.stringOf("data.entity.intent_declaration_protocol_date")
Created_at = jResp.stringOf("data.entity.created_at")
Updated_at = jResp.stringOf("data.entity.updated_at")
Date = jResp.stringOf("data.date")
Category = jResp.stringOf("data.category")
dataDescription = jResp.stringOf("data.description")
Amount_net = jResp.stringOf("data.amount_net")
Amount_vat = jResp.stringOf("data.amount_vat")
Amount_withholding_tax = jResp.stringOf("data.amount_withholding_tax")
Amount_other_withholding_tax = jResp.stringOf("data.amount_other_withholding_tax")
Amount_gross = jResp.stringOf("data.amount_gross")
Amortization = jResp.stringOf("data.amortization")
Rc_center = jResp.stringOf("data.rc_center")
Invoice_number = jResp.stringOf("data.invoice_number")
Is_marked = jResp.stringOf("data.is_marked")
Is_detailed = jResp.stringOf("data.is_detailed")
dataE_invoice = jResp.stringOf("data.e_invoice")
Next_due_date = jResp.stringOf("data.next_due_date")
CurrencyId = jResp.stringOf("data.currency.id")
Symbol = jResp.stringOf("data.currency.symbol")
Exchange_rate = jResp.stringOf("data.currency.exchange_rate")
Html_symbol = jResp.stringOf("data.currency.html_symbol")
Tax_deductibility = jResp.stringOf("data.tax_deductibility")
Vat_deductibility = jResp.stringOf("data.vat_deductibility")
Attachment_url = jResp.stringOf("data.attachment_url")
Attachment_preview_url = jResp.stringOf("data.attachment_preview_url")
Auto_calculate = jResp.stringOf("data.auto_calculate")
Attachment_token = jResp.stringOf("data.attachment_token")
dataCreated_at = jResp.stringOf("data.created_at")
dataUpdated_at = jResp.stringOf("data.updated_at")
i = 0
count_i = jResp.SizeOfArray("data.entity.default_payment_method.details")
while i < count_i
jResp.put_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
end
i = 0
count_i = jResp.SizeOfArray("data.items_list")
while i < count_i
jResp.put_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")
measure = jResp.stringOf("data.items_list[i].measure")
net_price = jResp.stringOf("data.items_list[i].net_price")
category = jResp.stringOf("data.items_list[i].category")
qty = jResp.stringOf("data.items_list[i].qty")
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")
stock = jResp.stringOf("data.items_list[i].stock")
i = i + 1
end
i = 0
count_i = jResp.SizeOfArray("data.payments_list")
while i < count_i
jResp.put_I(i)
id = jResp.stringOf("data.payments_list[i].id")
amount = jResp.stringOf("data.payments_list[i].amount")
due_date = jResp.stringOf("data.payments_list[i].due_date")
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")
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")
i = i + 1
end
Curl Command
curl -G -d "fields=%3Cstring%3E"
-d "fieldset=basic"
-H "Authorization: Bearer <access_token>"
-H "Accept: application/json"
https://api-v2.fattureincloud.it/c/:company_id/received_documents/:document_id
Postman Collection Item JSON
{
"name": "Get Received 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/received_documents/:document_id?fields=<string>&fieldset=basic",
"host": [
"{{baseUrl}}"
],
"path": [
"c",
":company_id",
"received_documents",
":document_id"
],
"query": [
{
"key": "fields",
"value": "<string>",
"description": "List of comma-separated fields."
},
{
"key": "fieldset",
"value": "basic",
"description": "Name of the fieldset."
}
],
"variable": [
{
"key": "company_id",
"value": "<integer>"
},
{
"key": "document_id",
"value": "<integer>"
}
]
},
"description": "Gets the specified document."
},
"response": [
{
"name": "Document details.",
"originalRequest": {
"method": "GET",
"header": [
{
"key": "Accept",
"value": "application/json"
},
{
"description": "Added as a part of security scheme: oauth2",
"key": "Authorization",
"value": "<token>"
}
],
"url": {
"raw": "{{baseUrl}}/c/:company_id/received_documents/:document_id?fields=<string>&fieldset=basic",
"host": [
"{{baseUrl}}"
],
"path": [
"c",
":company_id",
"received_documents",
":document_id"
],
"query": [
{
"key": "fields",
"value": "<string>",
"description": "List of comma-separated fields."
},
{
"key": "fieldset",
"value": "basic",
"description": "Name of the fieldset."
}
],
"variable": [
{
"key": "company_id"
},
{
"key": "document_id"
}
]
}
},
"status": "OK",
"code": 200,
"_postman_previewlanguage": "json",
"header": [
{
"key": "Content-Type",
"value": "application/json"
}
],
"cookie": [
],
"body": "{\n \"data\": {\n \"id\": \"<integer>\",\n \"type\": \"expense\",\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 \"date\": \"<date>\",\n \"category\": \"<string>\",\n \"description\": \"<string>\",\n \"amount_net\": \"<number>\",\n \"amount_vat\": \"<number>\",\n \"amount_withholding_tax\": \"<number>\",\n \"amount_other_withholding_tax\": \"<number>\",\n \"amount_gross\": \"<number>\",\n \"amortization\": \"<number>\",\n \"rc_center\": \"<string>\",\n \"invoice_number\": \"<string>\",\n \"is_marked\": \"<boolean>\",\n \"is_detailed\": \"<boolean>\",\n \"e_invoice\": \"<boolean>\",\n \"next_due_date\": \"<date>\",\n \"currency\": {\n \"id\": \"<string>\",\n \"symbol\": \"<string>\",\n \"exchange_rate\": \"<string>\",\n \"html_symbol\": \"<string>\"\n },\n \"tax_deductibility\": \"<number>\",\n \"vat_deductibility\": \"<number>\",\n \"items_list\": [\n {\n \"id\": \"<integer>\",\n \"product_id\": \"<integer>\",\n \"code\": \"<string>\",\n \"name\": \"<string>\",\n \"measure\": \"<string>\",\n \"net_price\": \"<number>\",\n \"category\": \"<string>\",\n \"qty\": \"<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 \"stock\": \"<number>\"\n },\n {\n \"id\": \"<integer>\",\n \"product_id\": \"<integer>\",\n \"code\": \"<string>\",\n \"name\": \"<string>\",\n \"measure\": \"<string>\",\n \"net_price\": \"<number>\",\n \"category\": \"<string>\",\n \"qty\": \"<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 \"stock\": \"<number>\"\n }\n ],\n \"payments_list\": [\n {\n \"id\": \"<integer>\",\n \"amount\": \"<number>\",\n \"due_date\": \"<date>\",\n \"paid_date\": \"<date>\",\n \"payment_terms\": {\n \"days\": \"<integer>\",\n \"type\": \"standard\"\n },\n \"status\": \"<string>\",\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 },\n {\n \"id\": \"<integer>\",\n \"amount\": \"<number>\",\n \"due_date\": \"<date>\",\n \"paid_date\": \"<date>\",\n \"payment_terms\": {\n \"days\": \"<integer>\",\n \"type\": \"standard\"\n },\n \"status\": \"<string>\",\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 }\n ],\n \"attachment_url\": \"<string>\",\n \"attachment_preview_url\": \"<string>\",\n \"auto_calculate\": \"<boolean>\",\n \"attachment_token\": \"<string>\",\n \"created_at\": \"<string>\",\n \"updated_at\": \"<string>\"\n }\n}"
},
{
"name": "Unauthorized",
"originalRequest": {
"method": "GET",
"header": [
{
"description": "Added as a part of security scheme: oauth2",
"key": "Authorization",
"value": "<token>"
}
],
"url": {
"raw": "{{baseUrl}}/c/:company_id/received_documents/:document_id?fields=<string>&fieldset=basic",
"host": [
"{{baseUrl}}"
],
"path": [
"c",
":company_id",
"received_documents",
":document_id"
],
"query": [
{
"key": "fields",
"value": "<string>",
"description": "List of comma-separated fields."
},
{
"key": "fieldset",
"value": "basic",
"description": "Name of the fieldset."
}
],
"variable": [
{
"key": "company_id"
},
{
"key": "document_id"
}
]
}
},
"status": "Unauthorized",
"code": 401,
"_postman_previewlanguage": "text",
"header": [
],
"cookie": [
],
"body": ""
},
{
"name": "Not Found",
"originalRequest": {
"method": "GET",
"header": [
{
"description": "Added as a part of security scheme: oauth2",
"key": "Authorization",
"value": "<token>"
}
],
"url": {
"raw": "{{baseUrl}}/c/:company_id/received_documents/:document_id?fields=<string>&fieldset=basic",
"host": [
"{{baseUrl}}"
],
"path": [
"c",
":company_id",
"received_documents",
":document_id"
],
"query": [
{
"key": "fields",
"value": "<string>",
"description": "List of comma-separated fields."
},
{
"key": "fieldset",
"value": "basic",
"description": "Name of the fieldset."
}
],
"variable": [
{
"key": "company_id"
},
{
"key": "document_id"
}
]
}
},
"status": "Not Found",
"code": 404,
"_postman_previewlanguage": "text",
"header": [
],
"cookie": [
],
"body": ""
}
]
}