# ACMEsuite — API Changelog

> Automatisch aus der Git-Historie erzeugt (oasdiff je Versionsdelta). Die vier Modul-Vertraege der ACMEsuite (ACMEhr, ACMEcrm, ACMEsupply, ACMEbuild), verglichen zwischen den veroeffentlichten Release-Tags.

## Unreleased

_Aenderungen gegenueber v0.3.0-dev_

### ACMEhr

## API Changes

### GET /applicants
-  added the optional property `items/matchScore` to the response with the `200` status
-  added the optional property `items/stage` to the response with the `200` status
-  added the optional property `items/targetOrgUnitName` to the response with the `200` status

### POST /applicants
-  added the new optional request property `matchScore`
-  added the new optional request property `stage`
-  added the optional property `matchScore` to the response with the `201` status
-  added the optional property `stage` to the response with the `201` status
-  added the optional property `targetOrgUnitName` to the response with the `201` status

### GET /applicants/{id}
-  added the optional property `matchScore` to the response with the `200` status
-  added the optional property `stage` to the response with the `200` status
-  added the optional property `targetOrgUnitName` to the response with the `200` status

### PATCH /applicants/{id}
-  endpoint added

### POST /applicants/{id}/hire
-  added the optional property `workLocation` to the response with the `200` status

### GET /employees
-  added the optional property `items/workLocation` to the response with the `200` status

### POST /employees
-  endpoint added

### GET /employees/{id}
-  added the optional property `workLocation` to the response with the `200` status

### PATCH /employees/{id}
-  added the new optional request property `workLocation`
-  added the optional property `workLocation` to the response with the `200` status

### PATCH /employees/{id}/compensation
-  added the optional property `workLocation` to the response with the `200` status

### ACMEcrm

## API Changes

### GET /contacts
-  endpoint added

### POST /contacts
-  endpoint added

### GET /contacts/{id}
-  endpoint added

### PATCH /contacts/{id}
-  endpoint added

### GET /forms
-  endpoint added

### POST /forms
-  endpoint added

### GET /forms/{id}
-  endpoint added

### PATCH /forms/{id}
-  endpoint added

### GET /forms/{id}/submissions
-  endpoint added

### POST /forms/{id}/submit
-  endpoint added

### GET /pipeline
-  endpoint added

### POST /pipeline
-  endpoint added

### GET /pipeline/{id}
-  endpoint added

### PATCH /pipeline/{id}
-  endpoint added

### GET /threads
-  endpoint added

### GET /threads/{id}
-  endpoint added

### ACMEsupply

No changes detected

### ACMEbuild

## API Changes

### GET /machines
-  endpoint added

### GET /production-orders
-  endpoint added

### POST /production-orders
-  endpoint added

### PATCH /production-orders/{id}
-  endpoint added

### GET /shift-plan
-  endpoint added

### PUT /shift-plan
-  endpoint added

## v0.3.0-dev

_Aenderungen gegenueber v0.2.0_

### ACMEhr

No changes detected

### ACMEcrm

No changes detected

### ACMEsupply

No changes detected

### ACMEbuild

No changes detected

## v0.2.0

_Aenderungen gegenueber v0.1.0_

_Keine API-Aenderungen (nur Metadaten)._

## v0.1.0

_Ersterfassung des Contracts._
