> ## Documentation Index
> Fetch the complete documentation index at: https://docs.assetinfinity.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# Map an unfamiliar value to an existing record, ask for it to be created, or leave it empty.

> Recorded against the batch and applied by the commit. Nothing is written to the records here.



## OpenAPI

````yaml /api-reference/openapi.json post /rpc/decide_import_lookup
openapi: 3.0.0
info:
  description: ''
  title: >-
    The only schema PostgREST exposes (ADR-014). Reads are security_invoker
    views; writes are SECURITY DEFINER functions. Rebuilt wholesale on every
    deploy — it holds no data.
  version: 12.2.3
servers:
  - url: https://app.assetinfinity.ai/api
security: []
tags:
  - name: Signing in
  - name: Profile
  - name: Assets
  - name: Asset lifecycle
  - name: Work lifecycle
  - name: Maintenance
  - name: Inventory
  - name: Inventory detail
  - name: Procurement
  - name: Contracts
  - name: Workforce
  - name: Capacity
  - name: Dispatch
  - name: Routing
  - name: Tools
  - name: Inspections
  - name: Verification
  - name: Reliability
  - name: Parts demand
  - name: Sensors and meters
  - name: Map
  - name: Floor plans
  - name: Labels
  - name: Lost and found
  - name: Root cause analysis
  - name: Reports
  - name: Audit center
  - name: Activity
  - name: Notifications
  - name: Channels
  - name: Search
  - name: Copilot
  - name: Import
  - name: Files
  - name: Sync
  - name: Support
  - name: Admin
  - name: Access
  - name: Lookups
  - name: Read models
  - name: Branding
  - name: Custom fields
  - name: Form studio
  - name: Workflows
  - name: Workflow studio
  - name: Rules
  - name: Statuses and transitions
  - name: Currencies and locales
  - name: Work configuration
  - name: Asset configuration
  - name: Inventory configuration
  - name: Tool configuration
  - name: Workforce configuration
  - name: Vendor and contract configuration
  - name: Document configuration
  - name: Inspection configuration
  - name: Sites, locations and the organisation
  - name: Platform
  - name: Self verification
  - name: Setup
  - name: Tools on a job, and who has them out
  - name: Vendors and contracts
  - name: Work order execution
  - name: Workforce detail
externalDocs:
  description: PostgREST Documentation
  url: https://postgrest.org/en/v12/references/api.html
paths:
  /rpc/decide_import_lookup:
    post:
      tags:
        - Import
      summary: >-
        Map an unfamiliar value to an existing record, ask for it to be created,
        or leave it empty.
      description: >-
        Recorded against the batch and applied by the commit. Nothing is written
        to the records here.
      parameters:
        - $ref: '#/components/parameters/preferParams'
      requestBody:
        content:
          application/json:
            schema:
              description: >-
                Map an unfamiliar value to an existing record, ask for it to be
                created, or leave it empty.


                Recorded against the batch and applied by the commit. Nothing is
                written to the records here.
              properties:
                p_batch_id:
                  format: uuid
                  type: string
                p_decision:
                  format: text
                  type: string
                p_source_header:
                  format: text
                  type: string
                p_source_value:
                  format: text
                  type: string
                p_target_id:
                  format: uuid
                  type: string
              required:
                - p_batch_id
                - p_source_header
                - p_source_value
                - p_decision
              type: object
          application/vnd.pgrst.object+json:
            schema:
              description: >-
                Map an unfamiliar value to an existing record, ask for it to be
                created, or leave it empty.


                Recorded against the batch and applied by the commit. Nothing is
                written to the records here.
              properties:
                p_batch_id:
                  format: uuid
                  type: string
                p_decision:
                  format: text
                  type: string
                p_source_header:
                  format: text
                  type: string
                p_source_value:
                  format: text
                  type: string
                p_target_id:
                  format: uuid
                  type: string
              required:
                - p_batch_id
                - p_source_header
                - p_source_value
                - p_decision
              type: object
          application/vnd.pgrst.object+json;nulls=stripped:
            schema:
              description: >-
                Map an unfamiliar value to an existing record, ask for it to be
                created, or leave it empty.


                Recorded against the batch and applied by the commit. Nothing is
                written to the records here.
              properties:
                p_batch_id:
                  format: uuid
                  type: string
                p_decision:
                  format: text
                  type: string
                p_source_header:
                  format: text
                  type: string
                p_source_value:
                  format: text
                  type: string
                p_target_id:
                  format: uuid
                  type: string
              required:
                - p_batch_id
                - p_source_header
                - p_source_value
                - p_decision
              type: object
          text/csv:
            schema:
              description: >-
                Map an unfamiliar value to an existing record, ask for it to be
                created, or leave it empty.


                Recorded against the batch and applied by the commit. Nothing is
                written to the records here.
              properties:
                p_batch_id:
                  format: uuid
                  type: string
                p_decision:
                  format: text
                  type: string
                p_source_header:
                  format: text
                  type: string
                p_source_value:
                  format: text
                  type: string
                p_target_id:
                  format: uuid
                  type: string
              required:
                - p_batch_id
                - p_source_header
                - p_source_value
                - p_decision
              type: object
        required: true
      responses:
        '200':
          description: OK
components:
  parameters:
    preferParams:
      description: Preference
      in: header
      name: Prefer
      required: false
      schema:
        enum:
          - params=single-object
        type: string

````

## Related topics

- [Reports](/analytics/reports.md)
- [Maintenance plans](/maintenance/plans.md)
- [Inside an asset](/assets/detail.md)
- [Creating an organisation](/setup/sign-up.md)
- [Rules](/config/rules.md)
