IdentifierType

the IdentifierType 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/identifier-types/{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

namestring · max: 255Required

produkt-nummern-typ

activebooleanRead-onlyOptional

is active

Default: true
Responses
chevron-right
200

successful operation

application/json
put
/erp/product-types/identifier-types/{id}

Delete an existing Resource

delete
Path parameters
idinteger · int64Required

an identifier

Responses
chevron-right
200

successful operation

application/json
delete
/erp/product-types/identifier-types/{id}

deaktiviert eine bestehende Resource

put
Path parameters
idinteger · int64Required

identifier

Responses
chevron-right
200

successful operation

application/json
put
/erp/product-types/identifier-types/{id}/deactivate

aktiviert eine bestehende Resource

put
Path parameters
idinteger · int64Required

identifier

Responses
chevron-right
200

successful operation

application/json
put
/erp/product-types/identifier-types/{id}/activate

Create new Resource

post
Body
versionstringOptional

Version Identifier for this Object (for PUT)

idstringOptional

Unique identifier of the Object

namestring · max: 255Required

produkt-nummern-typ

activebooleanRead-onlyOptional

is active

Default: true
Responses
chevron-right
200

successful operation

application/json
post
/erp/product-types/identifier-types

Last updated

Was this helpful?