post https://{api_url}/api/v5/admin//resources
Creates a new bookable resource.
Log in to see full request history
Response
Creates a new bookable resource.
xxxxxxxxxx
16curl --request POST \
--url https://example.jrni.com/api/v5/admin/company_id/resources \
--header 'accept: application/json' \
--header 'content-type: application/json' \
--data '
{
"count": 1,
"max_book": 1,
"address": {
"country": "United Kingdom"
},
"schedule": {
"style": 0
}
}
'
Try It!
to start a request and see the response here! Or choose an example: