post

POST /v2/cases/actions/create-ticket — Create a ticket-style case (no order)

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…

Creates a general support case not tied to an order. This is not a simple alias for POST /v2/cases — it runs a different validation path: the request type must have at least one JSM field synced (422 if not), and field values are supplied differently (see below).

Request body

FieldTypeRequiredDescription
requestTypeIdstringYesJSM request type ID — the externalCaseTypeIdentifier from GET /v2/jira-apis/request-types
fieldsobjectNoMap of externalSystemIdentifier → value
requestFieldValuesobjectNoAdditional field values, merged with fields

Unlike POST /v2/cases, there is no orderId and no order/patient variable resolution — only the field values you provide (or the request type's defaults) are sent to Jira.

Response 201

Same response shape as POST /v2/cases ({ success, missingRequiredFields, data }) — see that page for field details.

Errors

StatusCodeDescription
422INVALID_FIELDrequestTypeId missing, or the request type has no synced JSM fields (sync it first via POST /v2/cases/sync-case-type)
404Request type not found

Required role

affiliate_super_admin, affiliate_admin, or affiliate_agent

Language
LoadingLoading…
Response
Click Try It! to start a request and see the response here!