Premiums API
    Premiums API
    • Seance
      • Execute a seance.
        POST
      • Cancels a seance.
        POST
      • Update a seance.
        PATCH
    • Company
      • Update company information.
        PATCH
      • Bulk Imports companies.
        POST
      • Imports companies.
        PUT
    • Trainee
      • Imports Trainee.
        PUT
      • Bulk Imports Trainee.
        POST
    • 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

    CompanyImportCsvFormat

    {
        "COMPANY_UID": 0,
        "WORKER_COUNT": 0,
        "STATUS": "string",
        "COMPANY_PC": "string",
        "COMPANY_PREMIUM_CLASS": "string",
        "DATE_START": "string",
        "INITIAL_CREDIT": 0,
        "INITIAL_COLLECTIVE_RIGHTS_BALANCE_HOURS": 0
    }
    Built with