Update status conversion
Update status conversion (all part)
Base URL:
http://<host-name>/api/v1/update-conversion-statusMethod: POST
Header:
X-Network-Id: 1
Content-Type: application/json
X-At-User: {user}
X-At-User-Type: api
X-At-User-Access-Token : {access_token}Example Request
{
"conversion_id":"5d5e65d171a0e157e525173a",
"status" : "approved",
"reason" : "Khach da nhan hang"
}Attribute
Type
Required
Description
1
conversion_id
string
Yes
Id của đơn hàng được sinh ra từ hệ thống scaleF
2
status
string
Yes
Trạng thái của đơn hàng, các trạng thái gồm: pending, pre_approved, approved, rejected, hold
3
reason
string
Yes
Lý do thay đổi trạng thái
Response
Update status conversion part
Base URL:
Method: POST
Header:
Example Request
Attribute
Type
Required
Description
1
conversion_id
string
Yes
Id của đơn hàng được sinh ra từ hệ thống scaleF
2
status
string
Yes
Trạng thái của đơn hàng, các trạng thái gồm: pending, pre_approved, approved, rejected, hold
3
reason
string
Yes
Lý do thay đổi trạng thái
Response
Last updated
Was this helpful?