These docs are for v2. Click to read the latest docs for v3.

updateRateSheetEntries

Updates entries of a rate sheet. If any errors occur no entry will be changed.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Body Params

Request parameter for RateBFBean/updateRateSheetEntries

string

Id of the sending client system.

e.g. Installation ID of the sending host or ERP system.

Maximum length: 20

string

Client identification code.

Maximum length: 10

string

User who initiated the request from the client system.

If the user is found either in the system's user management or in a connected LDAP directory, the request runs under this user's roles.

If the user is not found, the request is only granted the basic 'I_EVERYONE' role. The user name may be used for logging purposes in this case.

Actual authentication is handled separately via the request's headers, so no password is required in the request's data.

resultLanguageIsoCodes
array of strings

2-letter ISO codes of the languages in which texts will be returned.

English ('en') and German ('de') are typically supported by default. Other languages may be supported.

Translations will be looked up in the order of the provided language codes. If a translation is not available in one language, the next language is used instead.

resultLanguageIsoCodes
string
required

Ident code of the rate sheet that should be updated.

entries
array of objects
required

Entries to be updated. If an entry already exists it will be either replaced with the passed content or deleted if BRateSheetEntryUpdateDTO#delete is set. Otherwise a new entry will be created (or the entry will be ignored if BRateSheetEntryUpdateDTO#delete is set). Entries are uniquely identified by a subset of the fields of the entry (BRateSheetEntryUpdateDTO#fields). The concrete subset is configured locally and must be agreed upon before updating entries. The number of entries is limited to 10,000 items. Use sequential calls together with #updateDependentEntities to update more entries.

entries*
boolean
Defaults to true

Several entities are dependent on the content of rate sheets. When rate sheets are updated these dependent entities will be updated as well. By setting this value to false the update of dependent entities will be suppressed. Use this parameter when calling 'updateRateSheetEntries' multiple times in succession. Only the last call should set this parameter to true.

Headers
string
enum
Defaults to application/json

Generated from available response content types

Allowed:
string
enum
Defaults to application/json

Generated from available request content types

Allowed:
Response

Language
Credentials
Basic
base64
:
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json