Zum Hauptinhalt springen

Schedule the Termination of a Contract

POST/contracts/{contractId}/termination/
v2
POST
contract-terminate-contract

Request

  • contractIdstring
    required

    The uuid of the Contract to be terminated.

Responses

application/json

Returns the contractId, the date on which the Termination will take place and the list of affected ContractItems.

  • contractIdstring (uuid)
  • itemsScheduledForTerminationarray of string (uuid)
    • Array[
    • *string (uuid)
    • ]
  • reasonstring
  • terminationTargetDatestring (date-time)
  • Usage examples

    $ curl \
    --fail \
    --location \
    -X POST \
    -H "Authorization: Bearer $MITTWALD_API_TOKEN" \
    https://api.mittwald.de/v2/contracts/string/termination