POST api/Efood/GetCatalogPersonal

No documentation available.

Response Information

No documentation available.

Response body formats

application/json, text/json

Sample:
{
  "Outcome": 0,
  "Message": "sample string 1",
  "Data": {
    "$id": "2",
    "data": {
      "$id": "3",
      "menu": {
        "$id": "4",
        "categories": [
          {
            "$id": "5",
            "id": 1,
            "code": "sample string 2",
            "description": "sample string 3",
            "items": [
              {
                "$id": "6",
                "allergens": [
                  {
                    "$id": "7"
                  },
                  {
                    "$id": "8"
                  },
                  {
                    "$id": "9"
                  }
                ],
                "buyer": "sample string 1",
                "buyer_price": 2,
                "code": "sample string 3",
                "id": 4,
                "name": "sample string 5",
                "option_codes": [
                  "sample string 1",
                  "sample string 2",
                  "sample string 3"
                ],
                "order": 6,
                "pos_code": "sample string 7",
                "price": 8.1,
                "printed_name": "sample string 9",
                "pvc_recycling_tax": 10,
                "special_instructions": "sample string 11",
                "tags": [
                  {
                    "$id": "10"
                  },
                  {
                    "$id": "11"
                  },
                  {
                    "$id": "12"
                  }
                ],
                "tiers": [
                  {
                    "$id": "13",
                    "description": {
                      "$id": "14"
                    },
                    "id": 2,
                    "item_code": "sample string 3",
                    "name": "sample string 4",
                    "options": [
                      {
                        "$id": "15",
                        "code": 1,
                        "dependencies": [
                          {
                            "$id": "16"
                          },
                          {
                            "$id": "17"
                          },
                          {
                            "$id": "18"
                          }
                        ],
                        "id": 2,
                        "item_code": "sample string 3",
                        "name": "sample string 4",
                        "order": 5,
                        "price": 6.0,
                        "printed_name": "sample string 7",
                        "pvc_recycling_tax": 8,
                        "shortage": true,
                        "tier_code": 10,
                        "tier_dependency_code": 11
                      },
                      {
                        "$ref": "15"
                      },
                      {
                        "$ref": "15"
                      }
                    ],
                    "order": 5,
                    "type": "sample string 6"
                  },
                  {
                    "$ref": "13"
                  },
                  {
                    "$ref": "13"
                  }
                ],
                "updated_at": "2025-10-28T23:05:55.711179+02:00",
                "vat": {
                  "$id": "19"
                }
              },
              {
                "$ref": "6"
              },
              {
                "$ref": "6"
              }
            ],
            "name": "sample string 4"
          },
          {
            "$ref": "5"
          },
          {
            "$ref": "5"
          }
        ]
      }
    },
    "status": "sample string 1",
    "error": {
      "$id": "20",
      "code": "sample string 1",
      "message": "sample string 2"
    }
  }
}