Dienstleistung v2 /api/v2/:principal_slug/business/product/intangible_goods

Überblick

Klasse / Datentyp
Dienstleistung
Response Formats
JSON
API Version
v2
Öffentlich erreichbar
false
HTTP Methode
GET
Zuletzt aktualisiert

/api/v2/:principal_slug/business/product/intangible_goods

Parameter

Beispiel Rückgabe

{
  "data" : [
    {
      "id"             : "54e203366f72691895010000",
      "product_types"  : ["regular"],
      "article_number" : "besprechung",
      "label"          : "Besprechung",
      "classification" : {
        "id"     : "5534dd316f72691de3070000",
        "label"  : "Dienstleistungen",
        "number" : 40,
        "path"   : "1.40"
      },
      "price"          : {"id" : "554b43756f72690ea2c30800","value" : 180},
      "entity"         : {"id" : "53e4fe6f993a7a89500000f6","key" : "Std","label" : "Stunde"}
    },
    {
      "id"             : "5524d98c6f7269791b110000",
      "product_types"  : ["regular"],
      "article_number" : "bildbearbeitung",
      "label"          : "Bildbearbeitung",
      "classification" : {
        "id"     : "54fc711d6f72690c75010000",
        "label"  : "Bildbearbeitung",
        "number" : 3000,
        "path"   : "1.30.3000"
      },
      "price"          : {"id" : "554b437a6f72690ea2ff0800","value" : 160},
      "entity"         : {"id" : "53e4fe6f993a7a89500000f6","key" : "Std","label" : "Stunde"}
    }
  ],
  "meta" : {
    "resource_class" : "Business::Product::IntangibleGood",
    "max_updated_at" : "2016-06-06T07:43:42.509Z",
    "page"           : 1,
    "per"            : 2,
    "total_pages"    : 55,
    "total_count"    : 110
  }
}