PosDepositExpenseType

Einlagen-/Ausgabenarten

Find an existing Resource by identifier

get
Path parameters
idinteger · int64Required

an identifier

Responses
chevron-right
200

successful operation

application/json
get
/erp/pos/depositExpenseType/{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

labelstringRequired

Bezeichnung der Einlage/Ausgabe

descriptionstringRequired

Beschreibung

activebooleanOptional

Aktiv?

Default: true
typestring · enumOptional

Typ der Einlage/Auszahlung

Possible values:
Responses
chevron-right
200

successful operation

application/json
put
/erp/pos/depositExpenseType/{id}

Delete an existing Resource

delete
Path parameters
idinteger · int64Required

an identifier

Responses
chevron-right
200

successful operation

application/json
delete
/erp/pos/depositExpenseType/{id}

deaktiviert eine bestehende Resource

put
Path parameters
idinteger · int64Required

identifier

Responses
chevron-right
200

successful operation

application/json
put
/erp/pos/depositExpenseType/{id}/deactivate

aktiviert eine bestehende Resource

put
Path parameters
idinteger · int64Required

identifier

Responses
chevron-right
200

successful operation

application/json
put
/erp/pos/depositExpenseType/{id}/activate

Create new Resource

post
Body
versionstringOptional

Version Identifier for this Object (for PUT)

idstringOptional

Unique identifier of the Object

labelstringRequired

Bezeichnung der Einlage/Ausgabe

descriptionstringRequired

Beschreibung

activebooleanOptional

Aktiv?

Default: true
typestring · enumOptional

Typ der Einlage/Auszahlung

Possible values:
Responses
chevron-right
200

successful operation

application/json
post
/erp/pos/depositExpenseType

Last updated

Was this helpful?