BankingBackend

Bankschnittstellen

Find an existing Resource by identifier

get
Path parameters
idinteger · int64Required

an identifier

Responses
chevron-right
200

successful operation

application/json
get
/erp/bank/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

labelstringRequired

Bezeichnung

descriptionstringOptional

Beschreibung

activebooleanRead-onlyOptional

Aktiv

Default: true
appIdstring · uuidOptional

externe App-ID

backendTypestring · enumOptional

Backend-Typ

Possible values:
Responses
chevron-right
200

successful operation

application/json
put
/erp/bank/backend/{id}

Delete an existing Resource

delete
Path parameters
idinteger · int64Required

an identifier

Responses
chevron-right
200

successful operation

application/json
delete
/erp/bank/backend/{id}

deaktiviert eine bestehende Resource

put
Path parameters
idinteger · int64Required

identifier

Responses
chevron-right
200

successful operation

application/json
put
/erp/bank/backend/{id}/deactivate

aktiviert eine bestehende Resource

put
Path parameters
idinteger · int64Required

identifier

Responses
chevron-right
200

successful operation

application/json
put
/erp/bank/backend/{id}/activate

Create new Resource

post
Body
versionstringOptional

Version Identifier for this Object (for PUT)

idstringOptional

Unique identifier of the Object

labelstringRequired

Bezeichnung

descriptionstringOptional

Beschreibung

activebooleanRead-onlyOptional

Aktiv

Default: true
appIdstring · uuidOptional

externe App-ID

backendTypestring · enumOptional

Backend-Typ

Possible values:
Responses
chevron-right
200

successful operation

application/json
post
/erp/bank/backend

Last updated

Was this helpful?