Create case
POST {{baseUrl}}/cases
Create case for the tenant
Request Body
{"dueDate"=>"<string>", "title"=>"<string>", "assignedTo"=>"<string>", "attachments"=>[{"name"=>"<string>", "assetId"=>"<string>", "path"=>"<string>"}, {"name"=>"<string>", "assetId"=>"<string>", "path"=>"<string>"}], "associations"=>[{"id"=>"<string>", "type"=>"<string>"}, {"id"=>"<string>", "type"=>"<string>"}], "description"=>"<string>", "source"=>"<string>", "priority"=>"<string>", "status"=>"<string>", "type"=>"<string>", "notifyAssignee"=>false, "metadata"=>{"activationDate"=>"<string>", "completedDate"=>"<string>", "dof1_"=>"sed sint veniam incididunt anim", "irure_b"=>"aute commodo magna eu", "consectetur14b"=>false, "occaecat45_"=>-7292207.289959982}, "externalSystems"=>[[{"type"=>"<string>", "name"=>"<string>", "entityId"=>"<string>", "link"=>"<string>", "metadata"=>"<object>"}, {"type"=>"<string>", "name"=>"<string>", "entityId"=>"<string>", "link"=>"<string>", "metadata"=>"<object>"}], [{"type"=>"<string>", "name"=>"<string>", "entityId"=>"<string>", "link"=>"<string>", "metadata"=>"<object>"}, {"type"=>"<string>", "name"=>"<string>", "entityId"=>"<string>", "link"=>"<string>", "metadata"=>"<object>"}]], "tags"=>[{"category"=>"<string>", "value"=>"<string>"}, {"category"=>"<string>", "value"=>"<string>"}]}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string | ||
Accept | string |
RESPONSES
status: Created
{"message":"case created/updated/deleted with case-handle AA-000","handle":"AA-000","eTag":"1702540787672"}