Premiums API
  1. Response
Premiums API
  • Seance
    • Execute a seance.
      POST
    • Cancels a seance.
      POST
    • Update a seance.
      PATCH
  • Company
    • Update company information.
    • Bulk Imports companies.
    • Imports companies.
  • Trainee
    • Imports Trainee.
    • Bulk Imports Trainee.
  • Schemas
    • Schemas
      • SeancePeriodClosed
    • Response
      • Success
      • SimulateResponse
      • SeanceCancelSuccess
      • CompanyResponse
      • SeanceConfirmSuccess
      • UnauthorizedError
      • SeancePaidConfirmSuccess
      • BadRequestError
      • SeancePeriodClosedSuccess
      • BadRequestWithMessagesError
      • NotFoundError
      • CompanyUpdateSuccess
      • InternalError
      • BadRequestWithSeanceCancelMessagesError
      • BadRequestWithSessionInformationError
      • BadRequestWithSeanceConfirmMessagesError
      • TooManyRequestsMessagesError
      • BadRequestWithSeancePaidConfirmMessagesError
      • BadRequestWithSeancePeriodClosedMessagesError
      • BadRequestWithCompanyUpdateMessagesError
    • Seance
    • CompanyUpdate
    • CompanyImportCsvFormat
    • SeanceUpdate
    • TraineeImportCsvFormat
  1. Response

BadRequestWithSeancePeriodClosedMessagesError

{
    "status": 400,
    "status_details": "Seance Period Closed Error",
    "errors": {
        "period_start": "Value is required and can't be empty",
        "period_end": "Value is required and can't be empty"
    },
    "request": {
        "period_start": "string",
        "period_end": "string"
    }
}
Built with