Richemont.Booster2.PublicApi

<back to all web services

WarrantyExtensionQRCode

Requires Authentication
The following routes are available for this service:
GET/warranty/{saleDetailId}/ccpqrcodeGet Warranty Extension QR CodeGet Warranty Extension QR Code for a given sale detail ID
GET/warranty/{saleDetailId}/ccpqrcode/{type}Get Warranty Extension QR CodeGet Warranty Extension QR Code for a given sale detail ID, by type
Imports System
Imports System.Collections
Imports System.Collections.Generic
Imports System.Runtime.Serialization
Imports ServiceStack
Imports ServiceStack.DataAnnotations
Imports Richemont.Booster2.PublicApi.Sellout.ServiceModel

Namespace Global

    Namespace Richemont.Booster2.PublicApi.Sellout.ServiceModel

        Public Partial Class WarrantyExtensionQRCode
            '''<Summary>
            '''Unique Identifier of the Sell-out created in Booster
            '''</Summary>
            <ApiMember(Description:="Unique Identifier of the Sell-out created in Booster", IsRequired:=true)>
            Public Overridable Property saleDetailId As Integer

            '''<Summary>
            '''QR Code type
            '''</Summary>
            <ApiMember(Description:="QR Code type")>
            Public Overridable Property type As String
        End Class

        Public Partial Class WarrantyExtensionQRCodeResponse
        End Class
    End Namespace
End Namespace

VB.NET WarrantyExtensionQRCode DTOs

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

To embed the response in a jsonp callback, append ?callback=myCallback

HTTP + JSON

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

GET /warranty/{saleDetailId}/ccpqrcode HTTP/1.1 
Host: dev-api-booster.richemont.com 
Accept: application/json
HTTP/1.1 200 OK
Content-Type: application/json
Content-Length: length

{}