# Create new ignored service-id record Endpoint: POST /ignored-service-ids Version: 1.12 Security: bearerAuth ## Request fields (application/json): - `serviceId` (string, required) The service-id that is ignored Example: "Service Id" ## Response 200 fields (application/json): - `id` (integer) Internal identifier of new ignored service-id record, it MAY be sent as part of a response but it will be ignored in case of the request Example: 1 - `serviceId` (string, required) The service-id that is ignored Example: "Service Id" ## Response 400 fields ## Response 401 fields ## Response 403 fields ## Response 412 fields ## Response 500 fields