{
"id": "string",
"companyId": "string",
"storeId": "string",
"logo": {
"id": "string",
"galleryId": "string",
"link": "string",
"position": 0,
"alt": "string",
"mediaType": "Image",
"width": 0,
"height": 0
},
"logoLight": {
"id": "string",
"galleryId": "string",
"link": "string",
"position": 0,
"alt": "string",
"mediaType": "Image",
"width": 0,
"height": 0
},
"favicon": {
"id": "string",
"galleryId": "string",
"link": "string",
"position": 0,
"alt": "string",
"mediaType": "Image",
"width": 0,
"height": 0
},
"invoiceLogo": {
"id": "string",
"galleryId": "string",
"link": "string",
"position": 0,
"alt": "string",
"mediaType": "Image",
"width": 0,
"height": 0
},
"noImage": {
"id": "string",
"galleryId": "string",
"link": "string",
"position": 0,
"alt": "string",
"mediaType": "Image",
"width": 0,
"height": 0
},
"components": [
{
"id": "string",
"section": "string",
"type": "TextWithImage",
"view": "string",
"displayName": "string",
"cssClass": "string",
"header": "string",
"alignment": "Left"
}
],
"layout": "string",
"googleAnalytics": "string",
"reCaptchaApiKey": "string",
"palette": {
"headerTextColor": "string",
"headerBackgroundColor": "string",
"footerTextColor": "string",
"footerBackgroundColor": "string",
"breadcrumbTextColor": "string",
"breadcrumbBackgroundColor": "string",
"bodyPrimaryTextColor": "string",
"bodySecondaryTextColor": "string",
"bodyBackgroundFirstColor": "string",
"bodyBackgroundSecondColor": "string",
"bodyBorderColor": "string",
"topBarTextColor": "string",
"topBarBackgroundColor": "string",
"danger": "string",
"warning": "string",
"themeColor": "string",
"themeText": "string",
"success": "string",
"buttonBackgroundColor": "string"
},
"updateDate": "2019-08-24T14:15:22Z",
"templateImageUrl": "string",
"customCss": true,
"enableApp": true,
"showOffer": true,
"showQuote": true,
"layoutOption": "string",
"chatbot": true
}
curl --location --request PUT 'https://platform.shopranos.eu/api/Template' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": "string",
"companyId": "string",
"storeId": "string",
"logo": {
"id": "string",
"galleryId": "string",
"link": "string",
"position": 0,
"alt": "string",
"mediaType": "Image",
"width": 0,
"height": 0
},
"logoLight": {
"id": "string",
"galleryId": "string",
"link": "string",
"position": 0,
"alt": "string",
"mediaType": "Image",
"width": 0,
"height": 0
},
"favicon": {
"id": "string",
"galleryId": "string",
"link": "string",
"position": 0,
"alt": "string",
"mediaType": "Image",
"width": 0,
"height": 0
},
"invoiceLogo": {
"id": "string",
"galleryId": "string",
"link": "string",
"position": 0,
"alt": "string",
"mediaType": "Image",
"width": 0,
"height": 0
},
"noImage": {
"id": "string",
"galleryId": "string",
"link": "string",
"position": 0,
"alt": "string",
"mediaType": "Image",
"width": 0,
"height": 0
},
"components": [
{
"id": "string",
"section": "string",
"type": "TextWithImage",
"view": "string",
"displayName": "string",
"cssClass": "string",
"header": "string",
"alignment": "Left"
}
],
"layout": "string",
"googleAnalytics": "string",
"reCaptchaApiKey": "string",
"palette": {
"headerTextColor": "string",
"headerBackgroundColor": "string",
"footerTextColor": "string",
"footerBackgroundColor": "string",
"breadcrumbTextColor": "string",
"breadcrumbBackgroundColor": "string",
"bodyPrimaryTextColor": "string",
"bodySecondaryTextColor": "string",
"bodyBackgroundFirstColor": "string",
"bodyBackgroundSecondColor": "string",
"bodyBorderColor": "string",
"topBarTextColor": "string",
"topBarBackgroundColor": "string",
"danger": "string",
"warning": "string",
"themeColor": "string",
"themeText": "string",
"success": "string",
"buttonBackgroundColor": "string"
},
"updateDate": "2019-08-24T14:15:22Z",
"templateImageUrl": "string",
"customCss": true,
"enableApp": true,
"showOffer": true,
"showQuote": true,
"layoutOption": "string",
"chatbot": true
}'
{}