v1

latestOpenAPI 3.1.02026-08-0420819698.7 KB
Routes
Purchase Orders
Comments

PO Comments

This request gets all PO Comments associated with a PO.

Return data description

commentID | This is the commentID of comment. comment | The text comment that was entered by the user. timestamp | The date this comment was created. This is a unix timestamp. userID | The ID of the user that made the comment. commentEmailAddress | The email address of the external user that made this comment. This is only populated if the comment was made by an external user via the comment reply system. commentFiles | Array containing fileName and link properties.

get/v2/po/{poID}/comments

Query parameters

cursorinteger

This parameter is a cursor that selects what commentID you want to start receiving results at. e.g. passing 137 here will only get you comments with an id greater than 137.

limitinteger

This parameter is a result limiter. The default is set to return no more than 100 results at one time.

Response

PO Comments

commentIDinteger
commentstring
timestampinteger
userIDinteger
commentEmailAddressstring