Skip to main content

Create Case

POST 

/cases

Opens a new support case.

The case must identify the equipment concerned, either by its serial number or by its service identifier. It must also carry the contract covering that equipment, your own case reference, a severity and a description of the problem.

Send the case on its own as JSON, or use the multipart form to open the case and attach a first file in a single call. A file sent this way ends up in the shared folder for the case, exactly as it would through the attachment endpoint.

When the multipart form is used and the case is created but the file cannot be stored, the response is a 207 carrying the case number and a warning: the case exists and the file can be attached again afterwards.

Request

Responses

The case has been opened.