Bundle Schema
Configure product bundle schemas, unit ratios and templates in VARIO Cloud through the Bundle Schema API.
the bundle schema API
an identifier
successful operation
Version Identifier for this Object (for PUT)
Unique identifier of the Object
Produkt, zu dem dieses Schema gehört
Name
Resource with given ID was not found
GET /erp/bundle-schemata/{id} HTTP/1.1
Host: api.example.com
Accept: */*
{
"version": "text",
"info": {
"createdAt": "2026-01-01T00:00:00.000Z",
"createdFrom": "text",
"updatedAt": "2026-01-01T00:00:00.000Z",
"updatedFrom": "text"
},
"id": "text",
"baseTypeRef": {
"id": 1,
"name": "text",
"abbreviation": "text"
},
"ratios": [],
"productId": 1,
"label": "text"
}an identifier
Version Identifier for this Object (for PUT)
Unique identifier of the Object
Produkt, zu dem dieses Schema gehört
Name
successful operation
Version Identifier for this Object (for PUT)
Unique identifier of the Object
Produkt, zu dem dieses Schema gehört
Name
Resource was not found
Resource was not valid to process
PUT /erp/bundle-schemata/{id} HTTP/1.1
Host: api.example.com
Content-Type: application/json
Accept: */*
Content-Length: 126
{
"version": "text",
"info": {},
"id": "text",
"baseTypeRef": {
"id": 1,
"name": "text",
"abbreviation": "text"
},
"ratios": [],
"label": "text"
}{
"version": "text",
"info": {
"createdAt": "2026-01-01T00:00:00.000Z",
"createdFrom": "text",
"updatedAt": "2026-01-01T00:00:00.000Z",
"updatedFrom": "text"
},
"id": "text",
"baseTypeRef": {
"id": 1,
"name": "text",
"abbreviation": "text"
},
"ratios": [],
"productId": 1,
"label": "text"
}an identifier
successful operation
message context
message
Resource was not found
unable to delete Resource, due to constraints, existing references or internal state
DELETE /erp/bundle-schemata/{id} HTTP/1.1
Host: api.example.com
Accept: */*
{
"context": "text",
"messageValue": "text"
}Version Identifier for this Object (for PUT)
Unique identifier of the Object
Produkt, zu dem dieses Schema gehört
Name
successful operation
Version Identifier for this Object (for PUT)
Unique identifier of the Object
Produkt, zu dem dieses Schema gehört
Name
Resource was not valid to process
POST /erp/bundle-schemata/ HTTP/1.1
Host: api.example.com
Content-Type: application/json
Accept: */*
Content-Length: 126
{
"version": "text",
"info": {},
"id": "text",
"baseTypeRef": {
"id": 1,
"name": "text",
"abbreviation": "text"
},
"ratios": [],
"label": "text"
}{
"version": "text",
"info": {
"createdAt": "2026-01-01T00:00:00.000Z",
"createdFrom": "text",
"updatedAt": "2026-01-01T00:00:00.000Z",
"updatedFrom": "text"
},
"id": "text",
"baseTypeRef": {
"id": 1,
"name": "text",
"abbreviation": "text"
},
"ratios": [],
"productId": 1,
"label": "text"
}OK
Version Identifier for this Object (for PUT)
Unique identifier of the Object
Produkt, zu dem dieses Schema gehört
Name
GET /erp/bundle-schemata/templates HTTP/1.1
Host: api.example.com
Accept: */*
OK
[]Last updated
Was this helpful?