SalesOrder

Log custom sales order activity V3

This endpoint requires the following scopes: salesOrder:update.

Record a custom activity log entry for a sales order.

patch/api/v3/salesOrders/{id}/actions/logActivity

Path parameters

idstring required

Request body

messagestring required

Message to be logged in the activity log.

Example request

{
  "message": "Transferred to accounting system."
}

Response

No Content

Changes

No recorded changes to this endpoint across all 1 revision of this API.