Bundle schema

the bundle schema API

Find an existing Resource by identifier

get
Path parameters
idinteger · int64Required

an identifier

Responses
chevron-right
200

successful operation

application/json
get
/erp/bundle-schemata/{id}

Update existing Resource

put
Path parameters
idinteger · int64Required

an identifier

Body
versionstringOptional

Version Identifier for this Object (for PUT)

idstringOptional

Unique identifier of the Object

productIdinteger · int64Read-onlyOptional

Produkt, zu dem dieses Schema gehört

labelstringRequired

Name

Responses
chevron-right
200

successful operation

application/json
put
/erp/bundle-schemata/{id}

Delete an existing Resource

delete
Path parameters
idinteger · int64Required

an identifier

Responses
chevron-right
200

successful operation

application/json
delete
/erp/bundle-schemata/{id}

Create new Resource

post
Body
versionstringOptional

Version Identifier for this Object (for PUT)

idstringOptional

Unique identifier of the Object

productIdinteger · int64Read-onlyOptional

Produkt, zu dem dieses Schema gehört

labelstringRequired

Name

Responses
chevron-right
200

successful operation

application/json
post
/erp/bundle-schemata/
get
Responses
chevron-right
200

OK

application/json
get
/erp/bundle-schemata/templates
200

OK

Last updated

Was this helpful?