SERTICA Im Invoices API

The ImInvoices API from SERTICA — 53 operation(s) for iminvoices.

Operations 55

GET /ImInvoices Gets a list of ImInvoices #
POST /ImInvoices Creates a new invoice record #
GET /ImInvoices/{invoiceNo} Gets a specific ImInvoice #
GET /ImInvoices/{invoiceNo}/calculatedFields Gets a specific ImInvoice #
GET /ImInvoices/{invoiceNo}/history Gets history for a specific ImInvoice #
POST /ImInvoices/search Search for ImInvoices Takes a SearchDefinition input, which can include filters… #
POST /ImInvoices/searchIndex/{invoiceGuid} Get index of a record in a search for ImInvoice Takes a SearchDefinition input… #
POST /ImInvoices/searchCount Returns number of hits in a search for ImInvoices Takes a SearchDefinition… #
GET /ImInvoices/searchInfo Returns structured information about what and how you can search for #
POST /ImInvoices/build Builds a record and returns it without persisting it #
PUT /ImInvoices/{imInvoiceNo} Updates an existing Invoice #
GET /ImInvoices/{invoiceNo}/positions Gets a list of ImInvoice positions #
GET /ImInvoices/{invoiceNo}/positions/calculatedFields Get invoice positions calculated fields #
GET /ImInvoices/{invoiceNo}/positions/{positionNo} Get invoice position #
GET /ImInvoices/{invoiceNo}/positions/{positionNo}/calculatedFields Get invoice position calculated fields #
GET /ImInvoices/{invoiceNo}/approval Gets a list of ImInvoice Approvers #
POST /ImInvoices/{invoiceNo}/approveFromApprovalWeb Approve Invoice #
POST /ImInvoices/{invoiceNo}/rejectFromApprovalWeb Reject Invoice #
POST /ImInvoices/{invoiceNo}/UpdateExternalPaymentInfo Updates external payment information on an Invoice #
GET /ImInvoices/{invoiceNo}/documents/primary Returns a specific job document #
GET /ImInvoices/{invoiceNo}/purchaseOrders Returns a list of Purchase Orders used on the Invoice #
GET /ImInvoices/{invoiceNo}/responses Gets a list of ImInvoice Responses #
POST /ImInvoices/{invoiceNo}/responses Add response #
GET /ImInvoices/{invoiceNo}/responses/count Returns number of ImInvoiceResponses for invoiceNo #
GET /ImInvoices/{invoiceNo}/additionalCosts Gets a list of ImInvoice additional costs #
GET /ImInvoices/{invoiceNo}/documents Gets a list of ImInvoice documents #
GET /ImInvoices/{invoiceNo}/purchaseordertotals Get im invoice purchase order totals #
GET /ImInvoices/{invoiceNo}/relatedinvoices Gets a list of related Invoices #
GET /ImInvoices/{invoiceNo}/canBeReversed Check if current user can reverse invoice #
POST /ImInvoices/{invoiceNo}/createReversal Create reversed ImInvoice #
GET /ImInvoices/{invoiceNo}/canBeAutomatched Check if current invoice can be automatched #
POST /ImInvoices/{invoiceNo}/automatchInvoice Automatch current invoice #
GET /ImInvoices/{invoiceNo}/canBePutOnHold Check if current invoice can be put on hold by the current user #
POST /ImInvoices/{invoiceNo}/putOnHold Put the current invoice on hold #
GET /ImInvoices/{invoiceNo}/canBeResumed Checks if the invoice can be taken out of hold/resumed by the current user #
POST /ImInvoices/{invoiceNo}/resume Resumes the invoice #
GET /ImInvoices/{invoiceNo}/canReturnToDraft Check if Invoice can be returned to draft by current user #
POST /ImInvoices/{invoiceNo}/returnToDraft Returns invoice to draft #
GET /ImInvoices/{invoiceNo}/canBeRejected Check if Invoice can be rejected by currentuser #
POST /ImInvoices/{invoiceNo}/reject Rejects the current invoice #
POST /ImInvoices/{invoiceNo}/addDocument Add Document to a closed invoice #
GET /ImInvoices/{invoiceNo}/canBeMovedToAnotherUnit Check if Invoice can be moved to another unit #
POST /ImInvoices/{invoiceNo}/moveToAnotherUnit Move Invoice to another Unit #
GET /ImInvoices/{invoiceNo}/canResponsibleBeChanged Check if responsible of invoice can be changed #
POST /ImInvoices/{invoiceNo}/changeResponsible Change responsible User on Invoice #
GET /ImInvoices/{invoiceNo}/canBeForwardedForApproval Check if Invoice can be forwarded for approval #
POST /ImInvoices/PrepareForwardForApproval Check what issues may occur for invoice when forwarding for approval #
POST /ImInvoices/ExecuteForwardForApproval Execute forward for approval for one or more invoices #
GET /ImInvoices/{invoiceNo}/CanBeApproved Check if Invoice can be approved #
POST /ImInvoices/PrepareApprove Check what issues may occur for invoice when forwarding for approval #
POST /ImInvoices/ExecuteApprove Execute approve for one or more invoices #
GET /ImInvoices/{invoiceNo}/CanBePreApproved Check if Invoice can be pre approved #
POST /ImInvoices/PreparePreApprove Check what issues may occur for invoice when Pre Approving #
POST /ImInvoices/ExecutePreApprove Execute pre approve for one or more invoices #
POST /ImInvoices/{invoiceNo}/changeApprovalSetup Change approval setup #

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-iminvoices-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-iminvoices-api-openapi.yml Raw ↑
openapi: 3.2.0
info:
  title: SERTICA Web Im Invoices 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: ImInvoices
paths:
  /ImInvoices:
    get:
      tags:
      - ImInvoices
      summary: Gets a list of ImInvoices
      operationId: GetInvoices
      parameters:
      - name: page
        in: query
        description: ''
        schema:
          type: integer
          format: int32
          default: 1
      - name: pageSize
        in: query
        description: ''
        schema:
          type: integer
          format: int32
          default: 25
      responses:
        '200':
          description: OK
          content:
            text/plain:
              schema:
                type: array
                items:
                  $ref: '#/components/schemas/SerticaWebApi.Models.ImInvoice.ImInvoice'
            application/json:
              schema:
                type: array
                items:
                  $ref: '#/components/schemas/SerticaWebApi.Models.ImInvoice.ImInvoice'
            text/json:
              schema:
                type: array
                items:
                  $ref: '#/components/schemas/SerticaWebApi.Models.ImInvoice.ImInvoice'
        '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'>ImInvoice</td><td style='border-bottom:none'>View</td></tr></tbody></table>
        '500':
          description: The api has encountered an unhandled exception. See Sertica logs for details
      security:
      - Bearer: []
    post:
      tags:
      - ImInvoices
      summary: Creates a new invoice record
      operationId: CreateImInvoice
      requestBody:
        description: The ImInvoice Object, including reference lists
        content:
          application/json-patch+json:
            schema:
              $ref: '#/components/schemas/SerticaWebApi.Models.ImInvoice.ImInvoice'
          application/json:
            schema:
              $ref: '#/components/schemas/SerticaWebApi.Models.ImInvoice.ImInvoice'
          text/json:
            schema:
              $ref: '#/components/schemas/SerticaWebApi.Models.ImInvoice.ImInvoice'
          application/*+json:
            schema:
              $ref: '#/components/schemas/SerticaWebApi.Models.ImInvoice.ImInvoice'
      responses:
        '201':
          description: Created
          content:
            text/plain:
              schema:
                $ref: '#/components/schemas/SerticaWebApi.Models.ImInvoice.ImInvoice'
            application/json:
              schema:
                $ref: '#/components/schemas/SerticaWebApi.Models.ImInvoice.ImInvoice'
            text/json:
              schema:
                $ref: '#/components/schemas/SerticaWebApi.Models.ImInvoice.ImInvoice'
        '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'>ImInvoice_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'>InextiaFullProcurement</td></tr></tbody></table>
        '500':
          description: The api has encountered an unhandled exception. See Sertica logs for details
      security:
      - Bearer: []
  /ImInvoices/{invoiceNo}:
    get:
      tags:
      - ImInvoices
      summary: Gets a specific ImInvoice
      operationId: GetImInvoice
      parameters:
      - name: invoiceNo
        in: path
        description: The InvoiceNo to get
        required: true
        schema:
          type: string
      responses:
        '200':
          description: Returns the requested ImInvoice
          content:
            text/plain:
              schema:
                $ref: '#/components/schemas/SerticaWebApi.Models.ImInvoice.ImInvoice'
            application/json:
              schema:
                $ref: '#/components/schemas/SerticaWebApi.Models.ImInvoice.ImInvoice'
            text/json:
              schema:
                $ref: '#/components/schemas/SerticaWebApi.Models.ImInvoice.ImInvoice'
        '400':
          description: Returns a validation result with information about the 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'
        '404':
          description: If an ImInvoice with the supplied Invoice No cannot be found
        '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'>ImInvoice</td><td style='border-bottom:none'>View</td></tr></tbody></table>
        '500':
          description: The api has encountered an unhandled exception. See Sertica logs for details
      security:
      - Bearer: []
  /ImInvoices/{invoiceNo}/calculatedFields:
    get:
      tags:
      - ImInvoices
      summary: Gets a specific ImInvoice
      operationId: GetImInvoiceCalculatedFields
      parameters:
      - name: invoiceNo
        in: path
        description: The InvoiceNo to get calculated fields for
        required: true
        schema:
          type: string
      responses:
        '200':
          description: Returns the requested ImInvoice
          content:
            text/plain:
              schema:
                $ref: '#/components/schemas/SerticaWebApi.Models.ImInvoice.ImInvoice'
            application/json:
              schema:
                $ref: '#/components/schemas/SerticaWebApi.Models.ImInvoice.ImInvoice'
            text/json:
              schema:
                $ref: '#/components/schemas/SerticaWebApi.Models.ImInvoice.ImInvoice'
        '400':
          description: Returns a validation result with information about the 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'
        '404':
          description: If an ImInvoice with the supplied Invoice No cannot be found
        '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'>ImInvoice</td><td style='border-bottom:none'>View</td></tr></tbody></table>
        '500':
          description: The api has encountered an unhandled exception. See Sertica logs for details
      security:
      - Bearer: []
  /ImInvoices/{invoiceNo}/history:
    get:
      tags:
      - ImInvoices
      summary: Gets history for a specific ImInvoice
      operationId: GetImInvoiceHistory
      parameters:
      - name: invoiceNo
        in: path
        description: The InvoiceNo to get
        required: true
        schema:
          type: string
      - name: page
        in: query
        description: ''
        schema:
          type: integer
          format: int32
          default: 1
      - name: pageSize
        in: query
        description: ''
        schema:
          type: integer
          format: int32
          default: 5
      responses:
        '200':
          description: Returns the requested ImInvoice
          content:
            text/plain:
              schema:
                type: array
                items:
                  $ref: '#/components/schemas/SerticaWebApi.Models.ImInvoice.ImInvoice'
            application/json:
              schema:
                type: array
                items:
                  $ref: '#/components/schemas/SerticaWebApi.Models.ImInvoice.ImInvoice'
            text/json:
              schema:
                type: array
                items:
                  $ref: '#/components/schemas/SerticaWebApi.Models.ImInvoice.ImInvoice'
        '400':
          description: Returns a validation result with information about the 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'
        '404':
          description: If an ImInvoice with the supplied Invoice No cannot be found
        '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'>ImInvoice_HistoryMode</td><td style='border-bottom:none'>HistoryMode</td></tr></tbody></table>
        '500':
          description: The api has encountered an unhandled exception. See Sertica logs for details
      security:
      - Bearer: []
  /ImInvoices/search:
    post:
      tags:
      - ImInvoices
      summary: Search for ImInvoices Takes a SearchDefinition input, which can include filters…
      operationId: SearchImInvoices
      parameters:
      - name: page
        in: query
        description: Page
        schema:
          type: integer
          format: int32
          default: 1
      - name: pageSize
        in: query
        description: Pagesize
        schema:
          type: integer
          format: int32
          default: 25
      requestBody:
        description: The search definition
        content:
          application/json-patch+json:
            schema:
              $ref: '#/components/schemas/Logihold.BusinessObjects.LogiholdObjModel.Search.SearchDefinition'
          application/json:
            schema:
              $ref: '#/components/schemas/Logihold.BusinessObjects.LogiholdObjModel.Search.SearchDefinition'
          text/json:
            schema:
              $ref: '#/components/schemas/Logihold.BusinessObjects.LogiholdObjModel.Search.SearchDefinition'
          application/*+json:
            schema:
              $ref: '#/components/schemas/Logihold.BusinessObjects.LogiholdObjModel.Search.SearchDefinition'
      responses:
        '200':
          description: OK
          content:
            text/plain:
              schema:
                type: array
                items:
                  $ref: '#/components/schemas/SerticaWebApi.Models.ImInvoice.ImInvoice'
            application/json:
              schema:
                type: array
                items:
                  $ref: '#/components/schemas/SerticaWebApi.Models.ImInvoice.ImInvoice'
            text/json:
              schema:
                type: array
                items:
                  $ref: '#/components/schemas/SerticaWebApi.Models.ImInvoice.ImInvoice'
        '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'>ImInvoice</td><td style='border-bottom:none'>View</td></tr></tbody></table>
        '500':
          description: The api has encountered an unhandled exception. See Sertica logs for details
      security:
      - Bearer: []
  /ImInvoices/searchIndex/{invoiceGuid}:
    post:
      tags:
      - ImInvoices
      summary: Get index of a record in a search for ImInvoice Takes a SearchDefinition input…
      operationId: SearchIndexImInvoices
      parameters:
      - name: invoiceGuid
        in: path
        description: The ImInvoice to find index for
        required: true
        schema:
          type: string
          format: uuid
      requestBody:
        description: The search definition
        content:
          application/json-patch+json:
            schema:
              $ref: '#/components/schemas/Logihold.BusinessObjects.LogiholdObjModel.Search.SearchDefinition'
          application/json:
            schema:
              $ref: '#/components/schemas/Logihold.BusinessObjects.LogiholdObjModel.Search.SearchDefinition'
          text/json:
            schema:
              $ref: '#/components/schemas/Logihold.BusinessObjects.LogiholdObjModel.Search.SearchDefinition'
          application/*+json:
            schema:
              $ref: '#/components/schemas/Logihold.BusinessObjects.LogiholdObjModel.Search.SearchDefinition'
      responses:
        '200':
          description: OK
          content:
            text/plain:
              schema:
                type: integer
                format: int32
            application/json:
              schema:
                type: integer
                format: int32
            text/json:
              schema:
                type: integer
                format: int32
        '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'>ImInvoice</td><td style='border-bottom:none'>View</td></tr></tbody></table>
        '500':
          description: The api has encountered an unhandled exception. See Sertica logs for details
      security:
      - Bearer: []
  /ImInvoices/searchCount:
    post:
      tags:
      - ImInvoices
      summary: Returns number of hits in a search for ImInvoices Takes a SearchDefinition…
      operationId: SearchCountImInvoices
      requestBody:
        description: The search definition
        content:
          application/json-patch+json:
            schema:
              $ref: '#/components/schemas/Logihold.BusinessObjects.LogiholdObjModel.Search.SearchDefinition'
          application/json:
            schema:
              $ref: '#/components/schemas/Logihold.BusinessObjects.LogiholdObjModel.Search.SearchDefinition'
          text/json:
            schema:
              $ref: '#/components/schemas/Logihold.BusinessObjects.LogiholdObjModel.Search.SearchDefinition'
          application/*+json:
            schema:
              $ref: '#/components/schemas/Logihold.BusinessObjects.LogiholdObjModel.Search.SearchDefinition'
      responses:
        '200':
          description: OK
          content:
            text/plain:
              schema:
                type: integer
                format: int32
            application/json:
              schema:
                type: integer
                format: int32
            text/json:
              schema:
                type: integer
                format: int32
        '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'>ImInvoice</td><td style='border-bottom:none'>View</td></tr></tbody></table>
        '500':
          description: The api has encountered an unhandled exception. See Sertica logs for details
      security:
      - Bearer: []
  /ImInvoices/searchInfo:
    get:
      tags:
      - ImInvoices
      summary: Returns structured information about what and how you can search for
      operationId: SearchInfoImInvoices
      responses:
        '200':
          description: Returns a list of valid search fields
          content:
            text/plain:
              schema:
                $ref: '#/components/schemas/Logihold.BusinessObjects.LogiholdObjModel.Search.SearchInfo'
            application/json:
              schema:
                $ref: '#/components/schemas/Logihold.BusinessObjects.LogiholdObjModel.Search.SearchInfo'
            text/json:
              schema:
                $ref: '#/components/schemas/Logihold.BusinessObjects.LogiholdObjModel.Search.SearchInfo'
        '500':
          description: The api has encountered an unhandled exception. See Sertica logs for details
  /ImInvoices/build:
    post:
      tags:
      - ImInvoices
      summary: Builds a record and returns it without persisting it
      operationId: BuildInvoice
      requestBody:
        description: The DTO containing user choices for building invoice
        content:
          application/json-patch+json:
            schema:
              $ref: '#/components/schemas/SerticaWebApi.Models.ImInvoice.ImInvoiceCreateSelection'
          application/json:
            schema:
              $ref: '#/components/schemas/SerticaWebApi.Models.ImInvoice.ImInvoiceCreateSelection'
          text/json:
            schema:
              $ref: '#/components/schemas/SerticaWebApi.Models.ImInvoice.ImInvoiceCreateSelection'
          application/*+json:
            schema:
              $ref: '#/components/schemas/SerticaWebApi.Models.ImInvoice.ImInvoiceCreateSelection'
      responses:
        '201':
          description: Created
          content:
            text/plain:
              schema:
                $ref: '#/components/schemas/SerticaWebApi.Models.ImInvoice.ImInvoice'
            application/json:
              schema:
                $ref: '#/components/schemas/SerticaWebApi.Models.ImInvoice.ImInvoice'
            text/json:
              schema:
                $ref: '#/components/schemas/SerticaWebApi.Models.ImInvoice.ImInvoice'
        '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'>ImInvoice_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'>InextiaFullProcurement</td></tr></tbody></table>
        '500':
          description: The api has encountered an unhandled exception. See Sertica logs for details
      security:
      - Bearer: []
  /ImInvoices/{imInvoiceNo}:
    put:
      tags:
      - ImInvoices
      summary: Updates an existing Invoice
      operationId: UpdateImInvoice
      parameters:
      - name: imInvoiceNo
        in: path
        description: The imInvoiceNo of the imInvoice to update
        required: true
        schema:
          type: string
      requestBody:
        description: The ImInvoice DTO object with the fields to update
        content:
          application/json-patch+json:
            schema:
              $ref: '#/components/schemas/SerticaWebApi.Models.ImInvoice.ImInvoice'
          application/json:
            schema:
              $ref: '#/components/schemas/SerticaWebApi.Models.ImInvoice.ImInvoice'
          text/json:
            schema:
              $ref: '#/components/schemas/SerticaWebApi.Models.ImInvoice.ImInvoice'
          application/*+json:
            schema:
              $ref: '#/components/schemas/SerticaWebApi.Models.ImInvoice.ImInvoice'
      responses:
        '200':
          description: Returns the updated ImInvoice object
          content:
            text/plain:
              schema:
                $ref: '#/components/schemas/SerticaWebApi.Models.ImInvoice.ImInvoice'
            application/json:
              schema:
                $ref: '#/components/schemas/SerticaWebApi.Models.ImInvoice.ImInvoice'
            text/json:
              schema:
                $ref: '#/components/schemas/SerticaWebApi.Models.ImInvoice.ImInvoice'
        '400':
          description: Returns a ValidationResult with information about the 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'>ImInvoice_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'>InextiaFullProcurement</td></tr></tbody></table>
        '500':
          description: The api has encountered an unhandled exception. See Sertica logs for details
      security:
      - Bearer: []
  /ImInvoices/{invoiceNo}/positions:
    get:
      tags:
      - ImInvoices
      summary: Gets a list of ImInvoice positions
      operationId: GetImInvoicePositions
      parameters:
      - name: invoiceNo
        in: path
        description: The Invoice No. to fetch values for
        required: true
        schema:
          type: string
      - name: page
        in: query
        description: ''
        schema:
          type: integer
          format: int32
          default: 1
      - name: pageSize
        in: query
        description: ''
        schema:
          type: integer
          format: int32
          default: 25
      responses:
        '200':
          description: OK
          content:
            text/plain:
              schema:
                type: array
                items:
                  $ref: '#/components/schemas/SerticaWebApi.Models.ImInvoice.ImInvoicePosition'
            application/json:
              schema:
                type: array
                items:
                  $ref: '#/components/schemas/SerticaWebApi.Models.ImInvoice.ImInvoicePosition'
            text/json:
              schema:
                type: array
                items:
                  $ref: '#/components/schemas/SerticaWebApi.Models.ImInvoice.ImInvoicePosition'
        '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'>ImInvoice</td><td style='border-bottom:none'>View</td></tr></tbody></table>
        '500':
          description: The api has encountered an unhandled exception. See Sertica logs for details
      security:
      - Bearer: []
  /ImInvoices/{invoiceNo}/positions/calculatedFields:
    get:
      tags:
      - ImInvoices
      operationId: GetInvoicePositionsCalculatedFields
      parameters:
      - name: invoiceNo
        in: path
        required: true
        schema:
          type: string
      - name: page
        in: query
        schema:
          type: integer
          format: int32
          default: 1
      - name: pageSize
        in: query
        schema:
          type: integer
          format: int32
          default: 25
      responses:
        '200':
          description: OK
          content:
            text/plain:
              schema:
                type: array
                items:
                  $ref: '#/components/schemas/SerticaWebApi.Models.ImInvoice.ImInvoicePosition'
            application/json:
              schema:
                type: array
                items:
                  $ref: '#/components/schemas/SerticaWebApi.Models.ImInvoice.ImInvoicePosition'
            text/json:
              schema:
                type: array
                items:
                  $ref: '#/components/schemas/SerticaWebApi.Models.ImInvoice.ImInvoicePosition'
        '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'>ImInvoice</td><td style='border-bottom:none'>View</td></tr></tbody></table>
        '500':
          description: The api has encountered an unhandled exception. See Sertica logs for details
      security:
      - Bearer: []
      summary: Get invoice positions calculated fields
      x-summary-source: derived
  /ImInvoices/{invoiceNo}/positions/{positionNo}:
    get:
      tags:
      - ImInvoices
      operationId: GetInvoicePosition
      parameters:
      - name: invoiceNo
        in: path
        required: true
        schema:
          type: string
      - name: positionNo
        in: path
        required: true
        schema:
          type: string
      responses:
        '200':
          description: OK
          content:
            text/plain:
              schema:
                type: array
                items:
                  $ref: '#/components/schemas/SerticaWebApi.Models.ImInvoice.ImInvoicePosition'
            application/json:
              schema:
                type: array
                items:
                  $ref: '#/components/schemas/SerticaWebApi.Models.ImInvoice.ImInvoicePosition'
            text/json:
              schema:
                type: array
                items:
                  $ref: '#/components/schemas/SerticaWebApi.Models.ImInvoice.ImInvoicePosition'
        '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'>ImInvoice</td><td style='border-bottom:none'>View</td></tr></tbody></table>
        '500':
          description: The api has encountered an unhandled exception. See Sertica logs for details
      security:
      - Bearer: []
      summary: Get invoice position
      x-summary-source: derived
  /ImInvoices/{invoiceNo}/positions/{positionNo}/calculatedFields:
    get:
      tags:
      - ImInvoices
      operationId: GetInvoicePositionCalculatedFields
      parameters:
      - name: invoiceNo
        in: path
        required: true
        schema:
          type: string
      - name: positionNo
        in: path
        required: true
        schema:
          type: string
      responses:
        '200':
          description: OK
          content:
            text/plain:
              schema:
                type: array
                items:
                  $ref: '#/components/schemas/SerticaWebApi.Models.ImInvoice.ImInvoicePosition'
            application/json:
              schema:
                type: array
                items:
                  $ref: '#/components/schemas/SerticaWebApi.Models.ImInvoice.ImInvoicePosition'
            text/json:
              schema:
                type: array
                items:
                  $ref: '#/components/schemas/SerticaWebApi.Models.ImInvoice.ImInvoicePosition'
        '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'>ImInvoice</td><td style='border-bottom:none'>View</td></tr></tbody></table>
        '500':
          description: The api has encountered an unhandled exception. See Sertica logs for details
      security:
      - Bearer: []
      summary: Get invoice position calculated fields
      x-summary-source: derived
  /ImInvoices/{invoiceNo}/approval:
    get:
      tags:
      - ImInvoices
      summary: Gets a list of ImInvoice Approvers
      operationId: GetImInvoiceApprovers
      parameters:
      - name: invoiceNo
        in: path
        description: The Invoice No. to fetch values for
        required: true
        schema:
          type: string
      - name: page
        in: query
        description: ''
        schema:
          type: integer
          format: int32
          default: 1
      - name: pageSize
        in: query
        description: ''
        schema:
          type: integer
          format: int32
          default: 25
      responses:
        '200':
          description: OK
          content:
            text/plain:
              schema:
                type: array
                items:
                  $ref: '#/components/schemas/SerticaWebApi.Models.ImInvoice.ImInvoiceApprover'
            application/json:
              schema:
                type: array
                items:
                  $ref: '#/components/schemas/SerticaWebApi.Models.ImInvoice.ImInvoiceApprover'
            text/json:
              schema:
                type: array
                items:
                  $ref: '#/components/schemas/SerticaWebApi.Models.ImInvoice.ImInvoiceApprover'
        '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'>ImInvoice</td><td style='border-bottom:none'>View</td></tr></tbody></table>
        '500':
          description: The api has encountered an unhandled exception. See Sertica logs for details
      security:
      - Bearer: []
  /ImInvoices/{invoiceNo}/approveFromApprovalWeb:
    post:
      tags:
      - ImInvoices
      summary: Approve Invoice
      operationId: ApproveInvoiceFromApprovalWeb
      parameters:
      - name: invoiceNo
        in: path
        description: The InvoiceNo to approve
        required: true
        schema:
          type: string
      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'>ImInvoice_Approve</td><td style='border-bottom:none'>Function</td></tr></tbody></table><br/><br/>Customer must have one of these License values set<table><thead><tr><th>Key</th><th>Right</t

# --- truncated at 32 KB (154 KB total) ---
# Full source: https://raw.githubusercontent.com/api-evangelist/sertica/refs/heads/main/openapi/sertica-iminvoices-api-openapi.yml