LC Web
  1. Toplantı
LC Web
ROP
  • ROP
  • UAT
  • Prod
  • ActionField
  • Dev
    • Membership
      • Login
        • Get Token
        • Get RefreshToken
        • PersonUser
        • person
        • OrderPerson
        • MarketingPermission
        • facebookid
        • facebookid login
        • facebookUID
        • new client
        • OrderSourceList
        • client list
      • Register
        • Person
        • PersonPhone
        • MarketingPermission
        • Facebook
        • PersonEMail
        • PersonUser
      • Forget Password
        • PersonUser
        • reset hash
        • reset hash sorgu
        • PersonUser-şifre değiştirme
      • Profile
        • PersonUser-şifre değiştirme
        • Hesabı silme
        • PersonUser Update
        • Doğum Tarihi Alma
        • Doğum Tarihi Güncelleme
        • Doğum Tarihi Ekleme
        • Ad Soyad Güncelleme
        • Get CurrentUser
      • Address
        • Person_DeliveryAddress
        • Person_DeliveryAddress delete
        • Person_DeliveryAddress ekleme
        • StreetAddress
        • StreetAddress list
        • Quarter
        • Quarter list
        • Subcity
        • town
        • town list
        • AddressType
        • Subcity list
        • Address_StreetAddress
    • Product
      • UI dan bulunanlar
        • Categories copy
        • Pizza Categories
        • Pizza
        • Pizza Size
        • Pizza Ingredients
      • Toplantı
        • Departments
          GET
        • Sizes
          GET
        • ProductListing Filter
          POST
        • ürün order oluşturma
          POST
      • LC Toplantı
        • Pizza Boyutlar
        • Pizza Ingredients
        • Get Order(Sepet)
        • Get Order(Sepet) copy
        • OrderableItem Post Örneği
        • OrderableItem Put Örneği
        • OrderableItem Delete Örneği
      • Product Size Enum
        GET
      • Categories Groups
        GET
      • Categories
        GET
      • Category Products
        POST
    • Order
      • CompleteOrder copy
      • GetOrders
      • GetOrder
      • Get New Order Id - PROBLEM !!!
      • GetRepeatOrder
      • GetOrdersFromID
      • ActionField
    • Other
      • get refresh token
      • GetBrands
      • GetBrands Pagged
      • PostBrand
      • PutBrand copy
      • DeleteBrand copy
      • TranslateItem
      • StreetAddress Post
      • StreetAddress Get
      • quarter get
      • Quarter Post
      • GetStores
      • Get Products
      • Get Product Sizes
      • OrderableItem
      • OrderableItem GET Örneği
      • OrderableItem copy
      • SearchStreet
      • StreetAddress Advanced Search
      • Tag
      • Tag copy
      • TagType
      • clients
      • PersonPhone
      • PersonDetailDataType
      • PersonDetailData2
      • PersonDetailData2 copy
      • PersonPhone2
    • toplantı
      • birleşik promosyonlar
    • Store
      • cache/store
      • Store Location
      • cache/store copy
      • Store Search
      • Store Detail
    • Promotion
      • Special Promotion
      • Product Recommend Promotion
      • Product Recommend Promotion Copy
      • Add Order Promotion
      • Add Order Promotion Copy
      • Promotions
      • Promotions Copy
      • PromotionCode
  • ROP-Sorulacaklar
    • ChangeAddress-rob copy
      GET
    • birthdate update
      GET
    • restoran location
      GET
    • Products copy
      POST
    • Products copy copy
      POST
    • order
      POST
    • Products copy copy
      POST
    • birthdate update
      GET
    • restoran location
      GET
    • Products copy
      POST
    • Order Create
      POST
    • ChangeAddress-rob copy
      GET
    • birthdate update
      GET
    • restoran location
      GET
    • Products copy
      POST
    • order
      POST
    • ChangeAddress-rob copy
      GET
    • restoran location
      GET
    • ChangeAddress-rob copy
      GET
    • restoran location
      GET
    • Products copy
      POST
    • order
      POST
    • Products copy copy
      POST
    • birthdate update
      GET
    • restoran location
      GET
    • Products copy
      POST
    • birthdate update
      GET
    • order
      POST
    • Products copy
      POST
    • ChangeAddress-rob copy
      GET
    • order
      POST
    • birthdate update
      GET
    • Products copy copy
      POST
    • ChangeAddress-rob copy
      GET
  1. Toplantı

ürün order oluşturma

POST
/api/order
Kullanıcı id si ve adres id ile order oluşturuluyor.
Bundan dönen id bir yerde saklanacak, sepette buna göre çekilecek.
Buna kaydedilen siparşin durumu değiştirilirse, sipariş verilmiş olacak.
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST 'http://10.101.252.154:9060/api/order' \
--header 'Accept: application/json' \
--header 'Authorization: bearer AQAAANCMnd8BFdERjHoAwE_Cl-sBAAAABTUq37BcDEqtBQkLu7HVqgAAAAACAAAAAAADZgAAwAAAABAAAAAGox5rL_-ht6RqW6Db2300AAAAAASAAACgAAAAEAAAAI4AyjIkCCH08q2zhO3-fpP4AAAA7g0Y7pc5h4ObxCnIS_LgsN8unfT9BrppFHaqjd3wTaDgIX-bsi0xORu5Jo6p5bsDpLQ22W_Ta-oVKaycxePd-Qz8aQowDBhbX9bWQ6mADNtle8t3_Y5MhVWPSwRRr0Tc16sZ8Y-I2_SyQswezrEmCSMwUEplFmIhh5TTfB0uQ6kEzuBk9t_ZyQkF7sn1EtM7ksE9PcZnQymDTZBP0QxvVLWYpm0cZ-AL1FoV-AdrN2pFPdB3bB1yISQMf50Hu9RgZFeBNRN0eCmsFOXYnAxqF9u0sAsujKZ0D_sCR0O9D8vATqehpp7_0jbId6ucwMPLtMapoQ0xQ2AUAAAAppeHdGKc_F4QNyEsWQZwc7Wf9sk' \
--header 'Content-Type: text/plain' \
--data-raw '{"persons":[{"PersonID":"109920720624"}],"OrderTypeID":2,"AddressID":"103223113145","DepartmentID":"104303657802"}'
Response Response Example
{}

Request

Header Params

Body Params text/plain
Examples

Responses

🟢200Success
application/json
Body

Modified at 2024-06-01 13:42:15
Previous
ProductListing Filter
Next
Pizza Boyutlar
Built with