Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

This method is work in progress and not yet available

Use this method to add a message to an order.

URL

(POST) /api/orders/{orderId}

PARAMETERS

URL parameters are:

orderId

The numeric order ID. See orders/list to find orders.

integer, Mandatory

The body must be a JSON object with these properties:

message

Message to add.

string, Mandatory

RESULTS

None.

To see the newly added message, use orders/{orderId}/traces

  • No labels