Skip to main content

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

ParameterTypeRequireDescription
order_idintegeryesID đơ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"
}