Sales Order Time Task Type Service

Back

Overview

Sales order time task types define categories of work that can be time-tracked against a sales order (e.g. Design, Development, Consultation, Support).

They are used by Sales Order Time Entries to classify the nature of logged time.

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


Endpoints

Back to Sales

GET

/api/v1/SalesOrderTimeTaskTypes/{id}

Returns a single time task type by its numeric identifier.

Behavior:

Authorization:


GET ALL

/api/v1/SalesOrderTimeTaskTypes

Returns all time task types.

Behavior:

Authorization:


POST

/api/v1/SalesOrderTimeTaskTypes

Creates a new time task type.

Request body:

Behavior:

Errors:

Authorization:


PUT

/api/v1/SalesOrderTimeTaskTypes/{id}

Updates an existing time task type.

Request:

Behavior:

Errors:

Authorization:


DELETE

/api/v1/SalesOrderTimeTaskTypes/{id}

Deletes a time task type by its identifier.

Behavior:

Errors:

Authorization:


Notes