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
{
"description": "string",
"code": "string",
"type": "string",
"external_ref": "fb1033a2ed70",
"stockmanagement": true,
"unit": "string",
"note": "string",
"location": "string"
}
Request Code Samples
curl --location --request PUT 'https://api.vplan.com/v1/item/' \
--header 'Content-Type: application/json' \
--header 'x-api-key;' \
--header 'x-api-env;' \
--data-raw '{
"description": "string",
"code": "string",
"type": "string",
"external_ref": "fb1033a2ed70",
"stockmanagement": true,
"unit": "string",
"note": "string",
"location": "string"
}'
Responses
This response does not have a body.
Modified at 2025-07-22 14:20:42