Skip to main content
POST
Create new case

Authorizations

Authorization
string
header
required

Authentication can be done by using a bearer token in the Authorization header. This is done using the following format Authorization: Bearer {token}.

Path Parameters

tenantId
string<uuid>
required

Id of the tenant the case is being created for

Body

application/json

New case object

customerId
string<uuid>
required

Id of the customer which the case belongs to

currency
enum<string>
required

Currency

Available options:
DKK,
SEK,
NOK,
USD,
EUR,
GBP,
CHF
groupId
string<uuid>

Id of case group

migratedId
string
caseVouchers
object[]
properties
object

Case properties. You can create your own property types under settings in the platform. Use the handle as object key like this: { "mySingleLineTextPropertyTypeHandle": "your value" }

customJournalNumber
object | null

Set to override the journal number with a custom string. Set to null to revert to the default sequential format.

Response

Successful operation

id
string<uuid>
required

Id of the case

caseSeqId
number
required

Debbies sequential id of the case