v1
latestOpenAPI 3.1.02026-08-0420819698.7 KBRoutes
Purchase Orders
Comments
Create PO Comment
Adds a comment to the specified PO.
Parameters:
| Parameter | In | Type | Required | Default | Description |
|---|---|---|---|---|---|
| poID | path | integer | yes | Purchase Order identifier | |
| comment | body | string | yes | Comment text | |
| showExternalUsers | body | boolean | no | true | Visible to external users |
Responses:
- 201 Created: Returns commentID.
post/v2/po/{poID}/comments
Response
201 Created