Get entity from Settings by key
GET/Settings(:id)
Get entity from Settings by key
Request
Path Parameters
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
Query Parameters
Possible values: [primaryColor
, nextQuotationNumber
, quotationNumberFormat
, lastQuotationDateTime
, quotationNumberResetPeriod
, accentColor
, customCss
, customCssEms
, crmAccountId
, logoUrl
, lightLogoUrl
, homeImageUrl
, faviconUrl
, primaryFontColor
, accentFontColor
, fontFamily
, disableConflictDialog
, disableConflictDialogOrderEntry
, featureModelVersioning
, enableArticleCodeInEditor
, quotationExpiresInDays
, sendQuotationRequestMail
, sendMailToCustomer
, allowGroupAmount
, requireLogin
, defaultVatId
, displayVatPrices
, quotationRequestedAction
, quotationRequestRedirectUrl
, divergentFeatureModelNodePrices
, mandatoryCrmValues
, mandatoryCrmContactValues
, privacyPolicyAppendixIFrame
, disableFullOverview
, requireTermsAndConditions
, disableTablePresetEditing
, disableImageCropping
, autoArchiveQuotations
, defaultArchivedStatusId
, defaultRevisedStatusId
, defaultExpiredStatusId
, enableConfigurator
, enableMultipleConfigurations
, enableWelcomePage
, enableOverviewPage
, welcomePageBackgroundUrl
, welcomePageYouTubeId
, loginPageBackgroundUrl
, productSelectionPageBackgroundUrl
, disableProductSelection
, map3DToNodes
, enable3dFootprint
, enable3dLabel
, allowDifferentShipToAddress
, hideCustomerFieldInShowroom
, hideDeliveryDateFieldInShowroom
, hideRemarksFieldInShowroom
, hideShippingAddressFieldInShowroom
, displayCreateQuotationInLastStep
, requiredQuotationFields
, hiddenQuotationFields
, disabledQuotationFields
, checkoutQuotationPropertyIds
, displayedShowroomCrmFields
, quotationActionsPerStatus
, currencyDeterminationMethod
, crmShareType
, id
, createdDate
, updatedDate
, organizationId
, reference
, creatorId
, customField1
, customField2
, customField3
, customField4
, customField5
, organization
]
Select properties to be returned
Possible values: [*
, organization
]
Expand related entities
Responses
- 200
- default
Retrieved entity
- application/json
- Schema
- Example (from schema)
Schema
Possible values: >= -2147483648
and <= 2147483647
Possible values: >= -2147483648
and <= 2147483647
{
"primaryColor": "string",
"nextQuotationNumber": 0,
"quotationNumberFormat": "string",
"lastQuotationDateTime": "2024-12-04T06:46:24.849Z",
"quotationNumberResetPeriod": {},
"accentColor": "string",
"customCss": "string",
"customCssEms": "string",
"crmAccountId": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"logoUrl": "string",
"lightLogoUrl": "string",
"homeImageUrl": "string",
"faviconUrl": "string",
"primaryFontColor": "string",
"accentFontColor": "string",
"fontFamily": "string",
"disableConflictDialog": true,
"disableConflictDialogOrderEntry": true,
"featureModelVersioning": true,
"enableArticleCodeInEditor": true,
"quotationExpiresInDays": 0,
"sendQuotationRequestMail": "string",
"sendMailToCustomer": true,
"allowGroupAmount": true,
"requireLogin": true,
"defaultVatId": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"displayVatPrices": true,
"quotationRequestedAction": {},
"quotationRequestRedirectUrl": "string",
"divergentFeatureModelNodePrices": true,
"mandatoryCrmValues": "string",
"mandatoryCrmContactValues": "string",
"privacyPolicyAppendixIFrame": "string",
"disableFullOverview": true,
"requireTermsAndConditions": true,
"disableTablePresetEditing": true,
"disableImageCropping": true,
"autoArchiveQuotations": true,
"defaultArchivedStatusId": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"defaultRevisedStatusId": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"defaultExpiredStatusId": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"enableConfigurator": true,
"enableMultipleConfigurations": true,
"enableWelcomePage": true,
"enableOverviewPage": true,
"welcomePageBackgroundUrl": "string",
"welcomePageYouTubeId": "string",
"loginPageBackgroundUrl": "string",
"productSelectionPageBackgroundUrl": "string",
"disableProductSelection": true,
"map3DToNodes": true,
"enable3dFootprint": true,
"enable3dLabel": true,
"allowDifferentShipToAddress": true,
"hideCustomerFieldInShowroom": true,
"hideDeliveryDateFieldInShowroom": true,
"hideRemarksFieldInShowroom": true,
"hideShippingAddressFieldInShowroom": true,
"displayCreateQuotationInLastStep": true,
"requiredQuotationFields": [
"string"
],
"hiddenQuotationFields": [
"string"
],
"disabledQuotationFields": [
"string"
],
"checkoutQuotationPropertyIds": [
"string"
],
"displayedShowroomCrmFields": [
"string"
],
"quotationActionsPerStatus": [
null
],
"currencyDeterminationMethod": {},
"crmShareType": {},
"id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"createdDate": "2024-12-04T06:46:24.849Z",
"updatedDate": "2024-12-04T06:46:24.849Z",
"organizationId": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"reference": "string",
"creatorId": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"customField1": "string",
"customField2": "string",
"customField3": "string",
"customField4": "string",
"customField5": "string",
"organization": {}
}
error
- application/json
- Schema
- Example (from schema)
Schema
Array [
]
error
object
required
details
object[]
The structure of this object is service-specific
{
"error": {
"code": "string",
"message": "string",
"target": "string",
"details": [
{
"code": "string",
"message": "string",
"target": "string"
}
],
"innererror": {}
}
}