For the complete documentation index, see llms.txt. This page is also available as Markdown.

Sipariş güncellenir.

Sipariş Güncellenir.

put
Authorizations
HTTPRequired

API Key Giriniz

Body
OrderIDinteger · int32Optional
InvoiceTypestring · enumOptionalPossible values:
Responses
200

OK

application/json
booleanOptional
put/Orders
PUT /marketplace/Orders HTTP/1.1
Authorization: Bearer YOUR_SECRET_TOKEN
Content-Type: application/json-patch+json
Accept: */*
Content-Length: 384

{
  "OrderID": 1,
  "InvoiceType": "SATIS",
  "Customer": {
    "City": "text",
    "District": "text",
    "Name": "text",
    "TaxDepartment": "text",
    "Address": "text",
    "Country": "text",
    "PostalCode": "text",
    "Phone": "text",
    "Email": "text"
  },
  "OrderLines": [
    {
      "ID": 1,
      "ProductName": "text",
      "Price": 1,
      "TotalAmount": 1,
      "Quantity": 1,
      "TaxPercent": 1,
      "OzelMatrahReason": "text",
      "OzelMatrahTotal": 1,
      "IsLaborCost": true,
      "AllowanceTotal": 1
    }
  ]
}
200

OK

true

Last updated