Sales Order Time Entry Service

Back

Overview

Sales order time entries record blocks of time logged by users against a specific sales order. Each entry captures who did the work, what type of work it was, when it was done, and how long it took.

Relates to:

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


Endpoints

Back to Sales

GET

/api/v1/SalesOrderTimeEntries/{id}

Returns a single time entry by its numeric identifier.

Behavior:

Authorization:


GET ALL

/api/v1/SalesOrderTimeEntries/order/{salesOrderId}

Returns all time entries for a given sales order.

Behavior:

Authorization:


POST

/api/v1/SalesOrderTimeEntries

Creates a new time entry against a sales order.

Request body:

Behavior:

Errors:

Authorization:


PUT

/api/v1/SalesOrderTimeEntries/{id}

Updates an existing time entry.

Request:

Behavior:

Errors:

Authorization:


DELETE

/api/v1/SalesOrderTimeEntries/{id}

Deletes a time entry by its identifier.

Behavior:

Errors:

Authorization:


Notes