For the complete documentation index, see llms.txt. This page is also available as Markdown.

Product Price Groups

The ProductPriceGroup API

Find an existing Resource by identifier

get
Path parameters
idinteger · int64Required

an identifier

Responses
200

successful operation

application/json

Enthält eine Preisgruppe

versionstringOptional

Version Identifier for this Object (for PUT)

idstringOptional

Unique identifier of the Object

labelstringRequired

Kurzbezeichnung

descriptionstringOptional

Beschreibung

get/erp/product-types/product-price-groups/{id}

Update existing Resource

put
Path parameters
idinteger · int64Required

an identifier

Body

Enthält eine Preisgruppe

versionstringOptional

Version Identifier for this Object (for PUT)

idstringOptional

Unique identifier of the Object

labelstringRequired

Kurzbezeichnung

descriptionstringOptional

Beschreibung

Responses
200

successful operation

application/json

Enthält eine Preisgruppe

versionstringOptional

Version Identifier for this Object (for PUT)

idstringOptional

Unique identifier of the Object

labelstringRequired

Kurzbezeichnung

descriptionstringOptional

Beschreibung

put/erp/product-types/product-price-groups/{id}

Delete an existing Resource

delete
Path parameters
idinteger · int64Required

an identifier

Responses
200

successful operation

application/json
contextstringOptional

message context

messageValuestringOptional

message

delete/erp/product-types/product-price-groups/{id}

Create new Resource

post
Body

Enthält eine Preisgruppe

versionstringOptional

Version Identifier for this Object (for PUT)

idstringOptional

Unique identifier of the Object

labelstringRequired

Kurzbezeichnung

descriptionstringOptional

Beschreibung

Responses
200

successful operation

application/json

Enthält eine Preisgruppe

versionstringOptional

Version Identifier for this Object (for PUT)

idstringOptional

Unique identifier of the Object

labelstringRequired

Kurzbezeichnung

descriptionstringOptional

Beschreibung

post/erp/product-types/product-price-groups

Last updated

Was this helpful?