# SL01 - Create a location Call FrequencyRecommended usage: 30 per minuteMaximum usage: 30 per minute Endpoint: POST /api/mms/locations ## Query parameters: - `shop_id` (integer) Use this parameter when your user has access to several shops. If not specified, the shop_id from your default shop will be used. ## Request fields (application/json): - `contact_info` (object) Location contact information - `contact_info.email` (string) Contact E-mail - `contact_info.phone` (string) Contact phone number - `description` (string) Location description - `geography` (object, required) Geographic information for this location - `geography.type` (string, required) Enum: "POINT", "CIRCLE", "ZONE_REFERENCES" - `label` (string, required) Location label - `opening_hours` (object) Location opening hours - `opening_hours.friday` (array) Friday opening hours - `opening_hours.friday.closing_time` (string, required) Closing time in hh:mm format - `opening_hours.friday.opening_time` (string, required) Opening time in hh:mm format - `opening_hours.monday` (array) Monday opening hours - `opening_hours.saturday` (array) Saturday opening hours - `opening_hours.sunday` (array) Sunday opening hours - `opening_hours.thursday` (array) Thursday opening hours - `opening_hours.tuesday` (array) Tuesday opening hours - `opening_hours.wednesday` (array) Wednesday opening hours ## Response 201 fields (application/json): - `contact_info` (object) Location contact information - `contact_info.email` (string) Contact E-mail - `contact_info.phone` (string) Contact phone number - `description` (string) Location description - `geography` (object, required) Geographic information for this location - `geography.type` (string) Enum: "POINT", "CIRCLE", "ZONE_REFERENCES" - `id` (string, required) Location ID - `label` (string, required) Location label - `medias` (array) Medias associated to the location - `medias.mime_type` (string, required) Media Mime type - `medias.url` (string, required) Media URL - `opening_hours` (object) Location opening hours - `opening_hours.friday` (array) Friday opening hours - `opening_hours.friday.closing_time` (string, required) Closing time in hh:mm format - `opening_hours.friday.opening_time` (string, required) Opening time in hh:mm format - `opening_hours.monday` (array) Monday opening hours - `opening_hours.saturday` (array) Saturday opening hours - `opening_hours.sunday` (array) Sunday opening hours - `opening_hours.thursday` (array) Thursday opening hours - `opening_hours.tuesday` (array) Tuesday opening hours - `opening_hours.wednesday` (array) Wednesday opening hours - `overridden_opening_hours` (object) Overridden opening hours. Only available for an operator location