Light Mode
Change order attribution
PUT
/commissions/attributionChange the staff attribution for an order.
Request
Body Params application/json
order_id
string
required
staff_id
string
required
Example
{
"order_id": "string",
"staff_id": "string"
}
Request samples
Responses
OK(200)
Bad Request(400)
Server Error(500)
HTTP Code: 200
Content Type : JSONapplication/json
Order attribution updated successfully
Data Schema
object {0}
Example
{}
Last modified: 25 days ago