v1
latestSwagger 2.02026-07-13107214235.7 KBOrder
Update a specific buy order
Update a specific buy order
put/v1/workgroups/{workgroup_id}/projects/{project_id}/buyOrders/{order_id}
Path parameters
workgroup_idstring required
project_idstring required
order_idstring required
Request body
Example request
{
"action": "sample action",
"comments": "sample comments",
"custom_fields": [
{
"param_name": "sample param_name",
"string_value": "sample string_value"
}
],
"other_selection_reason": "sample other_selection_reason",
"payment_reference_no": "sample payment_reference_no",
"reject_reason": "sample reject_reason"
}Response
Successful updated
Example response
{
"status_reason": "sample status_reason"
}