POST /api/tickets/create
application/json
POST
/api/tickets/create
cURL (application/json)
curl \
--request POST 'https://org-bay.runasp.net/api/tickets/create' \
--header "Content-Type: application/json" \
--data '{"title":"string","price":42.0,"tax":42.0,"currency":0,"categoryId":42,"days":[42]}'
curl \
--request POST 'https://org-bay.runasp.net/api/tickets/create' \
--header "Content-Type: text/json"
curl \
--request POST 'https://org-bay.runasp.net/api/tickets/create' \
--header "Content-Type: application/*+json"
Request examples
{
"title": "string",
"price": 42.0,
"tax": 42.0,
"currency": 0,
"categoryId": 42,
"days": [
42
]
}
Request examples
{
"title": "string",
"price": 42.0,
"tax": 42.0,
"currency": 0,
"categoryId": 42,
"days": [
42
]
}
Request examples
{
"title": "string",
"price": 42.0,
"tax": 42.0,
"currency": 0,
"categoryId": 42,
"days": [
42
]
}