POST
/
consultation
/
create
/
{company_slug}
curl --request POST \
  --url https://api.hierarch.io/v1/consultation/create/{company_slug}/ \
  --header 'Content-Type: application/json' \
  --header 'token: <api-key>' \
  --data '{
  "title": "<string>",
  "description": "<string>",
  "url": "<string>",
  "location": "<string>",
  "schedule": "<string>",
  "product_id": "<string>"
}'
{
  "result": "<string>"
}

Authorizations

token
string
header
required

API token provided to your company

Path Parameters

company_slug
string
required

This is your company url

Body

application/json
Creates new product record
title
string

Consultation title

description
string

Consultation description

url
string

Description of the consultation

location
string

Physical location or online

schedule
string

Schedule of the consultation

product_id
string

Product ID

Response

200
application/json
OK Response
result
string
required