Request
Add parameter in header x-api-key
Example:x-api-key: ********************
Add parameter in header x-api-env
Example:x-api-env: ********************
or
Body Params application/json
{
"order_rows": [
{
"id": "995faf65-96c2-4968-bf74-ccc0cdfe66bd",
"name": "foo"
}
]
}
Request Code Samples
curl --location --request PUT 'https://api.vplan.com/v1/order/' \
--header 'Content-Type: application/json' \
--header 'x-api-key;' \
--header 'x-api-env;' \
--data-raw '{
"order_rows": [
{
"id": "995faf65-96c2-4968-bf74-ccc0cdfe66bd",
"name": "foo"
}
]
}'
Responses
This response does not have a body.
Modified at 2025-07-24 09:40:18