Skip to main content

Provides store identifiers for stores of a region.

Provides store identifiers for stores of a region.

Path Parameters
  • regionId string required

    Possible values: Value must match regular expression \d+

Responses

Success.


Schema
  • total int64
  • stores object[]
  • id Unique identifier of the store in database.
  • name Name of the store.
  • region object
    oneOf

  • id Unique identifier of region.
  • name Name of the region.
  • location object
    oneOf

  • lat float
  • lon float
  • street Street name with number of store location.
  • city City name of store location
  • zipCode Zip code of store location
  • cooperationStatus object
    oneOf

  • integer

    Possible values: [0, 1, 2, 3, 4, 5, 6, 7]

  • createdAt Data of creation of store in database.

    The create date and the first cooperation can be different.

    The value is a date "Y-m-d"

Loading...