PUT | /RestApi/Sitefinity/mobile-formats/content-types/toggle |
---|
namespace Telerik.Sitefinity.MobileFormats.Web.Services.Dto
open System
open System.Collections
open System.Collections.Generic
open System.Runtime.Serialization
open ServiceStack
open ServiceStack.DataAnnotations
[<AllowNullLiteral>]
type MobileFormatContentTypeDto() =
member val ContentTypeDisplayName:String = null with get,set
member val ContentTypeName:String = null with get,set
member val ContentTypeFullname:String = null with get,set
member val Active:Boolean = new Boolean() with get,set
[<AllowNullLiteral>]
type ToggleMobileFormatsContentTypesDto() =
member val SiteId:String = null with get,set
member val MobileFormatContentTypes:IEnumerable<MobileFormatContentTypeDto> = null with get,set
F# ToggleMobileFormatsContentTypesDto DTOs
To override the Content-type in your clients, use the HTTP Accept Header, append the .other suffix or ?format=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"}