Richemont.Booster2.PublicApi

<back to all web services

UpdatePOSBrandIdentity

Requires Authentication
The following routes are available for this service:
PUT/posIdentity/{brand}Update a POS Brand Identity
import java.math.*
import java.util.*
import java.io.InputStream
import net.servicestack.client.*


open class UpdatePOSBrandIdentity
{
    /**
    * Point of Sale Code, e.g. ES100:102048
    */
    @ApiMember(Description="Point of Sale Code, e.g. ES100:102048", IsRequired=true)
    open var posCode:String? = null

    /**
    * Brand Triagram, e.g. CAR, IWC, VAC
    */
    @ApiMember(Description="Brand Triagram, e.g. CAR, IWC, VAC", IsRequired=true)
    open var brand:String? = null

    /**
    * Alternative Country ISO code, e.g. az, ca, us. max length 50 characters
    */
    @ApiMember(Description="Alternative Country ISO code, e.g. az, ca, us. max length 50 characters")
    open var alternativeCountry:String? = null

    /**
    * Alternative Zip Code of POS, max length 50 characters
    */
    @ApiMember(Description="Alternative Zip Code of POS, max length 50 characters")
    open var alternativeZipCode:String? = null

    /**
    * Alternative Street Name and Number of the POS
    */
    @ApiMember(Description="Alternative Street Name and Number of the POS")
    open var alternativeStreet:String? = null

    /**
    * Alternative City name of the POS, max length 50 characters
    */
    @ApiMember(Description="Alternative City name of the POS, max length 50 characters")
    open var alternativeCity:String? = null

    /**
    * Total Maison Commercial Surface
    */
    @ApiMember(Description="Total Maison Commercial Surface")
    open var brandWatchesCommercialSurface:BigDecimal? = null

    /**
    * Watches Commercial Area
    */
    @ApiMember(Description="Watches Commercial Area")
    open var posWatchesCommercialSurface:BigDecimal? = null

    /**
    * Website URL (Partner Website), max length 200 characters
    */
    @ApiMember(Description="Website URL (Partner Website), max length 200 characters")
    open var website:String? = null

    /**
    * SWT POS type
    */
    @ApiMember(Description="SWT POS type")
    open var posType:Int? = null

    /**
    * Post Contract Status Id
    */
    @ApiMember(Description="Post Contract Status Id")
    open var postContractStatusId:Int? = null

    /**
    * Opening Date
    */
    @ApiMember(Description="Opening Date")
    open var openingDate:Date? = null

    /**
    * Closing Date
    */
    @ApiMember(Description="Closing Date")
    open var closingDate:Date? = null

    /**
    * Sub Market Country ID
    */
    @ApiMember(Description="Sub Market Country ID")
    open var subMarketCountryId:Int? = null

    /**
    * Facility Type Id
    */
    @ApiMember(Description="Facility Type Id")
    open var addressTypeId:Int? = null

    /**
    * Facility Additional Information
    */
    @ApiMember(Description="Facility Additional Information")
    open var mallOrDeptStoreUnitNumber:String? = null

    /**
    * Number of Floors
    */
    @ApiMember(Description="Number of Floors")
    open var floorNumber:Int? = null

    /**
    * GPS Latitude, value can only be between -90.00 and 90.00
    */
    @ApiMember(Description="GPS Latitude, value can only be between -90.00 and 90.00")
    open var gpsLatitude:BigDecimal? = null

    /**
    * GPS Longitude, value can only be between -90.00 and 90.00
    */
    @ApiMember(Description="GPS Longitude, value can only be between -90.00 and 90.00")
    open var gpsLongitude:BigDecimal? = null

    /**
    * Time Vallee
    */
    @ApiMember(Description="Time Vallee", IsRequired=true)
    open var timeVallee:Boolean? = null

    /**
    * Last Visit Date
    */
    @ApiMember(Description="Last Visit Date")
    open var lastVisitDate:Date? = null

    /**
    * EPartnerProgram
    */
    @ApiMember(Description="EPartnerProgram")
    open var ePartnerProgram:Int? = null

    /**
    * ePartner Launch Date
    */
    @ApiMember(Description="ePartner Launch Date")
    open var ePartnerLaunchDate:Date? = null

    /**
    * ePartner Scoring
    */
    @ApiMember(Description="ePartner Scoring")
    open var ePartnerScoring:Int? = null

    /**
    * Social Media
    */
    @ApiMember(Description="Social Media")
    open var socialMedia:Boolean? = null

    /**
    * SEO
    */
    @ApiMember(Description="SEO")
    open var seo:Boolean? = null

    /**
    * Google Business
    */
    @ApiMember(Description="Google Business")
    open var googleBusiness:Boolean? = null
}

open class UpdatePOSBrandIdentityResponse
{
}

Kotlin UpdatePOSBrandIdentity DTOs

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

HTTP + OTHER

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

PUT /posIdentity/{brand} HTTP/1.1 
Host: dev-api-booster.richemont.com 
Accept: text/jsonl
Content-Type: text/jsonl
Content-Length: length

{"posCode":"String","brand":"String","alternativeCountry":"String","alternativeZipCode":"String","alternativeStreet":"String","alternativeCity":"String","brandWatchesCommercialSurface":0,"posWatchesCommercialSurface":0,"website":"String","posType":0,"postContractStatusId":0,"openingDate":"\/Date(-62135596800000-0000)\/","closingDate":"\/Date(-62135596800000-0000)\/","subMarketCountryId":0,"addressTypeId":0,"mallOrDeptStoreUnitNumber":"String","floorNumber":0,"gpsLatitude":0,"gpsLongitude":0,"timeVallee":false,"lastVisitDate":"\/Date(-62135596800000-0000)\/","ePartnerProgram":0,"ePartnerLaunchDate":"\/Date(-62135596800000-0000)\/","ePartnerScoring":0,"socialMedia":false,"seo":false,"googleBusiness":false}
HTTP/1.1 200 OK
Content-Type: text/jsonl
Content-Length: length

{}