Update entity in Settings
PATCH/Settings(:id)
Update entity in Settings
Request
Path Parameters
id uuidrequired
Possible values: Value must match regular expression ^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$
key: id of Settings
- application/json
Body
required
New property values
primaryColor string
nextQuotationNumber int32
Possible values: >= -2147483648
and <= 2147483647
quotationNumberFormat string
lastQuotationDateTime date-time
quotationNumberResetPeriod
accentColor string
customCss string
customCssEms string
crmAccountId uuid
logoUrl string
lightLogoUrl string
homeImageUrl string
faviconUrl string
primaryFontColor string
accentFontColor string
fontFamily string
disableConflictDialog boolean
disableConflictDialogOrderEntry boolean
featureModelVersioning boolean
enableArticleCodeInEditor boolean
quotationExpiresInDays int32
Possible values: >= -2147483648
and <= 2147483647
sendQuotationRequestMail string
sendMailToCustomer boolean
allowGroupAmount boolean
requireLogin boolean
defaultVatId uuid
displayVatPrices boolean
quotationRequestedAction
quotationRequestRedirectUrl string
divergentFeatureModelNodePrices boolean
mandatoryCrmValues string
mandatoryCrmContactValues string
privacyPolicyAppendixIFrame string
disableFullOverview boolean
requireTermsAndConditions boolean
disableTablePresetEditing boolean
disableImageCropping boolean
autoArchiveQuotations boolean
defaultArchivedStatusId uuid
defaultRevisedStatusId uuid
defaultExpiredStatusId uuid
enableConfigurator boolean
enableMultipleConfigurations boolean
enableWelcomePage boolean
enableOverviewPage boolean
welcomePageBackgroundUrl string
welcomePageYouTubeId string
loginPageBackgroundUrl string
productSelectionPageBackgroundUrl string
disableProductSelection boolean
map3DToNodes boolean
enable3dFootprint boolean
enable3dLabel boolean
allowDifferentShipToAddress boolean
hideCustomerFieldInShowroom boolean
hideDeliveryDateFieldInShowroom boolean
hideRemarksFieldInShowroom boolean
hideShippingAddressFieldInShowroom boolean
displayCreateQuotationInLastStep boolean
requiredQuotationFields string[]
hiddenQuotationFields string[]
disabledQuotationFields string[]
checkoutQuotationPropertyIds string[]
displayedShowroomCrmFields string[]
quotationActionsPerStatus undefined[]
currencyDeterminationMethod
id uuid
createdDate date-time
updatedDate date-time
organizationId uuid
reference string
creatorId uuid
customField1 string
customField2 string
customField3 string
customField4 string
customField5 string
organization
Responses
- 204
- default
Success
error
- */*
- Schema
- Example (from schema)
Schema
Array [
]
error
object
required
code stringrequired
message stringrequired
target string
details
object[]
code stringrequired
message stringrequired
target string
innererror object
The structure of this object is service-specific
{
"error": {
"code": "string",
"message": "string",
"target": "string",
"details": [
{
"code": "string",
"message": "string",
"target": "string"
}
],
"innererror": {}
}
}
Loading...