Skip to main content

Create Location

POST 

/organizations/:organizationId/locations

Create location

Request

Path Parameters

    organizationId stringrequired

    The ID of organization.

Body

required
    parentId string

    The parent location ID

    name stringrequired

    The name of location

    description string

    The description of location

    address string

    The address of location

    chatRoomId string

    The ID of chat room

    entities string[]

    The entities of location

    image string

    The image of location

Responses

Schema
    data objectrequired

    Data of the created location.

    id stringrequired
    organizationId stringrequired
    name stringrequired
    description stringrequired
    address stringrequired
    chatRoomId stringrequired
    entities object[]required
  • Array [
  • ]
  • image stringrequired
Loading...