---
title: "Submit Changes"
method: POST
path: "/importmanager.submit/{typedId}"
tags: ["Imports"]
---

# Submit Changes

`POST /importmanager.submit/{typedId}`

Writes the changes made by the user in the Import Manager to the database. The changes are subject to validation against the data in the database. All the changes must pass the validation for the submit to be successful.

## Request body

- object
  - `data` object
    - `importOptions` object
      - `includeNewRows` boolean
      - `includeUpdatedRows` boolean
      - `includeDeletedRows` boolean

## Response `200`

OK

- object
  - `response` object
    - `node` string
    - `data` ImportManager[]
      - `lastUpdateByName` string
      - `createdByName` string
      - `targetObject` string
      - `typedId` string
      - `approvalDate` string, date-time, nullable
      - `approvalRequiredEmailAttachments` unknown[]
        - unknown
      - `workflowStatus` 'DRAFT' | 'SUBMITTED' | 'DENIED' | 'APPROVED' | 'NO_APPROVAL_REQUIRED' | 'WITHDRAWN' | 'INVALIDATED'
      - `lastUpdateDate` string, date-time
      - `approvalState` 'NOT_APPROVED' | 'PARTIALLY_APPROVED' | 'APPROVED' | 'AUTO_APPROVED' | 'DENIED'
      - `targetSpecifics` string, nullable
      - `label` string
      - `version` integer
      - `ownerUN` string
      - `deniedByName` string, nullable
      - `importOptions` object, nullable
        - `includeNewRows` boolean, nullable
        - `includeDeletedRows` boolean, nullable
        - `includeUpdatedRows` boolean, nullable
      - `uniqueName` string
      - `createdBy` integer
      - `submittedByName` string, nullable
      - `approvedByName` string, nullable
      - `workflowFormulaName` string, nullable
      - `status` 'DRAFT' | 'IN_PROGRESS' | 'CHANGE_DETECTION' | 'FINISHED' | 'ERROR'
      - `createDate` string, date-time
      - `lastUpdateBy` integer
    - `status` integer

---

[API](https://skmtc.net/pricefx/apis/the-pricefx-backend-api.md) · [All operations](https://skmtc.net/pricefx/apis/the-pricefx-backend-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/pricefx/the-pricefx-backend-api/versions/0850b5d6be73/schema)
