heilog.ch.Api

<back to all web services

GetSupportItemDetailRequest

The following routes are available for this service:
GET/support-item/detail
GetSupportItemDetailRequest Parameters:
NameParameterData TypeRequiredDescription
IdquerylongNo
GetSupportItemDetailResponse Parameters:
NameParameterData TypeRequiredDescription
SupportItemformSupportItemDetailDtoNo
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

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

HTTP + XML

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

GET /support-item/detail HTTP/1.1 
Host: heidak-api.build.exanic.ch 
Accept: application/xml
HTTP/1.1 200 OK
Content-Type: application/xml
Content-Length: length

<GetSupportItemDetailResponse xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/heilog.ch.Api.ServiceModel.SupportItem">
  <SupportItem xmlns:d2p1="http://schemas.datacontract.org/2004/07/heilog.ch.Api.Dto.Support">
    <d2p1:Category>QSS</d2p1:Category>
    <d2p1:Id>0</d2p1:Id>
    <d2p1:IsActive>false</d2p1:IsActive>
    <d2p1:Localizations>
      <d2p1:SupportItemLocalizationDto>
        <d2p1:Filename>String</d2p1:Filename>
        <d2p1:LanguageCode>de</d2p1:LanguageCode>
        <d2p1:Title>String</d2p1:Title>
        <d2p1:URL>String</d2p1:URL>
      </d2p1:SupportItemLocalizationDto>
    </d2p1:Localizations>
    <d2p1:Position>0</d2p1:Position>
    <d2p1:Type>Document</d2p1:Type>
  </SupportItem>
</GetSupportItemDetailResponse>