Create a new Call-Class

post/call-classes
SecuritybearerAuth
Request
Request Body schema: application/json

New Call Class

callClass
required
string [ 1 .. 50 ] characters [\w\p{L}\s%£@&#=':;`’,|!_—–\(\)\\/\-\+\.\?\*\...

Call class

referenceDataSourceChargeGroupId
required
integer <int64>

Identifier of reference data source charge group that this call class relates to

startDate
required
string <date>

Date this call class applies from

endDate
string <date>

Date this call class applies to

Responses
200

OK

201

Created

400

Bad Request

401

Unauthorized

404

Not Found

412

Precondition Failed

500

Internal Server Error

501

Not Implemented Yet

Request samples
application/json
{
  • "callClass": "string",
  • "referenceDataSourceChargeGroupId": 1,
  • "startDate": "2019-08-24",
  • "endDate": "2019-08-24"
}
Response samples
application/json
{
  • "id": 1,
  • "callClass": "string",
  • "referenceDataSourceChargeGroupId": 1,
  • "startDate": "2019-08-24",
  • "endDate": "2019-08-24"
}