Home

Yemek Kartı Sepet Örneği

  {
  "referenceCode": "{{$guid}}", 
  "externalDeviceKey": "", 
  "receiptInfo": {
        "foodCardBrand": 100001 //   MULTINET=100001,     SETCARD=100002,     EDENRED=100003,     TOKENFLEX=100004,     PLUXEE=100005,     METROPOL=100006,     PAYE=100007
    }, // zorunlu değil
  "customer": {
    "referenceCode": "", 
    "type": "INDIVIDUAL",
    "name": "", 
    "surname": "", 
    "identityNumber": "", // 
    "gsmNumber": "",
    "email": null, 
    "city": "",//zorunlu
    "town": "",//zorunlu
    "address": null 
  },
  "price": {
    "grossPrice": 80
  },
  "items": [
    {
      "quantity": 1,
      "product": {
        "unitCode": "",
        "name": "",
        "referenceCode": "",
        "price": {
          "grossPrice": 80,
          "vatRatio": 0,
          "sctRatio": 0
        }
      }
    }
  ],
  "paymentOptions": 
  [
    {
      "amount": 80,
      "type": "FOOD_CARD"
    }
  ]
}