# Create a service needed. Endpoint: PUT /tickets/service-needed Version: v3 Security: oauth2 ## Request fields (application/json): - `name` (string, required) Gets or sets the name of the service needed. - `categoryId` (string,null) Gets or sets the category Id of the service needed. - `locations` (array,null) Gets or sets the space twin Ids associated with the service needed. ## Response 201 fields (application/json): - `id` (string) Gets or sets the unique identifier for the service needed. - `name` (string,null) Gets or sets the name of the service needed. - `categoryId` (string,null) Gets or sets the category Id of the service needed. - `locations` (array,null) Gets or sets the locations associated with the service needed. - `isActive` (boolean) Gets or sets a value indicating whether service needed is active or not. ## Response 400 fields (application/json): - `type` (string,null) - `title` (string,null) - `status` (integer,null) - `detail` (string,null) - `instance` (string,null) ## Response default fields (application/json): - `type` (string,null) - `title` (string,null) - `status` (integer,null) - `detail` (string,null) - `instance` (string,null)