<back to all web services

ToggleMobileFormatsContentTypesDto

The following routes are available for this service:
PUT/RestApi/Sitefinity/mobile-formats/content-types/toggle
using System;
using System.Collections;
using System.Collections.Generic;
using System.Runtime.Serialization;
using ServiceStack;
using ServiceStack.DataAnnotations;
using Telerik.Sitefinity.MobileFormats.Web.Services.Dto;

namespace Telerik.Sitefinity.MobileFormats.Web.Services.Dto
{
    public partial class MobileFormatContentTypeDto
    {
        public virtual string ContentTypeDisplayName { get; set; }
        public virtual string ContentTypeName { get; set; }
        public virtual string ContentTypeFullname { get; set; }
        public virtual bool Active { get; set; }
    }

    public partial class ToggleMobileFormatsContentTypesDto
    {
        public virtual string SiteId { get; set; }
        public virtual IEnumerable<MobileFormatContentTypeDto> MobileFormatContentTypes { get; set; }
    }

}

C# ToggleMobileFormatsContentTypesDto DTOs

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

HTTP + OTHER

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

PUT /RestApi/Sitefinity/mobile-formats/content-types/toggle HTTP/1.1 
Host: www.asg.com.au 
Accept: text/jsonl
Content-Type: text/jsonl
Content-Length: length

{"SiteId":"String"}