Cập nhật lợi nhuận đơn hàng
Cập nhật thông tin lợi nhuận cho đơn hàng bán
HTTP Request
[PUT] /api/v6.1/sale_order/profits
Body Parameters
| Parameter | Type | Require | Description |
|---|---|---|---|
| order_id | integer | yes | ID đơn hàng cần cập nhật |
Example
HTTP Request
PUT api/v6.1/sale_order/profits HTTP/1.1
Host: example.getflycrm.com
Content-Type: application/json
{
"order_id": 96
}
Status
200 OK
Response
{
"message": "Cập nhật thành công"
}