Skip to main content

Create a privatisation of a business

POST 

/api/v1/privatisations

Create a privatisation of a business

Request

Body

required

    data

    object

    type stringrequired

    Possible values: [privatisations]

    attributes

    object

    name stringrequired
    from int32required
    to int32required
    date daterequired
    number_of_servings int32required
    email stringrequired
    phone string
    phone_country_code string
    phone_country_prefix string
    specifications string
    user_name string
    type_of_event string
    chef_attendance
    company_name string
    corporate_event
    number_of_waiters int32
    marketing_feedback string
    consent_gdpr
    menu binary

    relationships

    object

    business

    object

    data

    object

    type stringrequired

    Possible values: [business]

    id stringrequired

    Related Business ID

    user

    object

    data

    object

    type string

    Possible values: [user]

    id string

    Related User ID

Responses

Create a privatisation of a business

Schema

    any

Loading...