SERTICA Addresses API

The Addresses API from SERTICA — 25 operation(s) for addresses.

Operations 29

GET /Addresses Gets a list of Addresss #
POST /Addresses Creates a new address record #
GET /Addresses/{addressNo} Gets a specific Address #
PUT /Addresses/{addressNo} Updates an existing Address #
DELETE /Addresses/{addressNo} Deletes a address record #
GET /Addresses/{addressNo}/history Gets history for a specific Address #
POST /Addresses/search Search for Addresss Takes a SearchDefinition input, which can include filters… #
POST /Addresses/searchCount Returns number of hits in a search for Addresss Takes a SearchDefinition input… #
POST /Addresses/searchIndex/{addressGuid} Get index of a record in a search for address Takes a SearchDefinition input… #
GET /Addresses/searchInfo Returns structured information about what and how you can search for #
GET /Addresses/{addressNo}/Contacts Returns a list of Contacts used for the Address #
GET /Addresses/{addressNo}/AddressEvaluations Returns a list of Address Evaluations belonging to the Address #
GET /Addresses/addressEvaluations/{groupId} Returns a list of Address Evaluations belonging to the given groupId #
POST /Addresses/addressEvaluations Creates new address evaluation records #
PUT /Addresses/addressEvaluations Updates existing address evaluation records #
POST /Addresses/searchAddressEvaluations Search for AddresssEvaluations Takes a SearchDefinition input, which can… #
GET /Addresses/{addressNo}/copy Copies an existing Address to a new object #
GET /Addresses/{addressNo}/responses Gets a list of Address Responses #
GET /Addresses/{addressNo}/responses/count Returns number of AddressResponses for AddressNo #
POST /Addresses/{AddressNo}/addResponse Add response #
GET /Addresses/{addressNo}/units Fetches all Unit Filters attached to the Address #
GET /Addresses/{addressNo}/itemtypes Fetches all ItemTypes attached to the Address #
GET /Addresses/{addressNo}/addressaddresscategories Fetches all AddressAddressCategories attached to the Address #
GET /Addresses/{addressNo}/deliverycosts Fetches all DeliveryCosts attached to the Address #
GET /Addresses/{addressNo}/alternatepayers Fetches all AlternatePayer attached to the Address #
GET /Addresses/{addressNo}/punchouts Fetches all PunchOut References attached to the Address #
POST /Addresses/{addressNo}/contacts/{guid}/generateConnectPassword Generate new password for Connect #
POST /Addresses/{addressNo}/contacts/{guid}/unlockAccount Unlock AddressContact account in connect #

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-addresses-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-addresses-api-openapi.yml Raw ↑
openapi: 3.2.0
info:
  title: SERTICA Web Addresses 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: Addresses
paths:
  /Addresses:
    get:
      tags:
      - Addresses
      summary: Gets a list of Addresss
      operationId: GetAddresses
      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.AddressBook.Address'
            application/json:
              schema:
                type: array
                items:
                  $ref: '#/components/schemas/SerticaWebApi.Models.AddressBook.Address'
            text/json:
              schema:
                type: array
                items:
                  $ref: '#/components/schemas/SerticaWebApi.Models.AddressBook.Address'
        '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'>Address</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:
      - Addresses
      summary: Creates a new address record
      operationId: CreateAddress
      requestBody:
        description: The Address Object, including reference lists
        content:
          application/json-patch+json:
            schema:
              $ref: '#/components/schemas/SerticaWebApi.Models.AddressBook.Address'
          application/json:
            schema:
              $ref: '#/components/schemas/SerticaWebApi.Models.AddressBook.Address'
          text/json:
            schema:
              $ref: '#/components/schemas/SerticaWebApi.Models.AddressBook.Address'
          application/*+json:
            schema:
              $ref: '#/components/schemas/SerticaWebApi.Models.AddressBook.Address'
      responses:
        '201':
          description: Created
          content:
            text/plain:
              schema:
                $ref: '#/components/schemas/SerticaWebApi.Models.AddressBook.Address'
            application/json:
              schema:
                $ref: '#/components/schemas/SerticaWebApi.Models.AddressBook.Address'
            text/json:
              schema:
                $ref: '#/components/schemas/SerticaWebApi.Models.AddressBook.Address'
        '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'>Address_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: []
  /Addresses/{addressNo}:
    get:
      tags:
      - Addresses
      summary: Gets a specific Address
      operationId: GetAddress
      parameters:
      - name: addressNo
        in: path
        description: The AddressNo to get
        required: true
        schema:
          type: string
      responses:
        '200':
          description: Returns the requested address
          content:
            text/plain:
              schema:
                $ref: '#/components/schemas/SerticaWebApi.Models.AddressBook.Address'
            application/json:
              schema:
                $ref: '#/components/schemas/SerticaWebApi.Models.AddressBook.Address'
            text/json:
              schema:
                $ref: '#/components/schemas/SerticaWebApi.Models.AddressBook.Address'
        '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 address with the supplied Address 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'>Address</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: []
    put:
      tags:
      - Addresses
      summary: Updates an existing Address
      operationId: UpdateAddress
      parameters:
      - name: addressNo
        in: path
        description: The AddressNo of the address to update
        required: true
        schema:
          type: string
      requestBody:
        description: The Address DTO object with the fields to update
        content:
          application/json-patch+json:
            schema:
              $ref: '#/components/schemas/SerticaWebApi.Models.AddressBook.Address'
          application/json:
            schema:
              $ref: '#/components/schemas/SerticaWebApi.Models.AddressBook.Address'
          text/json:
            schema:
              $ref: '#/components/schemas/SerticaWebApi.Models.AddressBook.Address'
          application/*+json:
            schema:
              $ref: '#/components/schemas/SerticaWebApi.Models.AddressBook.Address'
      responses:
        '200':
          description: Returns the updated Address object
          content:
            text/plain:
              schema:
                $ref: '#/components/schemas/SerticaWebApi.Models.AddressBook.Address'
            application/json:
              schema:
                $ref: '#/components/schemas/SerticaWebApi.Models.AddressBook.Address'
            text/json:
              schema:
                $ref: '#/components/schemas/SerticaWebApi.Models.AddressBook.Address'
        '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'>Address_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: []
    delete:
      tags:
      - Addresses
      summary: Deletes a address record
      parameters:
      - name: addressNo
        in: path
        description: The AddressNo of the Address to delete
        required: true
        schema:
          type: string
      responses:
        '204':
          description: No Content
        '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'>Address_Delete</td><td style='border-bottom:none'>Delete</td></tr></tbody></table>
        '500':
          description: The api has encountered an unhandled exception. See Sertica logs for details
      security:
      - Bearer: []
      operationId: deleteAddressesByAddressNo
      x-operation-id-source: derived
  /Addresses/{addressNo}/history:
    get:
      tags:
      - Addresses
      summary: Gets history for a specific Address
      operationId: GetAddressHistory
      parameters:
      - name: addressNo
        in: path
        description: The AddressNo 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 address
          content:
            text/plain:
              schema:
                type: array
                items:
                  $ref: '#/components/schemas/SerticaWebApi.Models.AddressBook.Address'
            application/json:
              schema:
                type: array
                items:
                  $ref: '#/components/schemas/SerticaWebApi.Models.AddressBook.Address'
            text/json:
              schema:
                type: array
                items:
                  $ref: '#/components/schemas/SerticaWebApi.Models.AddressBook.Address'
        '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 address with the supplied Address 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'>Address_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: []
  /Addresses/search:
    post:
      tags:
      - Addresses
      summary: Search for Addresss Takes a SearchDefinition input, which can include filters…
      operationId: SearchAddresses
      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.AddressBook.Address'
            application/json:
              schema:
                type: array
                items:
                  $ref: '#/components/schemas/SerticaWebApi.Models.AddressBook.Address'
            text/json:
              schema:
                type: array
                items:
                  $ref: '#/components/schemas/SerticaWebApi.Models.AddressBook.Address'
        '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'>Address</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: []
  /Addresses/searchCount:
    post:
      tags:
      - Addresses
      summary: Returns number of hits in a search for Addresss Takes a SearchDefinition input…
      operationId: SearchCountAddresss
      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'>Address</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: []
  /Addresses/searchIndex/{addressGuid}:
    post:
      tags:
      - Addresses
      summary: Get index of a record in a search for address Takes a SearchDefinition input…
      operationId: SearchIndexAddresses
      parameters:
      - name: addressGuid
        in: path
        description: The address to get 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'>Address</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: []
  /Addresses/searchInfo:
    get:
      tags:
      - Addresses
      summary: Returns structured information about what and how you can search for
      operationId: SearchInfoAddresss
      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
  /Addresses/{addressNo}/Contacts:
    get:
      tags:
      - Addresses
      summary: Returns a list of Contacts used for the Address
      operationId: GetAddressContacts
      parameters:
      - name: addressNo
        in: path
        description: The AddressNo to fetch contacts for
        required: true
        schema:
          type: string
      responses:
        '200':
          description: Returns the contacts for the address
          content:
            text/plain:
              schema:
                type: array
                items:
                  $ref: '#/components/schemas/SerticaWebApi.Models.AddressBook.AddressContact'
            application/json:
              schema:
                type: array
                items:
                  $ref: '#/components/schemas/SerticaWebApi.Models.AddressBook.AddressContact'
            text/json:
              schema:
                type: array
                items:
                  $ref: '#/components/schemas/SerticaWebApi.Models.AddressBook.AddressContact'
        '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'>Address</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: []
  /Addresses/{addressNo}/AddressEvaluations:
    get:
      tags:
      - Addresses
      summary: Returns a list of Address Evaluations belonging to the Address
      operationId: GetAddressEvaluations
      parameters:
      - name: addressNo
        in: path
        description: The AddressNo to fetch address evaluations for
        required: true
        schema:
          type: string
      responses:
        '200':
          description: Returns the address evaluations belonging to the address
          content:
            text/plain:
              schema:
                type: array
                items:
                  $ref: '#/components/schemas/SerticaWebApi.Models.AddressBook.AddressEvaluation'
            application/json:
              schema:
                type: array
                items:
                  $ref: '#/components/schemas/SerticaWebApi.Models.AddressBook.AddressEvaluation'
            text/json:
              schema:
                type: array
                items:
                  $ref: '#/components/schemas/SerticaWebApi.Models.AddressBook.AddressEvaluation'
        '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'>Address</td><td style='border-bottom:none'>View</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'>ProcurementQA</td></tr></tbody></table>
        '500':
          description: The api has encountered an unhandled exception. See Sertica logs for details
      security:
      - Bearer: []
  /Addresses/addressEvaluations/{groupId}:
    get:
      tags:
      - Addresses
      summary: Returns a list of Address Evaluations belonging to the given groupId
      operationId: GetAddressEvaluationsByGroupId
      parameters:
      - name: groupId
        in: path
        description: The groupId to fetch address evaluations for
        required: true
        schema:
          type: string
      responses:
        '200':
          description: Returns the address evaluations belonging to the groupId
          content:
            text/plain:
              schema:
                type: array
                items:
                  $ref: '#/components/schemas/SerticaWebApi.Models.AddressBook.AddressEvaluation'
            application/json:
              schema:
                type: array
                items:
                  $ref: '#/components/schemas/SerticaWebApi.Models.AddressBook.AddressEvaluation'
            text/json:
              schema:
                type: array
                items:
                  $ref: '#/components/schemas/SerticaWebApi.Models.AddressBook.AddressEvaluation'
        '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'>Address</td><td style='border-bottom:none'>View</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'>ProcurementQA</td></tr></tbody></table>
        '500':
          description: The api has encountered an unhandled exception. See Sertica logs for details
      security:
      - Bearer: []
  /Addresses/addressEvaluations:
    post:
      tags:
      - Addresses
      summary: Creates new address evaluation records
      operationId: CreateAddressEvaluations
      requestBody:
        description: The list of Address evaluation Objects
        content:
          application/json-patch+json:
            schema:
              type: array
              items:
                $ref: '#/components/schemas/SerticaWebApi.Models.AddressBook.AddressEvaluation'
          application/json:
            schema:
              type: array
              items:
                $ref: '#/components/schemas/SerticaWebApi.Models.AddressBook.AddressEvaluation'
          text/json:
            schema:
              type: array
              items:
                $ref: '#/components/schemas/SerticaWebApi.Models.AddressBook.AddressEvaluation'
          application/*+json:
            schema:
              type: array
              items:
                $ref: '#/components/schemas/SerticaWebApi.Models.AddressBook.AddressEvaluation'
      responses:
        '201':
          description: Created
          content:
            text/plain:
              schema:
                type: array
                items:
                  $ref: '#/components/schemas/SerticaWebApi.Models.AddressBook.AddressEvaluation'
            application/json:
              schema:
                type: array
                items:
                  $ref: '#/components/schemas/SerticaWebApi.Models.AddressBook.AddressEvaluation'
            text/json:
              schema:
                type: array
                items:
                  $ref: '#/components/schemas/SerticaWebApi.Models.AddressBook.AddressEvaluation'
        '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'>Address_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'>ProcurementQA</td></tr></tbody></table>
        '500':
          description: The api has encountered an unhandled exception. See Sertica logs for details
      security:
      - Bearer: []
    put:
      tags:
      - Addresses
      summary: Updates existing address evaluation records
      operationId: UpdateAddressEvaluations
      requestBody:
        description: The list of Address evaluation Objects
        content:
          application/json-patch+json:
            schema:
              type: array
              items:
                $ref: '#/components/schemas/SerticaWebApi.Models.AddressBook.AddressEvaluation'
          application/json:
            schema:
              type: array
              items:
                $ref: '#/components/schemas/SerticaWebApi.Models.AddressBook.AddressEvaluation'
          text/json:
            schema:
              type: array
              items:
                $ref: '#/components/schemas/SerticaWebApi.Models.AddressBook.AddressEvaluation'
          application/*+json:
            schema:
              type: array
              items:
                $ref: '#/components/schemas/SerticaWebApi.Models.AddressBook.AddressEvaluation'
      responses:
        '200':
          description: OK
          content:
            text/plain:
              schema:
                type: array
                items:
                  $ref: '#/components/schemas/SerticaWebApi.Models.AddressBook.AddressEvaluation'
            application/json:
              schema:
                type: array
                items:
                  $ref: '#/components/schemas/SerticaWebApi.Models.AddressBook.AddressEvaluation'
            text/json:
              schema:
                type: array
                items:
                  $ref: '#/components/schemas/SerticaWebApi.Models.AddressBook.AddressEvaluation'
        '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'>Address_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'>ProcurementQA</td></tr></tbody></table>
        '500':
          description: The api has encountered an unhandled exception. See Sertica logs for details
      security:
      - Bearer: []
  /Addresses/searchAddressEvaluations:
    post:
      tags:
      - Addresses
      summary: Search for AddresssEvaluations Takes a SearchDefinition input, which can…
      operationId: SearchAddressEvaluations
      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.AddressBook.AddressEvaluation'
            application/json:
              schema:
                type: array
                items:
                  $ref: '#/components/schemas/SerticaWebApi.Models.AddressBook.AddressEvaluation'
            text/json:
              schema:
                type: array
                items:
                  $ref: '#/components/schemas/SerticaWebApi.Models.AddressBook.AddressEvaluation'
        '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'>Address</td><td style='border-bottom:none'>View</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'>ProcurementQA</td></tr></tbody></table>
        '500':
          description: The api has encountered an unhandled exception. See Sertica logs for details
 

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