DocumentTypeChain

the Document API

Find an existing Resource by identifier

get
Path parameters
idinteger · int64Required

an identifier

Responses
chevron-right
200

successful operation

application/json
get
/erp/document-types/chains/{id}

Update existing Resource

put
Path parameters
idinteger · int64Required

an identifier

Body

Verwaltung zur Pflege der Belegketten

versionstringOptional

Version Identifier for this Object (for PUT)

idstringOptional

Unique identifier of the Object

predecessorIdinteger · int64Required

Vorgänger-DocumentType

successorIdinteger · int64Required

Nachfolger-DocumentType

Responses
chevron-right
200

successful operation

application/json
put
/erp/document-types/chains/{id}

Delete an existing Resource

delete
Path parameters
idinteger · int64Required

an identifier

Responses
chevron-right
200

successful operation

application/json
delete
/erp/document-types/chains/{id}

Create new Resource

post
Body

Verwaltung zur Pflege der Belegketten

versionstringOptional

Version Identifier for this Object (for PUT)

idstringOptional

Unique identifier of the Object

predecessorIdinteger · int64Required

Vorgänger-DocumentType

successorIdinteger · int64Required

Nachfolger-DocumentType

Responses
chevron-right
200

successful operation

application/json
post
/erp/document-types/chains
get
Path parameters
predecessorIdinteger · int64Required

ID of Predecessor

Responses
chevron-right
200

OK

application/json
get
/erp/document-types/chains/by-predecessor/{predecessorId}
200

OK

Last updated

Was this helpful?