Duyệt đơn hàng
Cho phép duyệt đơn hàng dựa theo Id đơn hàng
Duyệt đơn hàng bán
HTTP Request
[PUT] /api/v6/sale_orders/{id}/approve
Example
HTTP Request
PUT api/v6/sale_orders/1588/approve HTTP/1.1
Host: example.getflycrm.com
Status
200 OK
Response
{
"message": "Cập nhật thành công"
}
Duyệt đơn hàng mua
HTTP Request
[PUT] /api/v6/purchase_orders/{id}/approve
Example
HTTP Request
PUT api/v6/purchase_orders/1588/approve HTTP/1.1
Host: example.getflycrm.com
Status
200 OK
Response
{
"message": "Cập nhật thành công"
}