LC Web
    LC Web
    ActionField
    • ROP
    • UAT
    • Prod
    • ActionField
    • GetOrder
      GET
    • GetOrderableItem
      GET
    • PostOrderableItem
      POST
    • DeleteOrderableItem
      DELETE
    • GetActionField
      GET
    • PostActionField
      POST
    • DeleteActionField
      DELETE
    • GetOrderItem
      GET
    • PutOrderItem
      PUT

      PutOrderItem

      PUT
      /api/orderitem/200113777279
      Request Request Example
      Shell
      JavaScript
      Java
      Swift
      curl --location --request PUT 'http://10.101.252.154:9060/api/orderitem/200113777279' \
      --header 'Content-Type: text/plain' \
      --data-raw '{
          "id": 200113777279,
          "OrderID": 200113754260,
          "ProductID": 101618870825,
          "Product": "Tek Pizzalar (Orta)",
          "StoreProductionID": 102523924729,
          "StoreProduction": "MacTable",
          "ProductOptionIndex": 0,
          "ProductPriceID": 104860827921,
          "ProductPrice": "24,90",
          "Quantity": 1,
          "PriceModification": 0,
          "DefaultQuantity": 0,
          "VAT": 1.844444444444444444444444444,
          "Amount": 24.9,
          "TotalAmount": 24.9,
          "items": [
              {
                  "id": 200113777280,
                  "OrderID": 200113754260,
                  "ParentItemID": 200113777279,
                  "ProductID": 109212430966,
                  "Product": "Piknik (Orta)",
                  "StoreProductionID": 102523924729,
                  "StoreProduction": "MacTable",
                  "ProductOptionID": 101754610127,
                  "ProductOption": "Orta Boy Pizza Seçimi",
                  "ProductOptionIndex": 1,
                  "ProductPriceID": 105904646816,
                  "ProductPrice": "0,00",
                  "Quantity": 2,
                  "PriceModification": 0,
                  "DefaultQuantity": 0,
                  "VAT": 0,
                  "Amount": 0,
                  "TotalAmount": 0,
                  "items": [
                      {
                          "id": 200113777281,
                          "OrderID": 200113754260,
                          "ParentItemID": 200113777280,
                          "ProductID": 104435959065,
                          "Product": "İnce Klasik Hamur",
                          "StoreProductionID": 102523924729,
                          "StoreProduction": "MacTable",
                          "ProductOptionID": 107183173302,
                          "ProductOption": "Hamur Seçimi",
                          "ProductOptionIndex": 1,
                          "ProductPriceID": 105831235818,
                          "ProductPrice": "0,00",
                          "Quantity": 1,
                          "PriceModification": 0,
                          "DefaultQuantity": 0,
                          "VAT": 0,
                          "Amount": 0,
                          "TotalAmount": 0,
                          "items": [],
                          "states": [],
                          "Status": 0,
                          "pricemodifiyers": [],
                          "DisplayOnKDS": true
                      }
                  ],
                  "states": [],
                  "Status": 0,
                  "pricemodifiyers": [],
                  "DisplayOnKDS": true
              }
          ],
          "states": [],
          "Status": 0,
          "pricemodifiyers": [],
          "DisplayOnKDS": true
      }'
      Response Response Example
      {}

      Request

      Body Params text/plain
      Examples

      Responses

      🟢200Success
      application/json
      Body

      Modified at 2024-06-01 13:42:15
      Previous
      GetOrderItem
      Built with