PosPaymentBackend

Kassenzahlungs-Backends bearbeiten

deaktiviert eine bestehende Resource

put
Path parameters
idinteger · int64Required

identifier

Responses
chevron-right
200

successful operation

application/json
put
/erp/pos/payment/backend/{id}/deactivate

aktiviert eine bestehende Resource

put
Path parameters
idinteger · int64Required

identifier

Responses
chevron-right
200

successful operation

application/json
put
/erp/pos/payment/backend/{id}/activate

Find an existing Resource by identifier

get
Path parameters
idinteger · int64Required

an identifier

Responses
chevron-right
200

successful operation

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

labelstring · max: 255Required

Label

descriptionstring · max: 255Optional

Beschreibung

activebooleanRead-onlyOptional

Aktiv?

Default: true
appIdstring · max: 255Optional

App-ID

typestring · enumRequired

Typ

Possible values:
Responses
chevron-right
200

successful operation

application/json
put
/erp/pos/payment/backend/{id}

Delete an existing Resource

delete
Path parameters
idinteger · int64Required

an identifier

Responses
chevron-right
200

successful operation

application/json
delete
/erp/pos/payment/backend/{id}

Create new Resource

post
Body
versionstringOptional

Version Identifier for this Object (for PUT)

idstringOptional

Unique identifier of the Object

labelstring · max: 255Required

Label

descriptionstring · max: 255Optional

Beschreibung

activebooleanRead-onlyOptional

Aktiv?

Default: true
appIdstring · max: 255Optional

App-ID

typestring · enumRequired

Typ

Possible values:
Responses
chevron-right
200

successful operation

application/json
post
/erp/pos/payment/backend

Last updated

Was this helpful?