SERTICA Options Globals API

The OptionsGlobals API from SERTICA — 3 operation(s) for optionsglobals.

Operations 3

GET /OptionsGlobals Gets the OptionsGlobals object #
PUT /OptionsGlobals/{guid} Updates the options office object #
PUT /OptionsGlobals/UpdateGlobalUnitOptions Update Global options on all units #

Work with this as data

Every API here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for apis

7 MCP tools reach this
  • find_apisBrowse and filter every API in the catalog.
  • get_api_artifactsOne API's artifacts, grouped by type.
  • get_openapiThe primary OpenAPI for this API.
  • find_similar_apisAPIs that look like this one.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This API
curl "https://apis.io/api/v1/apis/sertica-optionsglobals-api"
All apis
curl "https://apis.io/api/v1/apis?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.

OpenAPI Specification

sertica-optionsglobals-api-openapi.yml Raw ↑
openapi: 3.2.0
info:
  title: SERTICA Web Options Globals API
  description: 'Online API browser for SERTICA Web API.


    Be aware that some endpoints are restricted by license or user rights and may not be available in your environment.


    Each endpoint includes a description of the required license and user rights.'
  version: v1
servers:
- url: /api
tags:
- name: OptionsGlobals
paths:
  /OptionsGlobals:
    get:
      tags:
      - OptionsGlobals
      summary: Gets the OptionsGlobals object
      operationId: GetOptionsGlobals
      responses:
        '200':
          description: OK
          content:
            text/plain:
              schema:
                $ref: '#/components/schemas/SerticaWebApi.Models.SystemOptions.OptionsGlobal'
            application/json:
              schema:
                $ref: '#/components/schemas/SerticaWebApi.Models.SystemOptions.OptionsGlobal'
            text/json:
              schema:
                $ref: '#/components/schemas/SerticaWebApi.Models.SystemOptions.OptionsGlobal'
        '401':
          description: If user is unauthorized
        '500':
          description: The api has encountered an unhandled exception. See Sertica logs for details
      security:
      - Bearer: []
  /OptionsGlobals/{guid}:
    put:
      tags:
      - OptionsGlobals
      summary: Updates the options office object
      operationId: UpdateOptionsGlobal
      parameters:
      - name: guid
        in: path
        description: ''
        required: true
        schema:
          type: string
          format: uuid
      requestBody:
        description: ''
        content:
          application/json-patch+json:
            schema:
              $ref: '#/components/schemas/SerticaWebApi.Models.SystemOptions.OptionsGlobal'
          application/json:
            schema:
              $ref: '#/components/schemas/SerticaWebApi.Models.SystemOptions.OptionsGlobal'
          text/json:
            schema:
              $ref: '#/components/schemas/SerticaWebApi.Models.SystemOptions.OptionsGlobal'
          application/*+json:
            schema:
              $ref: '#/components/schemas/SerticaWebApi.Models.SystemOptions.OptionsGlobal'
      responses:
        '200':
          description: OK
          content:
            text/plain:
              schema:
                $ref: '#/components/schemas/SerticaWebApi.Models.SystemOptions.Options'
            application/json:
              schema:
                $ref: '#/components/schemas/SerticaWebApi.Models.SystemOptions.Options'
            text/json:
              schema:
                $ref: '#/components/schemas/SerticaWebApi.Models.SystemOptions.Options'
        '400':
          description: Bad Request
          content:
            text/plain:
              schema:
                $ref: '#/components/schemas/SerticaWebApi.Models.ValidationResult'
            application/json:
              schema:
                $ref: '#/components/schemas/SerticaWebApi.Models.ValidationResult'
            text/json:
              schema:
                $ref: '#/components/schemas/SerticaWebApi.Models.ValidationResult'
        '401':
          description: If user is unauthorized
        '403':
          description: User must have one of these User Rights</br><table><thead><tr><th>Key</th><th>Right</th></tr></thead><tbody><tr><td style='border-bottom:none;padding-right:5px'>GlobalOptions_Update</td><td style='border-bottom:none'>Update</td></tr></tbody></table>
        '500':
          description: The api has encountered an unhandled exception. See Sertica logs for details
      security:
      - Bearer: []
  /OptionsGlobals/UpdateGlobalUnitOptions:
    put:
      tags:
      - OptionsGlobals
      summary: Update Global options on all units
      operationId: UpdateGlobalUnitOptions
      responses:
        '400':
          description: Bad Request
          content:
            text/plain:
              schema:
                $ref: '#/components/schemas/SerticaWebApi.Models.ValidationResult'
            application/json:
              schema:
                $ref: '#/components/schemas/SerticaWebApi.Models.ValidationResult'
            text/json:
              schema:
                $ref: '#/components/schemas/SerticaWebApi.Models.ValidationResult'
        '401':
          description: If user is unauthorized
        '403':
          description: User must have one of these User Rights</br><table><thead><tr><th>Key</th><th>Right</th></tr></thead><tbody><tr><td style='border-bottom:none;padding-right:5px'>GlobalOptions_Update</td><td style='border-bottom:none'>Update</td></tr></tbody></table>
        '500':
          description: The api has encountered an unhandled exception. See Sertica logs for details
      security:
      - Bearer: []
components:
  schemas:
    SerticaWebApi.Models.SystemOptions.OptionsShipdexResource:
      type: object
      properties:
        resourceNo:
          type:
          - string
          - 'null'
        name:
          type:
          - string
          - 'null'
        specification:
          $ref: '#/components/schemas/Logihold.BusinessObjects.LogiholdObjModel.SystemData_ShipdexSpecification'
        memberArea:
          $ref: '#/components/schemas/Logihold.BusinessObjects.LogiholdObjModel.SystemData_ShipdexMemberArea'
        guidForReferencedObject:
          type:
          - string
          - 'null'
          format: uuid
        guid:
          type:
          - string
          - 'null'
          format: uuid
        liveObjectGuid:
          type:
          - string
          - 'null'
          format: uuid
        unitGuid:
          type:
          - string
          - 'null'
          format: uuid
        deleted:
          type: boolean
        latestHistoryGuid:
          type:
          - string
          - 'null'
          format: uuid
        links:
          type:
          - array
          - 'null'
          items:
            $ref: '#/components/schemas/SerticaWebApi.Models.Link'
          readOnly: true
      additionalProperties: false
    SerticaWebApi.Models.BrokenRule:
      type: object
      properties:
        type:
          $ref: '#/components/schemas/SerticaWebApi.Models.BrokenRuleType'
        index:
          type:
          - integer
          - 'null'
          format: int32
        objectGuid:
          type:
          - string
          - 'null'
          format: uuid
        field:
          type:
          - string
          - 'null'
        field2:
          type:
          - string
          - 'null'
        field3:
          type:
          - string
          - 'null'
        description:
          type:
          - string
          - 'null'
      additionalProperties: false
    SerticaWebApi.Models.ErrorReason:
      type: object
      properties:
        text:
          type:
          - string
          - 'null'
        fieldName:
          type:
          - string
          - 'null'
      additionalProperties: false
    SerticaWebApi.Models.SystemOptions.LabelOptionsDocumentLink:
      type: object
      properties:
        name:
          type:
          - string
          - 'null'
        type:
          $ref: '#/components/schemas/Logihold.BusinessObjects.LogiholdObjModel.SystemData_LabelType'
        documentNo:
          type:
          - string
          - 'null'
        documentDescription:
          type:
          - string
          - 'null'
        documentTypeName:
          type:
          - string
          - 'null'
        documentTypeNo:
          type:
          - string
          - 'null'
        documentGroupName:
          type:
          - string
          - 'null'
        documentGroupNo:
          type:
          - string
          - 'null'
        guidForReferencedObject:
          type:
          - string
          - 'null'
          format: uuid
        guid:
          type:
          - string
          - 'null'
          format: uuid
        liveObjectGuid:
          type:
          - string
          - 'null'
          format: uuid
        unitGuid:
          type:
          - string
          - 'null'
          format: uuid
        deleted:
          type: boolean
        latestHistoryGuid:
          type:
          - string
          - 'null'
          format: uuid
        links:
          type:
          - array
          - 'null'
          items:
            $ref: '#/components/schemas/SerticaWebApi.Models.Link'
          readOnly: true
      additionalProperties: false
    SerticaWebApi.Models.SystemOptions.DynamicReportOptionsDocumentLink:
      type: object
      properties:
        name:
          type:
          - string
          - 'null'
        type:
          $ref: '#/components/schemas/Logihold.BusinessObjects.LogiholdObjModel.SystemData_GenericReportType'
        documentNo:
          type:
          - string
          - 'null'
        documentDescription:
          type:
          - string
          - 'null'
        documentTypeName:
          type:
          - string
          - 'null'
        documentTypeNo:
          type:
          - string
          - 'null'
        documentGroupName:
          type:
          - string
          - 'null'
        documentGroupNo:
          type:
          - string
          - 'null'
        communicationLanguageNo:
          type:
          - string
          - 'null'
        communicationLanguageName:
          type:
          - string
          - 'null'
        guidForReferencedObject:
          type:
          - string
          - 'null'
          format: uuid
        guid:
          type:
          - string
          - 'null'
          format: uuid
        liveObjectGuid:
          type:
          - string
          - 'null'
          format: uuid
        unitGuid:
          type:
          - string
          - 'null'
          format: uuid
        deleted:
          type: boolean
        latestHistoryGuid:
          type:
          - string
          - 'null'
          format: uuid
        links:
          type:
          - array
          - 'null'
          items:
            $ref: '#/components/schemas/SerticaWebApi.Models.Link'
          readOnly: true
      additionalProperties: false
    Logihold.BusinessObjects.LogiholdObjModel.SystemData_ComponentSortOrder:
      enum:
      - Alphabetical
      - BySortOrder
      type: string
    Logihold.BusinessObjects.LogiholdObjModel.SystemData_ImageArea:
      enum:
      - SerticaForm
      - Forum
      - Workshop
      - SparePart
      - Job
      - JobHistory
      - DockJob
      - Component
      - Inspection
      - JobRequest
      - LogbookEvent
      - FormTemplateHelpImage
      - ElectronicLogbooks
      type: string
    Logihold.BusinessObjects.LogiholdObjModel.SystemData_RequisitionForwardType:
      enum:
      - ForwardAllToTechnicalApproval
      - ForwardAllToAwaitingOrder
      - ForwardSelectedAccountsToTechnicalApproval
      - ForwardSelectedAccountsToAwaitingOrder
      - ForwardAllToRFQ
      - ForwardSelectedAccountsToRFQ
      type: string
    SerticaWebApi.Models.Link:
      type: object
      properties:
        key:
          type:
          - string
          - 'null'
        url:
          type:
          - string
          - 'null'
      additionalProperties: false
    Logihold.BusinessObjects.LogiholdObjModel.SystemData_ImageDimension:
      enum:
      - DimensionOriginal
      - Dimension1536x1152
      - Dimension1280x960
      - Dimension1024x768
      - Dimension800x600
      type: string
    Logihold.BusinessObjects.LogiholdObjModel.SystemData_GenericReportType:
      enum:
      - Requisition
      - PurchaseOrder
      - RequestForQuote
      - Job
      - JobList
      - PurchaseOrderServiceOrder
      - Reminder
      - DockList
      - Shipment
      type: string
    Logihold.BusinessObjects.LogiholdObjModel.SystemData_StockValue:
      enum:
      - FIFO
      - PresentValue
      type: string
    Logihold.BusinessObjects.LogiholdObjModel.SystemData_ShipdexMemberArea:
      enum:
      - sk01
      - sk02
      - sk03
      type: string
    SerticaWebApi.Models.SystemOptions.OptionsGlobal:
      type: object
      properties:
        descriptionMandatory:
          type:
          - boolean
          - 'null'
        departmentMandatory:
          type:
          - boolean
          - 'null'
        measureUnitMandatory:
          type:
          - boolean
          - 'null'
        requestedDeliveryDateMandatory:
          type:
          - boolean
          - 'null'
        estimatedCostsMandatoryServiceOrders:
          type:
          - boolean
          - 'null'
        estimatedCostsMandatoryOtherOrders:
          type:
          - boolean
          - 'null'
        addComponentInfoToProcurementRequisition:
          type:
          - boolean
          - 'null'
        automaticallyAddCurrentUserIfMandatory:
          type:
          - boolean
          - 'null'
        updateUserNo:
          type:
          - string
          - 'null'
        updateUserName:
          type:
          - string
          - 'null'
        updateDate:
          type:
          - string
          - 'null'
          format: date-time
        createUserNo:
          type:
          - string
          - 'null'
        createUserName:
          type:
          - string
          - 'null'
        createDate:
          type:
          - string
          - 'null'
          format: date-time
        guid:
          type:
          - string
          - 'null'
          format: uuid
        liveObjectGuid:
          type:
          - string
          - 'null'
          format: uuid
        unitGuid:
          type:
          - string
          - 'null'
          format: uuid
        deleted:
          type: boolean
        latestHistoryGuid:
          type:
          - string
          - 'null'
          format: uuid
        links:
          type:
          - array
          - 'null'
          items:
            $ref: '#/components/schemas/SerticaWebApi.Models.Link'
          readOnly: true
      additionalProperties: false
    Logihold.BusinessObjects.LogiholdObjModel.SystemData_ShipdexSpecification:
      enum:
      - pc01
      - pc02
      - pc03
      - pc04
      - pc05
      - pc06
      - pc07
      - pc08
      - pc09
      - pc10
      type: string
    SerticaWebApi.Models.SystemOptions.OptionsImageSetting:
      type: object
      properties:
        imageArea:
          $ref: '#/components/schemas/Logihold.BusinessObjects.LogiholdObjModel.SystemData_ImageArea'
        imageDimension:
          $ref: '#/components/schemas/Logihold.BusinessObjects.LogiholdObjModel.SystemData_ImageDimension'
        imageQuality:
          type:
          - integer
          - 'null'
          format: int32
        optionsGuid:
          type:
          - string
          - 'null'
          format: uuid
        guid:
          type:
          - string
          - 'null'
          format: uuid
        liveObjectGuid:
          type:
          - string
          - 'null'
          format: uuid
        unitGuid:
          type:
          - string
          - 'null'
          format: uuid
        deleted:
          type: boolean
        latestHistoryGuid:
          type:
          - string
          - 'null'
          format: uuid
        links:
          type:
          - array
          - 'null'
          items:
            $ref: '#/components/schemas/SerticaWebApi.Models.Link'
          readOnly: true
      additionalProperties: false
    Logihold.BusinessObjects.LogiholdObjModel.SystemData_LabelType:
      enum:
      - Item
      - ItemLocation
      - Component
      - Measurement
      - Counter
      - JobRequestTemplate
      - Barricade
      type: string
    Logihold.BusinessObjects.LogiholdObjModel.SystemData_FrequencyType:
      enum:
      - Minutes
      - Hours
      - Days
      - Months
      - Seconds
      type: string
    Logihold.BusinessObjects.LogiholdObjModel.SystemData_OrderBy:
      enum:
      - None
      - JobNo
      - NextDate
      - LastDoneDateNextDate
      type: string
    SerticaWebApi.Models.SystemOptions.Options:
      type: object
      properties:
        componentTypeMandatory:
          type:
          - boolean
          - 'null'
        componentLocationMandatory:
          type:
          - boolean
          - 'null'
        componentAccountMandatory:
          type:
          - boolean
          - 'null'
        componentManufacturerMandatory:
          type:
          - boolean
          - 'null'
        componentTypeNoMandatory:
          type:
          - boolean
          - 'null'
        jobNameMandatory:
          type:
          - boolean
          - 'null'
        jobTriggerMandatory:
          type:
          - boolean
          - 'null'
        responsibleMandatoryOnJob:
          type:
          - boolean
          - 'null'
        jobGroupMandatory:
          type:
          - boolean
          - 'null'
        resourcesMandatory:
          type:
          - boolean
          - 'null'
        hideUsersAndUserGroupsAsResources:
          type:
          - boolean
          - 'null'
        postponeReasonMandatory:
          type:
          - boolean
          - 'null'
        jobPostponementWorkflow:
          type:
          - boolean
          - 'null'
        messageExpectedFaultMandatory:
          type:
          - boolean
          - 'null'
        warnOnMissingResource:
          type:
          - boolean
          - 'null'
        autoGenerateJobNo:
          type: boolean
        allowOnlyUseOfUserGroupAsResponsibleOnJob:
          type: boolean
        copyComponentAccountToJob:
          type: boolean
        jobCriticalRunOnceJobGroupGuid:
          type:
          - string
          - 'null'
          format: uuid
        jobBreakdownJobGroupName:
          type:
          - string
          - 'null'
        jobBreakdownJobGroupNo:
          type:
          - string
          - 'null'
        webExternalCalendarIntegration:
          type: boolean
        jobHistoryRemarkMandatory:
          type:
          - boolean
          - 'null'
        resourceMandatoryJobHistory:
          type:
          - boolean
          - 'null'
        jobHistoryDefaultDoneDate:
          type:
          - boolean
          - 'null'
        transferResourceEstimateFromJobToJobHistory:
          type:
          - boolean
          - 'null'
        transferSparePartsFromJobToJobHistory:
          type:
          - boolean
          - 'null'
        registerHoursOverDays:
          type:
          - boolean
          - 'null'
        jobCopyTextToRemarkOnHistory:
          type:
          - boolean
          - 'null'
        lockCounterReadingFieldOnJobHistory:
          type:
          - boolean
          - 'null'
        automaticallyAddCurrentUserIfMandatory:
          type:
          - boolean
          - 'null'
        labelOptionsDocumentLinks:
          type:
          - array
          - 'null'
          items:
            $ref: '#/components/schemas/SerticaWebApi.Models.SystemOptions.LabelOptionsDocumentLink'
        shipdexManufacturerNo:
          type:
          - string
          - 'null'
        shipdexManufacturerName:
          type:
          - string
          - 'null'
        shipdexComponentItemNo:
          type:
          - string
          - 'null'
        shipdexComponentItemName:
          type:
          - string
          - 'null'
        shipdexSuppliesNo:
          type:
          - string
          - 'null'
        shipdexSuppliesName:
          type:
          - string
          - 'null'
        shipdexSupportEquipmentNo:
          type:
          - string
          - 'null'
        shipdexSupportEquipmentName:
          type:
          - string
          - 'null'
        shipdexResources:
          type:
          - array
          - 'null'
          items:
            $ref: '#/components/schemas/SerticaWebApi.Models.SystemOptions.OptionsShipdexResource'
        autoGenerateSparePartNo:
          type:
          - boolean
          - 'null'
        sparePartPrefix:
          type:
          - string
          - 'null'
        sparePartSerialNoLength:
          type:
          - integer
          - 'null'
          format: int32
        defaultItemWarehouseNo:
          type:
          - string
          - 'null'
        defaultItemWarehouseName:
          type:
          - string
          - 'null'
        itemWarehouseMandatory:
          type:
          - boolean
          - 'null'
        itemLocationMandatory:
          type:
          - boolean
          - 'null'
        itemMinStockonWarehouseMandatory:
          type:
          - boolean
          - 'null'
        stockValue:
          $ref: '#/components/schemas/Logihold.BusinessObjects.LogiholdObjModel.SystemData_StockValue'
        useJobHistoryDoneDateForWarehouseHistory:
          type:
          - boolean
          - 'null'
        doNotShowItemsWithoutLocationInItemLocationTree:
          type:
          - boolean
          - 'null'
        sparePartImageDimension:
          $ref: '#/components/schemas/Logihold.BusinessObjects.LogiholdObjModel.SystemData_ImageDimension'
        sparePartImageQuality:
          type:
          - integer
          - 'null'
          format: int32
        serticaAppShowDocuments:
          type:
          - boolean
          - 'null'
        serticaAppShowJobTemplates:
          type:
          - boolean
          - 'null'
        serticaAppShowReportedBy:
          type:
          - boolean
          - 'null'
        serticaAppShowRemarks:
          type:
          - boolean
          - 'null'
        sparePartTextOnStockAdjustments:
          type:
          - boolean
          - 'null'
        statusChangeSubjectNo:
          type:
          - string
          - 'null'
        statusChangeSubjectName:
          type:
          - string
          - 'null'
        statusChangeBodyNo:
          type:
          - string
          - 'null'
        statusChangeBodyName:
          type:
          - string
          - 'null'
        formApproveSubjectNo:
          type:
          - string
          - 'null'
        formApproveSubjectName:
          type:
          - string
          - 'null'
        formApproveBodyNo:
          type:
          - string
          - 'null'
        formApproveBodyName:
          type:
          - string
          - 'null'
        formResponseSubjectNo:
          type:
          - string
          - 'null'
        formResponseSubjectName:
          type:
          - string
          - 'null'
        formResponseBodyNo:
          type:
          - string
          - 'null'
        formResponseBodyName:
          type:
          - string
          - 'null'
        formsImageDimension:
          $ref: '#/components/schemas/Logihold.BusinessObjects.LogiholdObjModel.SystemData_ImageDimension'
        formsImageQuality:
          type:
          - integer
          - 'null'
          format: int32
        defaultImageDimension:
          $ref: '#/components/schemas/Logihold.BusinessObjects.LogiholdObjModel.SystemData_ImageDimension'
        defaultImageQuality:
          type:
          - integer
          - 'null'
          format: int32
        imageSettings:
          type:
          - array
          - 'null'
          items:
            $ref: '#/components/schemas/SerticaWebApi.Models.SystemOptions.OptionsImageSetting'
        year:
          type:
          - string
          - 'null'
        fleetSerialNo:
          type:
          - string
          - 'null'
        unitSerialNo:
          type:
          - string
          - 'null'
        eposUnitNo:
          type:
          - string
          - 'null'
        purchaseOrderAccountMandatory:
          type: boolean
        purchaseOrderDepartmentMandatory:
          type: boolean
        purchaseOrderComponentMandatory:
          type: boolean
        purchaseOrderProjectMandatory:
          type: boolean
        standardDeliveryPlaceNo:
          type:
          - string
          - 'null'
        standardDeliveryPlaceName:
          type:
          - string
          - 'null'
        standardCurrencyNo:
          type:
          - string
          - 'null'
        standardCurrencyName:
          type:
          - string
          - 'null'
        companyNo:
          type:
          - string
          - 'null'
        companyName:
          type:
          - string
          - 'null'
        requisitionForwardType:
          $ref: '#/components/schemas/Logihold.BusinessObjects.LogiholdObjModel.SystemData_RequisitionForwardType'
        disableLocalRequisition:
          type: boolean
        descriptionMandatory:
          type: boolean
        departmentMandatory:
          type: boolean
        measureUnitMandatory:
          type: boolean
        requestedDeliveryDateMandatory:
          type: boolean
        estimatedCostsMandatoryServiceOrders:
          type: boolean
        estimatedCostsMandatoryOtherOrders:
          type: boolean
        rfqEmailSubjectNo:
          type:
          - string
          - 'null'
        rfqEmailSubjectName:
          type:
          - string
          - 'null'
        rfqEmailBodyNo:
          type:
          - string
          - 'null'
        rfqEmailBodyName:
          type:
          - string
          - 'null'
        purchaseOrderEmailSubjectNo:
          type:
          - string
          - 'null'
        purchaseOrderEmailSubjectName:
          type:
          - string
          - 'null'
        purchaseOrderEmailBodyNo:
          type:
          - string
          - 'null'
        purchaseOrderEmailBodyName:
          type:
          - string
          - 'null'
        addComponentInfoToProcurementRequisition:
          type: boolean
        purchaseOrderApprovalInvalidationRemarksToSupplier:
          type: boolean
        purchaseOrderApprovalInvalidationSupplier:
          type: boolean
        purchaseOrderApprovalInvalidationCurrency:
          type: boolean
        purchaseOrderApprovalInvalidationPositionOrderedQuantity:
          type: boolean
        purchaseOrderApprovalInvalidationPositionPrice:
          type: boolean
        purchaseOrderApprovalInvalidationPositionName:
          type: boolean
        purchaseOrderApprovalInvalidationPositionNumberOfPositions:
          type: boolean
        serticaPunchOutID:
          type:
          - string
          - 'null'
        punchOutURL:
          type:
          - string
          - 'null'
        punchoutAPITokenKey:
          type:
          - string
          - 'null'
        punchOutAPITokenHasValue:
          type:
          - boolean
          - 'null'
        punchOutRetryConfirmationRequestsForDays:
          type: integer
          format: int32
        dynamicReportOptionsDocumentLinks:
          type:
          - array
          - 'null'
          items:
            $ref: '#/components/schemas/SerticaWebApi.Models.SystemOptions.DynamicReportOptionsDocumentLink'
        logbookEventComponentNoMandatory:
          type: boolean
        logbookEventSubjectMandatory:
          type: boolean
        logbookEventDescriptionMandatory:
          type: boolean
        sqlCommandTimeout:
          type: integer
          format: int32
        orderJobsBy:
          $ref: '#/components/schemas/Logihold.BusinessObjects.LogiholdObjModel.SystemData_OrderBy'
        componentSortOrder:
          $ref: '#/components/schemas/Logihold.BusinessObjects.LogiholdObjModel.SystemData_ComponentSortOrder'
        industryApprovalAppAvailabilityJobPostponement:
          type: boolean
        industryApprovalAppAvailabilityForm:
          type: boolean
        defaultUserLanguageNo:
          type:
          - string
          - 'null'
        defaultUserLanguageName:
          type:
          - string
          - 'null'
        certificateWindowDueOverdueCalc:
          type:
          - boolean
          - 'null'
        inheritableNotificationSettings:
          type:
          - boolean
          - 'null'
        arrangeCertificateGroupsBySortOrder:
          type:
          - boolean
          - 'null'
        hideCertificateGroupNoInCertificateBrowser:
          type:
          - boolean
          - 'null'
        copyCertificateVerificationDateOnRenew:
          type:
          - boolean
          - 'null'
        azureADUseAzureADlogin:
          type: boolean
        azureADClientId:
          type:
          - string
          - 'null'
          format: uuid
        azureADTenantId:
          type:
          - string
          - 'null'
          format: uuid
        azureADAttemptAutomaticlogIn:
          type: boolean
        azureADLogUserOutOnExit:
          type: boolean
        webOutlookCalendarIntegration:
          type: boolean
        autoGenerateDocumentNo:
          type: boolean
        checkInShowVersionPopup:
          type: boolean
        jobHistoryDataEntryWebTokenExpiration:
          type:
          - integer
          - 'null'
          format: int32
        jobHistoryDataEntryWebTokenExpirationFrequency:
          $ref: '#/components/schemas/Logihold.BusinessObjects.LogiholdObjModel.SystemData_FrequencyType'
        fullScreenDashboardRefreshRate:
          type:
          - integer
          - 'null'
          format: int32
        updateUserNo:
          type:
          - string
          - 'null'
        updateUserName:
          type:
          - string
          - 'null'
        updateDate:
          type:
          - string
          - 'null'
          format: date-time
        createUserNo:
          type:
          - string
          - 'null'
        createUserName:
          type:
          - string
          - 'null'
        createDate:
          type:
          - string
          - 'null'
          format: date-time
        guid:
          type:
          - string
          - 'null'
          format: uuid
        liveObjectGuid:
          type:
          - string
          - 'null'
          format: uuid
        unitGuid:
          type:
          - string
          - 'null'
          format: uuid
        deleted:
          type: boolean
        latestHistoryGuid:
          type:
          - string
          - 'null'
          format: uuid
        links:
          type:
          - array
          - 'null'
          items:
            $ref: '#/components/schemas/SerticaWebApi.Models.Link'
          readOnly: true
      additionalProperties: false
    SerticaWebApi.Models.ValidationResult:
      type: object
      properties:
        isValid:
          type: boolean
          readOnly: true
        errors:
          type:
          - array
          - 'null'
          items:
            $ref: '#/components/schemas/SerticaWebApi.Models.ErrorReason'
          readOnly: true
        brokenRules:
          type:
          - array
          - 'null'
          items:
            $ref: '#/components/schemas/SerticaWebApi.Models.BrokenRule'
          readOnly: true
        subResults:
          type:
          - object
          - 'null'
          additionalProperties:
            $ref: '#/components/schemas/SerticaWebApi.Models.ValidationResult'
          readOnly: true
      additionalProperties: false
    SerticaWebApi.Models.BrokenRuleType:
      enum:
      - Default
      - ShouldBeFilled
      - Information
      - Warning
      - Error
      - Delete
      type: string
  securitySchemes:
    Bearer:
      type: http
      description: JWT Authorization header using the Bearer scheme
      scheme: bearer