ProductPriceGroups

The ProductPriceGroup API

Find an existing Resource by identifier

get
Path parameters
idinteger · int64Required

an identifier

Responses
chevron-right
200

successful operation

application/json
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
chevron-right
200

successful operation

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

Delete an existing Resource

delete
Path parameters
idinteger · int64Required

an identifier

Responses
chevron-right
200

successful operation

application/json
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
chevron-right
200

successful operation

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

Last updated

Was this helpful?