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

# POST /getir/Add

`POST /getir/Add`

## Request body

- Foodorder
  - `foodOrder` Order
    - `id` string
    - `status` integer, required
    - `isScheduled` boolean, required
    - `confirmationId` string
    - `client` Client
      - `id` string
      - `name` string
      - `location` Location
        - `lat` number, double, required
        - `lon` number, double, required
      - `clientPhoneNumber` string
      - `contactPhoneNumber` string
      - `clientUnmaskedPhoneNumber` string
      - `deliveryAddress` DeliveryAddress
        - `id` string
        - `address` string
        - `aptNo` string
        - `floor` string
        - `doorNo` string
        - `city` string
        - `district` string
        - `description` string
    - `courier` Courier
      - `id` string
      - `status` integer, required
      - `name` string
      - `location` Location
        - `lat` number, double, required
        - `lon` number, double, required
    - `products` Product[]
      - `id` string
      - `imageURL` string
      - `wideImageURL` string
      - `count` integer, required
      - `product` string
      - `chainProduct` string
      - `name` Name
        - `tr` string
        - `en` string
      - `price` integer, required
      - `optionPrice` integer, required
      - `priceWithOption` integer, required
      - `totalPrice` integer, required
      - `totalOptionPrice` integer, required
      - `totalPriceWithOption` integer, required
      - `optionCategories` OptionCategory[]
        - `optionCategory` string
        - `name` Name
          - `tr` string
          - `en` string
        - `options` Option[]
          - `option` string
          - `product` string
          - `name` Name
            - `tr` string
            - `en` string
          - `price` integer, required
          - `tr` string[]
          - `en` string[]
      - `displayInfo` DisplayInfo
        - `title` Title
          - `tr` string
          - `en` string
        - `options` Options
          - `tr` unknown[]
            - unknown
          - `en` unknown[]
            - unknown
    - `clientNote` string
    - `totalPrice` integer, required
    - `totalDiscountedPrice` integer, required
    - `checkoutDate` string
    - `scheduledDate` string
    - `verifyDate` string
    - `scheduleVerifiedDate` string
    - `prepareDate` string
    - `handoverDate` string
    - `reachDate` string
    - `deliverDate` string
    - `deliveryType` integer, required
    - `isEcoFriendly` boolean, required
    - `doNotKnock` boolean, required
    - `restaurant` Restaurant
      - `id` string
    - `paymentMethod` integer, required
    - `paymentMethodText` PaymentMethodText
      - `en` string
      - `tr` string
    - `cancelNote` string
    - `cancelReason` CancelReason
      - `messages` Messages
        - `tr` string
        - `en` string
    - `restaurantPanelOperation` boolean, required
    - `brand` Brand
      - `name` string
    - `isQueued` boolean, required
    - `calculatedCourierToRestaurantETA` integer, required

## 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)
