(* Options: Date: 2026-04-15 21:19:19 Version: 8.60 Tip: To override a DTO option, remove "//" prefix before updating BaseUrl: http://api.booklinker.com //GlobalNamespace: //MakeDataContractsExtensible: False //AddReturnMarker: True //AddDescriptionAsComments: True //AddDataContractAttributes: False //AddIndexesToDataMembers: False //AddGeneratedCodeAttributes: False //AddResponseStatus: False //AddImplicitVersion: //ExportValueTypes: False IncludeTypes: PostUnclaimedLinkCreationRequest.* //ExcludeTypes: //InitializeCollections: False //AddNamespaces: *) namespace Booklinker.API.ServiceModel.V1.DTOs open System open System.IO open System.Collections open System.Collections.Generic open System.Runtime.Serialization open ServiceStack open ServiceStack.DataAnnotations [] [] type AffiliateTokens() = [] member val Guid:Guid = new Guid() with get,set [] member val ProgramGuid:Guid = new Guid() with get,set [] member val Tokens:Dictionary = null with get,set [] [] type PostLinkCreationRequestBase() = [] [] member val Url:String = null with get,set [] member val Domain:String = null with get,set [] member val ParameterKeyValues:Dictionary = null with get,set [] [] type ProductMetadata() = [] member val Title:String = null with get,set [] member val Author:String = null with get,set [] member val Url:Uri = null with get,set [] member val Description:String = null with get,set [] member val Retailer:String = null with get,set [] member val ProductImages:IDictionary = null with get,set [] [] type ProductMetadata() = inherit ProductMetadata() [] [] type PostLinkCreationResponse() = [] member val Success:Boolean = new Boolean() with get,set [] member val LinkResult:String = null with get,set [] member val Destinations:IEnumerable = null with get,set [] member val ResponseStatus:ResponseStatus = null with get,set [] [] type PostUnclaimedLinkCreationRequest() = inherit PostLinkCreationRequestBase() interface IReturn [] member val AffiliatePrograms:ResizeArray = null with get,set