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
UpdatePOSBrandIdentity Parameters:
NameParameterData TypeRequiredDescription
posCodebodystringYesPoint of Sale Code, e.g. ES100:102048
brandpathstringYesBrand Triagram, e.g. CAR, IWC, VAC
alternativeCountrybodystringNoAlternative Country ISO code, e.g. az, ca, us. max length 50 characters
alternativeZipCodebodystringNoAlternative Zip Code of POS, max length 50 characters
alternativeStreetbodystringNoAlternative Street Name and Number of the POS
alternativeCitybodystringNoAlternative City name of the POS, max length 50 characters
brandWatchesCommercialSurfacebodydecimal?NoTotal Maison Commercial Surface
posWatchesCommercialSurfacebodydecimal?NoWatches Commercial Area
websitebodystringNoWebsite URL (Partner Website), max length 200 characters
posTypebodyint?NoSWT POS type
postContractStatusIdbodyint?NoPost Contract Status Id
openingDatebodyDateTime?NoOpening Date
closingDatebodyDateTime?NoClosing Date
subMarketCountryIdbodyint?NoSub Market Country ID
addressTypeIdbodyint?NoFacility Type Id
mallOrDeptStoreUnitNumberbodystringNoFacility Additional Information
floorNumberbodyint?NoNumber of Floors
gpsLatitudebodydecimal?NoGPS Latitude, value can only be between -90.00 and 90.00
gpsLongitudebodydecimal?NoGPS Longitude, value can only be between -90.00 and 90.00
timeValleebodyboolYesTime Vallee
lastVisitDatebodyDateTime?NoLast Visit Date
ePartnerProgrambodyint?NoEPartnerProgram
ePartnerLaunchDatebodyDateTime?NoePartner Launch Date
ePartnerScoringbodyint?NoePartner Scoring
socialMediabodybool?NoSocial Media
seobodybool?NoSEO
googleBusinessbodybool?NoGoogle Business

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

HTTP + CSV

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/csv
Content-Type: text/csv
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/csv
Content-Length: length

{}