For the complete documentation index, see llms.txt. This page is also available as Markdown.

Business Transaction

the BusinessTransaction API

Find an existing Resource by identifier

get
Path parameters
idinteger · int64Required

an identifier

Responses
200

successful operation

*/*
versionstringOptional

Version Identifier for this Object (for PUT)

idstringOptional

Unique identifier of the Object

sortOrderinteger · int64Optional

Sortierung des Geschäftsvorfall

labelstringOptional

Kurze Beschreibung

descriptionstringOptional

Beschreibung des Geschäftsvorfall

get/erp/finance/business_transaction/{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

sortOrderinteger · int64Optional

Sortierung des Geschäftsvorfall

labelstringOptional

Kurze Beschreibung

descriptionstringOptional

Beschreibung des Geschäftsvorfall

Responses
200

successful operation

*/*
versionstringOptional

Version Identifier for this Object (for PUT)

idstringOptional

Unique identifier of the Object

sortOrderinteger · int64Optional

Sortierung des Geschäftsvorfall

labelstringOptional

Kurze Beschreibung

descriptionstringOptional

Beschreibung des Geschäftsvorfall

put/erp/finance/business_transaction/{id}

Delete an existing Resource

delete
Path parameters
idinteger · int64Required

an identifier

Responses
200

successful operation

*/*
contextstringOptional

message context

messageValuestringOptional

message

delete/erp/finance/business_transaction/{id}

Create new Resource

post
Body
versionstringOptional

Version Identifier for this Object (for PUT)

idstringOptional

Unique identifier of the Object

sortOrderinteger · int64Optional

Sortierung des Geschäftsvorfall

labelstringOptional

Kurze Beschreibung

descriptionstringOptional

Beschreibung des Geschäftsvorfall

Responses
200

successful operation

*/*
versionstringOptional

Version Identifier for this Object (for PUT)

idstringOptional

Unique identifier of the Object

sortOrderinteger · int64Optional

Sortierung des Geschäftsvorfall

labelstringOptional

Kurze Beschreibung

descriptionstringOptional

Beschreibung des Geschäftsvorfall

post/erp/finance/business_transaction

Last updated

Was this helpful?