Redeem a ContractVoucher. Only Vouchers of type 'Rate' are supported here.

Request
path Parameters
contractVoucherCode
required
string
Request Body schema: application/json
required
organizationUnitId
integer <int64>
contractStartDate
string <date>
contractStartPreuseDate
string <date>
object (ConnectApiCreatePublicCustomerDto)
Responses
200

OK

400

Bad Request

403

Forbidden

404

Not Found

409

Conflict

500

Internal Server Error

post/connect/v1/contractvoucher/{contractVoucherCode}/redeem
Request samples
application/json
{
  • "organizationUnitId": 0,
  • "contractStartDate": "2019-08-24",
  • "contractStartPreuseDate": "2019-08-24",
  • "customerDto": {
    }
}