Pflanzenbehälter anlegen
Legt einen Pflanzenbehälter mit optionalen Größen an.
POST
Pflanzenbehälter anlegen
Authorizations
Dein API-Schlüssel aus den Mandanten-Einstellungen, gesendet im Header ApiKey.
Body
application/json
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Legt einen Pflanzenbehälter mit optionalen Größen an.
curl --request POST \
--url https://api.blueplant.app/api/v1/product/plant/container \
--header 'ApiKey: <api-key>' \
--header 'Content-Type: application/json' \
--data '
{
"name": "<string>",
"sizes": [
{
"name": "<string>",
"height": 123,
"width": 123,
"length": 123,
"diameter": 123
}
],
"validFrom": "2023-12-25",
"validUntil": "2023-12-25"
}
'{
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"sizes": [
{
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"name": "<string>"
}
]
}Dein API-Schlüssel aus den Mandanten-Einstellungen, gesendet im Header ApiKey.
curl --request POST \
--url https://api.blueplant.app/api/v1/product/plant/container \
--header 'ApiKey: <api-key>' \
--header 'Content-Type: application/json' \
--data '
{
"name": "<string>",
"sizes": [
{
"name": "<string>",
"height": 123,
"width": 123,
"length": 123,
"diameter": 123
}
],
"validFrom": "2023-12-25",
"validUntil": "2023-12-25"
}
'{
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"sizes": [
{
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"name": "<string>"
}
]
}