---
title: "Creates a LegacyOrderType"
method: POST
path: "/LegacyOrderType"
tags: ["LegacyOrderType"]
---

# Creates a LegacyOrderType

`POST /LegacyOrderType`

Creates an instance of LegacyOrderType

## Request body

- LegacyOrderTypeData
  - `$type` 'Asi.Soa.Commerce.DataContracts.LegacyOrderTypeData, Asi.Contracts', required — The DataType must be "Asi.Soa.Commerce.DataContracts.LegacyOrderTypeData, Asi.Contracts"
  - `ConvertQuoteToOrderTypeCode` string
  - `Description` string
  - `InvoiceAction` boolean
  - `InvoiceDescription` string
  - `OrderTypeCode` string
  - `TypeOfOrder` 'Standard' | 'DebitMemo' | 'CreditMemo' | 'ProForma'
  - `UseShippingPaper` boolean
  - `UsesInventory` boolean
  - `UsesInvoice` boolean
  - `UsesPickList` boolean
  - `UsesPrintQuote` boolean

## Response `200`

The request was successful.

## Other responses

- `201` — The resource was successfully created.
- `202` — The resource was asynchronously created.

---

[API](https://skmtc.net/imis/apis/accounting.md) · [All operations](https://skmtc.net/imis/apis/accounting/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/imis/accounting/revisions/67a8cf169a01/schema)
