v1
latestSwagger 2.02026-07-13107214235.7 KBOrder
Create a quick buy order
Create a quick buy order
post/v1/workgroups/{workgroup_id}/projects/{project_id}/buyOrders
Path parameters
workgroup_idstring required
project_idstring required
Request body
Example request
{
"comments": "sample comments",
"custom_fields": [
{
"param_name": "sample param_name",
"string_value": "sample string_value"
}
],
"order_items": [
{
"custom_fields": [
{
"param_name": "sample param_name",
"string_value": "sample string_value"
}
],
"notes": "sample notes",
"tax": "sample tax"
}
],
"other_selection_reason": "sample other_selection_reason",
"payment_reference_no": "sample payment_reference_no",
"supplier_reference": "sample supplier_reference",
"tax": "sample tax",
"title": "sample title"
}Response
Successful created
Example response
{
"comments": "sample comments",
"custom_fields": [
{
"param_name": "sample param_name",
"string_value": "sample string_value"
}
],
"order_items": [
{
"custom_fields": [
{
"param_name": "sample param_name",
"string_value": "sample string_value"
}
],
"notes": "sample notes",
"tax": "sample tax"
}
],
"other_selection_reason": "sample other_selection_reason",
"payment_reference_no": "sample payment_reference_no",
"supplier_reference": "sample supplier_reference",
"tax": "sample tax",
"title": "sample title"
}