Advertisement
Guest User

Untitled

a guest
Oct 15th, 2017
580
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 3.74 KB | None | 0 0
  1. {
  2.   "page": 1,
  3.   "pages": 22887,
  4.   "limit": 1,
  5.   "total": 22887,
  6.   "items": [
  7.     {
  8.       "address": {
  9.         "city": "Grün",
  10.         "company_name": null,
  11.         "country": "DE",
  12.         "first_name": "Vorname",
  13.         "last_name": "Nachname",
  14.         "personal": false,
  15.         "salutation": 0,
  16.         "street": "Straße",
  17.         "suffix_1": null,
  18.         "suffix_2": null,
  19.         "title": null,
  20.         "zip_code": "12345"
  21.       },
  22.       "amount": 998,
  23.       "amount_net": 998,
  24.       "attachment_ids": [],
  25.       "bank_debit_form": null,
  26.       "cancel_id": null,
  27.       "cash_allowance": null,
  28.       "cash_allowance_days": null,
  29.       "cash_allowance_text": null,
  30.       "contact_id": null,
  31.       "contact_label": null,
  32.       "contact_text": null,
  33.       "created_at": "2015-12-07 00:06:20",
  34.       "currency": "EUR",
  35.       "customer_id": 47073492,
  36.       "discount": null,
  37.       "discount_type": null,
  38.       "document_date": "2015-11-18",
  39.       "due_date": "2015-12-02",
  40.       "edited_at": "2015-12-07 00:07:21",
  41.       "external_id": null,
  42.       "grace_period": null,
  43.       "id": 56200629,
  44.       "is_archive": true,
  45.       "is_draft": false,
  46.       "is_replica": false,
  47.       "items": [
  48.         {
  49.           "booking_account": null,
  50.           "cost_price_charge": null,
  51.           "cost_price_charge_type": null,
  52.           "cost_price_net": null,
  53.           "cost_price_total": null,
  54.           "description": "Artikelbeschreibung 1. Artikel",
  55.           "discount": null,
  56.           "discount_type": null,
  57.           "export_cost_1": null,
  58.           "export_cost_2": null,
  59.           "id": 115274640,
  60.           "number": "1234Artikelnummer",
  61.           "position": 1,
  62.           "position_id": null,
  63.           "quantity": 2,
  64.           "quantity_str": "2",
  65.           "serial_number": null,
  66.           "serial_number_id": null,
  67.           "single_price_gross": 499,
  68.           "single_price_net": 499,
  69.           "total_price_gross": 998,
  70.           "total_price_net": 998,
  71.           "total_vat": 0,
  72.           "type": "POSITION",
  73.           "unit": null,
  74.           "vat_percent": 0
  75.         },
  76.         {
  77.           "booking_account": null,
  78.           "cost_price_charge": null,
  79.           "cost_price_charge_type": null,
  80.           "cost_price_net": null,
  81.           "cost_price_total": null,
  82.           "description": "Artikelbeschreibung 2. Artikel",
  83.           "discount": null,
  84.           "discount_type": null,
  85.           "export_cost_1": null,
  86.           "export_cost_2": null,
  87.           "id": 115274640,
  88.           "number": "5678Artikelnummer",
  89.           "position": 1,
  90.           "position_id": null,
  91.           "quantity": 2,
  92.           "quantity_str": "2",
  93.           "serial_number": null,
  94.           "serial_number_id": null,
  95.           "single_price_gross": 499,
  96.           "single_price_net": 499,
  97.           "total_price_gross": 998,
  98.           "total_price_net": 998,
  99.           "total_vat": 0,
  100.           "type": "POSITION",
  101.           "unit": null,
  102.           "vat_percent": 0
  103.         }
  104.       ],
  105.       "label_address": {},
  106.       "last_postbox_id": 39195207,
  107.       "login_id": 49354,
  108.       "number": "GS201510001",
  109.       "paid_amount": 998,
  110.       "paid_at": "2015-12-07",
  111.       "pdf_pages": 1,
  112.       "pdf_template": null,
  113.       "project_id": null,
  114.       "ref_id": null,
  115.       "replica_url": null,
  116.       "service_date": {
  117.         "type": "DEFAULT",
  118.         "date": "2015-11-18",
  119.         "date_from": null,
  120.         "date_to": null,
  121.         "text": null
  122.       },
  123.       "status": null,
  124.       "text": "Dies ist ein schöner Text",
  125.       "text_prefix": "Dies ist ein schöner Prefix-Text",
  126.       "title": "Dies ist ein Titel",
  127.       "type": "CREDIT",
  128.       "use_shipping_address": false,
  129.       "vat_option": null
  130.     }
  131.   ]
  132. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement