AM/TA/Inv - Add Comment

Details

/external/v1/commentarrow-up-right

Synopsis

Add Comment

post

This route is used to add a comment associated to entities. This action can be broadcast to all the counterparties that have access to these entities. This will trigger an asynchronous process which can be monitored using the "Transactions API" endpoints. This endpoint can be called by applications with access to scope "manageComments".

chevron-right
lockRequired scopes
This endpoint requires the following scopes:
  • : manageComments
Authorizations
OAuth2clientCredentialsRequired
Token URL:
Body
broadcastToCounterpartybooleanOptional

This property defines if the comment information will be sent to all counterparties.

Default: falseExample: true
counterpartiesstring[]Optional

This property contains the counterparties that will receive the comment information. It is optional. If not provided it will be sent to all counterparties that are entitled to the entity this comment is related to.

Example: ["ORG1","ORG2"]
bookedCommentIdstring · max: 16Optional

This is the booked unique identifier of the comment. It is optional.

Example: USS3JKS01I00SW24
messagestring · max: 3000Optional

This property contains the comment message. It is optional. Should be provided if no documents are attached.

Example: an example comment message
Responses
post
/external/v1/comment

Last updated

Was this helpful?