Create Case

Create a Case

POST /api/v1/cases

Create a new case in Monolith

Request Body

NameTypeDescription

case_name*

String

This is the name of the case.

case_number

String

Unique case number.

description

String

This is a basic description of the case.

case_status

String

This is the status of the case.

case_type

String

This is the type of case.

case_lead_id

Integer

This is the user id of the Monolith user you wish to set as the case lead for the case.

case_open_date

Date

The date the case was opened.

client_id

Integer

This is the id of the client that is associated with the case.

Last updated