Add note
POST https://www.digicert.com/services/v2/order/certificate/{{order_id}}/note
Use this endpoint to add a note to an order.
Example requests and responses
Request parameters
Name | Req/Opt | Type | Description |
---|---|---|---|
text | required | string | Note message to add to the order. |
Response parameters
Name | Type | Description |
---|---|---|
id | int | Order ID. |
date_created | string | Timestamp of when the note was created. Format: UTC timezone and ISO 8601 date |
text | string | Message of the note. |
user | object | Details about the user who added the note. |
.. id | int | User ID. |
.. first_name | string | First name of user. |
.. last_name | string | Last name of user. |
string | Email address of user. |