Sales Order Type Service

Back

Overview

Sales order types define classifications for sales orders, such as standard orders, backorders, or special orders.
They are used to categorize orders for reporting, processing rules, and workflow management.

Sales order types provide:

All operations are tenant-aware and scoped to the current tenant.


Endpoints

Back to Sales

GET

/api/SalesOrderType/GetSalesOrderTypeById/{id}

Returns a single sales order type by its numeric identifier.

Behavior:

Authorization:


POST

/api/SalesOrderType/AddNewSalesOrderType

Creates a new sales order type.

Request body:

Behavior:

Errors:

Authorization:


PUT

/api/SalesOrderType/UpdateSalesOrderTypeById/{id}

Updates an existing sales order type.

Request:

Behavior:

Errors:

Authorization:


DELETE

/api/SalesOrderType/DeleteSalesOrderTypeById/{id}

Deletes a sales order type by its identifier.

Behavior:

Errors:

Authorization:


Notes