| DELETE | /partner/warranty/equipment/{brand}/{posCode}/{cpoSelloutId} | Delete the specified equipment warranty from SAP and B2 |
|---|
namespace Richemont.Booster2.PublicApi.Sellout.ServiceModel
open System
open System.Collections
open System.Collections.Generic
open System.Runtime.Serialization
open ServiceStack
open ServiceStack.DataAnnotations
[<AllowNullLiteral>]
type DeleteEquipmentWarrantyPartnerResponse() =
class end
[<AllowNullLiteral>]
type DeleteEquipmentWarrantyPartner() =
///<summary>
///Brand Trigram, e.g. CAR, IWC
///</summary>
[<ApiMember(Description="Brand Trigram, e.g. CAR, IWC")>]
member val brand:String = null with get,set
///<summary>
///Richemont POS code
///</summary>
[<ApiMember(Description="Richemont POS code", IsRequired=true)>]
member val posCode:String = null with get,set
///<summary>
///Cpo sellout Id, e.g a0RbW000000qIyXUAU
///</summary>
[<ApiMember(Description="Cpo sellout Id, e.g a0RbW000000qIyXUAU", IsRequired=true)>]
member val cpoSelloutId:String = null with get,set
F# DeleteEquipmentWarrantyPartner DTOs
To override the Content-type in your clients, use the HTTP Accept Header, append the .jsv suffix or ?format=jsv
The following are sample HTTP requests and responses. The placeholders shown need to be replaced with actual values.
DELETE /partner/warranty/equipment/{brand}/{posCode}/{cpoSelloutId} HTTP/1.1
Host: dev-api-booster.richemont.com
Accept: text/jsv
HTTP/1.1 200 OK
Content-Type: text/jsv
Content-Length: length
{
}