Cases

Create Case

Create a new case.

Returns:

  • The created case object
post/cases/

Request body

titlestring required

Title of the case

descriptionstring required

Description of the case

staff_group_idstring uuid nullable

ID of the staff group assigned to this case

meeting_booking_enabledboolean nullable

Whether meeting booking is enabled for this case

Response

Successful Response

case_idstring uuid required
customer_idstring uuid required
created_atstring date-time required
updated_atstring date-time required
titlestring required
descriptionstring required
staff_group_idstring uuid nullable required
created_bystring uuid nullable required
updated_bystring uuid nullable required
meeting_booking_enabledboolean required

Changes

No recorded changes to this endpoint across all 1 revision of this API.