# SL01 - Create a location Call FrequencyRecommended usage: 30 per minuteMaximum usage: 30 per minute Endpoint: POST /api/mms/locations ## 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 - `shop` (object) Shop which the location belong to. Leave it empty if you want to create an operator location. - `shop.id` (integer, required) Shop identifier ## 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 - `shop` (object) Shop details - `shop.id` (integer, required) Shop identifier - `shop_overridden_opening_hours` (array) Overridden opening hours. Only available for an operator location - `shop_overridden_opening_hours.shop_id` (integer, required) Shop id