SERTICA MDM Unit API

The MDMUnit API from SERTICA — 1 operation(s) for mdmunit.

Operations 2

GET /MDMUnit Gets the MDM Unit object #
PUT /MDMUnit Change Unit No and/or Name of MDM Unit #

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-mdmunit-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-mdmunit-api-openapi.yml Raw ↑
openapi: 3.2.0
info:
  title: SERTICA Web MDM Unit 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: MDMUnit
paths:
  /MDMUnit:
    get:
      tags:
      - MDMUnit
      summary: Gets the MDM Unit object
      operationId: GetMDMUnit
      responses:
        '200':
          description: OK
          content:
            text/plain:
              schema:
                $ref: '#/components/schemas/SerticaWebApi.Models.UnitManagement.Unit'
            application/json:
              schema:
                $ref: '#/components/schemas/SerticaWebApi.Models.UnitManagement.Unit'
            text/json:
              schema:
                $ref: '#/components/schemas/SerticaWebApi.Models.UnitManagement.Unit'
        '401':
          description: If user is unauthorized
        '500':
          description: The api has encountered an unhandled exception. See Sertica logs for details
      security:
      - Bearer: []
    put:
      tags:
      - MDMUnit
      summary: Change Unit No and/or Name of MDM Unit
      operationId: RenameMDMUnit
      requestBody:
        description: ''
        content:
          application/json-patch+json:
            schema:
              $ref: '#/components/schemas/SerticaWebApi.Models.UnitManagement.Unit'
          application/json:
            schema:
              $ref: '#/components/schemas/SerticaWebApi.Models.UnitManagement.Unit'
          text/json:
            schema:
              $ref: '#/components/schemas/SerticaWebApi.Models.UnitManagement.Unit'
          application/*+json:
            schema:
              $ref: '#/components/schemas/SerticaWebApi.Models.UnitManagement.Unit'
      responses:
        '200':
          description: OK
          content:
            text/plain:
              schema:
                $ref: '#/components/schemas/SerticaWebApi.Models.UnitManagement.Unit'
            application/json:
              schema:
                $ref: '#/components/schemas/SerticaWebApi.Models.UnitManagement.Unit'
            text/json:
              schema:
                $ref: '#/components/schemas/SerticaWebApi.Models.UnitManagement.Unit'
        '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'>Unit_Update</td><td style='border-bottom:none'>Update</td></tr></tbody></table><br/><br/>Customer must have one of these License values set<table><thead><tr><th>Key</th><th>Right</th></tr></thead><tbody><tr><td style='border-bottom:none;padding-right:5px'>MasterDataManagementWeb</td></tr></tbody></table>
        '500':
          description: The api has encountered an unhandled exception. See Sertica logs for details
      security:
      - Bearer: []
components:
  schemas:
    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.Link:
      type: object
      properties:
        key:
          type:
          - string
          - 'null'
        url:
          type:
          - string
          - 'null'
      additionalProperties: false
    Logihold.BusinessObjects.LogiholdObjModel.SystemData_UnitForSale:
      enum:
      - 'No'
      - 'Yes'
      type: string
    SerticaWebApi.Models.FunctionArea.FunctionAreaUnit:
      type: object
      properties:
        unitNo:
          type:
          - string
          - 'null'
        unitName:
          type:
          - string
          - 'null'
        functionAreaNo:
          type:
          - string
          - 'null'
        functionAreaName:
          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.ErrorReason:
      type: object
      properties:
        text:
          type:
          - string
          - 'null'
        fieldName:
          type:
          - string
          - 'null'
      additionalProperties: false
    SerticaWebApi.Models.UnitManagement.Unit:
      type: object
      properties:
        unitGuid:
          type:
          - string
          - 'null'
          format: uuid
        unitNo:
          type:
          - string
          - 'null'
        name:
          type:
          - string
          - 'null'
        versionNo:
          type:
          - string
          - 'null'
        convertedToMultipleJobGroups:
          type:
          - boolean
          - 'null'
        imoNo:
          type:
          - string
          - 'null'
        vesselTypeNo:
          type:
          - string
          - 'null'
        vesselTypeName:
          type:
          - string
          - 'null'
        technicalResponsibleNo:
          type:
          - string
          - 'null'
        technicalResponsibleName:
          type:
          - string
          - 'null'
        remark:
          type:
          - string
          - 'null'
        corporateEntity:
          type:
          - string
          - 'null'
        businessUnit:
          type:
          - string
          - 'null'
        licenseTypeGuid:
          type:
          - string
          - 'null'
          format: uuid
        licenseTypeName:
          type:
          - string
          - 'null'
        laidUp:
          type:
          - boolean
          - 'null'
        testUnit:
          type:
          - boolean
          - 'null'
        inactiveUnit:
          type:
          - boolean
          - 'null'
        unitExportTimestamp:
          type:
          - string
          - 'null'
          format: date-time
        sqlServerVersionNumber:
          type:
          - string
          - 'null'
        sqlServerVersionName:
          type:
          - string
          - 'null'
        sqlServerEdition:
          type:
          - string
          - 'null'
        isSqlExpress:
          type: boolean
        databaseSizeInKb:
          type:
          - integer
          - 'null'
          format: int64
        superintendentNo:
          type:
          - string
          - 'null'
        superintendentName:
          type:
          - string
          - 'null'
        superintendentPhone:
          type:
          - string
          - 'null'
        superintendentEmail:
          type:
          - string
          - 'null'
        marineSuperintendentNo:
          type:
          - string
          - 'null'
        marineSuperintendentName:
          type:
          - string
          - 'null'
        marineSuperintendentPhone:
          type:
          - string
          - 'null'
        marineSuperintendentEmail:
          type:
          - string
          - 'null'
        mailAddress:
          type:
          - string
          - 'null'
        satCNo:
          type:
          - string
          - 'null'
        satTelNo:
          type:
          - string
          - 'null'
        mobilePhoneNo:
          type:
          - string
          - 'null'
        satFaxNo:
          type:
          - string
          - 'null'
        flagNo:
          type:
          - string
          - 'null'
        flagName:
          type:
          - string
          - 'null'
        homeport:
          type:
          - string
          - 'null'
        grossTonnage:
          type:
          - number
          - 'null'
          format: double
        dateOfFirstRegistry:
          type:
          - string
          - 'null'
          format: date-time
        officialNo:
          type:
          - string
          - 'null'
        callSign:
          type:
          - string
          - 'null'
        mmsi:
          type:
          - string
          - 'null'
        firstFrameNumber:
          type: number
          format: double
        lastFrameNumber:
          type: number
          format: double
        darso:
          type:
          - string
          - 'null'
        modelDesignID:
          type:
          - string
          - 'null'
        modelDesignText:
          type:
          - string
          - 'null'
        forSale:
          $ref: '#/components/schemas/Logihold.BusinessObjects.LogiholdObjModel.SystemData_UnitForSale'
        warValue:
          type:
          - integer
          - 'null'
          format: int32
        hullAndMachineryValue:
          type:
          - integer
          - 'null'
          format: int32
        jointVenturePartner:
          type:
          - string
          - 'null'
        mortgage:
          type:
          - string
          - 'null'
        coInsured:
          type:
          - string
          - 'null'
        coInsuredAddress:
          type:
          - string
          - 'null'
        classSocietyNo:
          type:
          - string
          - 'null'
        classSocietyName:
          type:
          - string
          - 'null'
        classNotation:
          type:
          - string
          - 'null'
        harmonizedSurveyDate:
          type:
          - string
          - 'null'
          format: date-time
        classID:
          type:
          - string
          - 'null'
        safetyManagementSystemID:
          type:
          - string
          - 'null'
        safetyManagementSystemText:
          type:
          - string
          - 'null'
        owner:
          type:
          - string
          - 'null'
        manager:
          type:
          - string
          - 'null'
        performanceTarget:
          type:
          - number
          - 'null'
          format: double
        ownershipTypeID:
          type:
          - string
          - 'null'
        ownershipTypeText:
          type:
          - string
          - 'null'
        managementTypeID:
          type:
          - string
          - 'null'
        managementTypeText:
          type:
          - string
          - 'null'
        yard:
          type:
          - string
          - 'null'
        yardNo:
          type:
          - string
          - 'null'
        keelLaid:
          type:
          - string
          - 'null'
          format: date-time
        builtDate:
          type:
          - string
          - 'null'
          format: date-time
        ageInYears:
          type:
          - string
          - 'null'
        countryCodeNo:
          type:
          - string
          - 'null'
        countryCodeName:
          type:
          - string
          - 'null'
        users:
          type:
          - array
          - 'null'
          items:
            $ref: '#/components/schemas/SerticaWebApi.Models.UserManagement.UserUnit'
        companies:
          type:
          - array
          - 'null'
          items:
            $ref: '#/components/schemas/SerticaWebApi.Models.UnitManagement.UnitCompany'
        documentClasses:
          type:
          - array
          - 'null'
          items:
            $ref: '#/components/schemas/SerticaWebApi.Models.UnitManagement.UnitDocumentClass'
        functionAreas:
          type:
          - array
          - 'null'
          items:
            $ref: '#/components/schemas/SerticaWebApi.Models.FunctionArea.FunctionAreaUnit'
        hasAccess:
          type: boolean
        incineratorPresent:
          type:
          - boolean
          - 'null'
        incineratorRate:
          type:
          - number
          - 'null'
          format: double
        incineratorInstallationYear:
          type:
          - integer
          - 'null'
          format: int32
        owsPresent:
          type:
          - boolean
          - 'null'
        owsRate:
          type:
          - number
          - 'null'
          format: double
        bwmpPresent:
          type:
          - boolean
          - 'null'
        bwCapacity:
          type:
          - number
          - 'null'
          format: double
        ballastWaterManagementCertificate:
          type:
          - string
          - 'null'
        bpAhead:
          type:
          - integer
          - 'null'
          format: int32
        bpAstern:
          type:
          - integer
          - 'null'
          format: int32
        ballastWaterCapacity:
          type:
          - number
          - 'null'
          format: double
        freshWaterCapacity:
          type:
          - number
          - 'null'
          format: double
        fuelMGOCapacity:
          type:
          - number
          - 'null'
          format: double
        lubeOilCapacity:
          type:
          - number
          - 'null'
          format: double
        lengthWaterline:
          type:
          - number
          - 'null'
          format: double
        depthMoulded:
          type:
          - number
          - 'null'
          format: double
        economicalSpeed:
          type:
          - number
          - 'null'
          format: double
        aftDeckArea:
          type:
          - number
          - 'null'
          format: double
        beam:
          type:
          - number
          - 'null'
          format: double
        displacement:
          type:
          - number
          - 'null'
          format: double
        totalKW:
          type:
          - integer
          - 'null'
          format: int32
        ownerCompanyNo:
          type:
          - string
          - 'null'
        ownerCompanyName:
          type:
          - string
          - 'null'
        ownerCompanyInternalEntity:
          type:
          - boolean
          - 'null'
        ownerCompanyCountryCodeNo:
          type:
          - string
          - 'null'
        managerCompanyNo:
          type:
          - string
          - 'null'
        managerCompanyName:
          type:
          - string
          - 'null'
        managerCompanyInternalEntity:
          type:
          - boolean
          - 'null'
        managerCompanyCountryCodeNo:
          type:
          - string
          - 'null'
        byManagementAgreement:
          type:
          - boolean
          - 'null'
        managementOfficeNo:
          type:
          - string
          - 'null'
        managementOfficeName:
          type:
          - string
          - 'null'
        operatorCompanyNo:
          type:
          - string
          - 'null'
        operatorCompanyName:
          type:
          - string
          - 'null'
        operatorCompanyInternalEntity:
          type:
          - boolean
          - 'null'
        operatorCompanyCountryCodeNo:
          type:
          - string
          - 'null'
        operationID:
          type:
          - string
          - 'null'
        operationText:
          type:
          - string
          - 'null'
        statusAnalysisDataID:
          type:
          - string
          - 'null'
        statusAnalysisDataText:
          type:
          - string
          - 'null'
        regionNo:
          type:
          - string
          - 'null'
        regionName:
          type:
          - string
          - 'null'
        subRegionNo:
          type:
          - string
          - 'null'
        subRegionName:
          type:
          - string
          - 'null'
        bareboatCharterer:
          type:
          - string
          - 'null'
        charteringArrangement:
          type:
          - string
          - '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
        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.UserManagement.UserUnit:
      type: object
      properties:
        userNo:
          type:
          - string
          - 'null'
        userName:
          type:
          - string
          - 'null'
        inactiveUser:
          type: boolean
        unitNo:
          type:
          - string
          - 'null'
        unitName:
          type:
          - string
          - 'null'
        inactiveUnit:
          type: boolean
        userTitle:
          type:
          - string
          - 'null'
        selectAtLogin:
          type: boolean
        markAsReadRight:
          type: boolean
        acknowledgeRight:
          type: boolean
        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.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
    SerticaWebApi.Models.UnitManagement.UnitCompany:
      type: object
      properties:
        unitNo:
          type:
          - string
          - 'null'
        unitName:
          type:
          - string
          - 'null'
        companyNo:
          type:
          - string
          - 'null'
        companyName:
          type:
          - string
          - 'null'
        standardText1No:
          type:
          - string
          - 'null'
        standardText1Text:
          type:
          - string
          - 'null'
        standardText2No:
          type:
          - string
          - 'null'
        standardText2Text:
          type:
          - string
          - 'null'
        standardText3No:
          type:
          - string
          - 'null'
        standardText3Text:
          type:
          - string
          - 'null'
        default:
          type:
          - boolean
          - 'null'
        externalReference1:
          type:
          - string
          - 'null'
        externalReference2:
          type:
          - string
          - 'null'
        externalReference3:
          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.UnitManagement.UnitDocumentClass:
      type: object
      properties:
        unitNo:
          type:
          - string
          - 'null'
        unitName:
          type:
          - string
          - 'null'
        documentClassNo:
          type:
          - string
          - 'null'
        documentClassName:
          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
  securitySchemes:
    Bearer:
      type: http
      description: JWT Authorization header using the Bearer scheme
      scheme: bearer