heilog.ch.Api

<back to all web services

UpdateSupportItemRequest

The following routes are available for this service:
PUT/support-item
UpdateSupportItemRequest Parameters:
NameParameterData TypeRequiredDescription
UpdateDtobodySupportItemDetailDtoNo
SupportItemDetailDto Parameters:
NameParameterData TypeRequiredDescription
IdformlongNo
IsActiveformboolNo
CategoryformSupportCategoryNo
TypeformSupportTypeNo
PositionformuintNo
LocalizationsformList<SupportItemLocalizationDto>No
SupportCategory Enum:
NameValue
QSS1
Flyer2
Manual3
SupportType Enum:
NameValue
Document1
Video2
SupportItemLocalizationDto Parameters:
NameParameterData TypeRequiredDescription
LanguageCodeformLanguageCodeNo
TitleformstringNo
URLformstringNo
FilenameformstringNo
LanguageCode Enum:
NameValue
de1
fr2
it3
UpdateSupportItemResponse Parameters:
NameParameterData TypeRequiredDescription
SupportItemformSupportItemDetailDtoNo

To override the Content-type in your clients, use the HTTP Accept Header, append the .csv suffix or ?format=csv

HTTP + CSV

The following are sample HTTP requests and responses. The placeholders shown need to be replaced with actual values.

PUT /support-item HTTP/1.1 
Host: heidak-api.test.exanic.ch 
Accept: text/csv
Content-Type: text/csv
Content-Length: length

{"updateDto":{"id":0,"isActive":false,"category":1,"type":1,"position":0,"localizations":[{"languageCode":1,"title":"String","url":"String","filename":"String"}]}}
HTTP/1.1 200 OK
Content-Type: text/csv
Content-Length: length

{"supportItem":{"id":0,"isActive":false,"category":1,"type":1,"position":0,"localizations":[{"languageCode":1,"title":"String","url":"String","filename":"String"}]}}