| GET | /warranty/{saleDetailId}/ccpqrcode | Get Warranty Extension QR Code | Get Warranty Extension QR Code for a given sale detail ID |
|---|---|---|---|
| GET | /warranty/{saleDetailId}/ccpqrcode/{type} | Get Warranty Extension QR Code | Get 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 .other suffix or ?format=other
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: text/jsonl
HTTP/1.1 200 OK
Content-Type: text/jsonl
Content-Length: length
{}