Create a new Warehouse and store it
Request
Body Params application/json
{
"name": "string",
"code": "string"
}
Request samples
curl --location --request POST 'https://api.vplan.com/v1/warehouse' \
--header 'x-api-key;' \
--header 'x-api-env;' \
--header 'Content-Type: application/json' \
--data-raw '{
"name": "string",
"code": "string"
}'
Responses
application/json external_ref
string  | nullÂ
read-onlyoptionalThird-party reference of the object, for informational purposes only
created_at
string <date-time>
read-onlyoptionalDate and time of creation
Example:2024-04-11T10:22:15Z
updated_at
string <date-time>
read-onlyoptionalDate and time of last update
Example:2024-04-11T10:22:15Z
{
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"name": "string",
"code": "string",
"external_ref": "fb1033a2ed70",
"created_at": "2024-04-11T10:22:15Z",
"updated_at": "2024-04-11T10:22:15Z"
}
Modified at 2025-05-26 13:17:47