Sipariş güncellenir.
Last updated
Last updated
PUT /marketplace/Orders HTTP/1.1
Authorization: Bearer YOUR_SECRET_TOKEN
Content-Type: application/json-patch+json
Accept: */*
Content-Length: 365
{
"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
}
]
}true