---
title: "POST /yemeksepeti/Add"
method: POST
path: "/yemeksepeti/Add"
tags: ["yemeksepeti"]
---

# POST /yemeksepeti/Add

`POST /yemeksepeti/Add`

## Request body

- Order2
  - `token` string
  - `code` string
  - `shortCode` string
  - `preOrder` boolean, required
  - `expiryDate` string, date-time, required
  - `createdAt` string, date-time, required
  - `localInfo` LocalInfo
    - `platform` string
    - `platformKey` string
    - `countryCode` string
    - `currencySymbol` string
    - `currencySymbolPosition` string
    - `currencySymbolSpaces` string
    - `decimalSeparator` string
    - `decimalDigits` string
    - `thousandsSeparator` string
    - `website` string
    - `email` string
    - `phone` string
  - `platformRestaurant` PlatformRestaurant
    - `id` string
  - `customer` Customer
    - `id` string
    - `code` string
    - `mobilePhone` string
    - `firstName` string
    - `lastName` string
    - `email` string
    - `mobilePhoneCountryCode` string
    - `flags` unknown[]
      - unknown
  - `payment` Payment
    - `type` string
    - `remoteCode` string
    - `status` string
    - `requiredMoneyChange` string
    - `vatName` string
    - `vatId` string
  - `expeditionType` string
  - `products` Product2[]
    - `id` string
    - `remoteCode` string
    - `name` string
    - `description` string
    - `comment` string
    - `categoryName` unknown
    - `variation` Variation
      - `name` string
    - `unitPrice` string
    - `paidPrice` string
    - `discountAmount` string
    - `quantity` string
    - `halfHalf` boolean, required
    - `vatPercentage` string
    - `selectedChoices` unknown[]
      - unknown
    - `selectedToppings` SelectedTopping[]
      - `id` string
      - `remoteCode` string
      - `name` string
      - `quantity` integer, required
      - `children` unknown[]
        - unknown
      - `price` string
      - `type` string
      - `discounts` unknown[]
        - unknown
    - `discounts` unknown[]
      - unknown
  - `corporateTaxId` string
  - `comments` Comments
    - `customerComment` string
    - `vendorComment` string
  - `vouchers` unknown[]
    - unknown
  - `discounts` unknown[]
    - unknown
  - `price` Price
    - `minimumDeliveryValue` string
    - `comission` string
    - `deliveryFee` string
    - `deliveryFees` unknown[]
      - unknown
    - `containerCharge` string
    - `deliveryFeeDiscount` string
    - `serviceFeePercent` string
    - `serviceFeeTotal` string
    - `serviceTax` integer, required
    - `serviceTaxValue` integer, required
    - `subTotal` string
    - `totalNet` string
    - `vatVisible` boolean, required
    - `vatPercent` string
    - `vatTotal` string
    - `grandTotal` string
    - `discountAmountTotal` string
    - `differenceToMinimumDeliveryValue` string
    - `payRestaurant` string
    - `collectFromCustomer` string
    - `riderTip` string
  - `webOrder` boolean, required
  - `mobileOrder` boolean, required
  - `corporateOrder` boolean, required
  - `integrationInfo` IntegrationInfo
  - `test` boolean, required
  - `delivery` Delivery
    - `expressDelivery` boolean, required
    - `expectedDeliveryTime` string, date-time, required
    - `riderPickupTime` unknown
    - `address` Address
      - `line1` string
      - `line2` string
      - `line3` string
      - `line4` string
      - `line5` string
      - `street` string
      - `number` string
      - `room` string
      - `flatNumber` string
      - `building` string
      - `intercom` string
      - `entrance` string
      - `structure` string
      - `floor` string
      - `district` string
      - `other` string
      - `city` string
      - `postcode` string
      - `company` string
      - `deliveryMainArea` string
      - `deliveryMainAreaPostcode` string
      - `deliveryArea` string
      - `deliveryAreaPostcode` string
      - `deliveryInstructions` string
      - `latitude` number, double, required
      - `longitude` number, double, required
  - `callbackUrls` CallbackUrls
    - `orderAcceptedUrl` string
    - `orderRejectedUrl` string
    - `orderPickedUpUrl` string
    - `orderPreparedUrl` string

## Response `200`

OK

---

[API](https://skmtc.dev/poskobi/apis/poskobi-api-swagger-documentation.md) · [All operations](https://skmtc.dev/poskobi/apis/poskobi-api-swagger-documentation/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/poskobi/poskobi-api-swagger-documentation/revisions/efde0ead53d2/schema)
