Skip to main content
POST
Add Note to Port Order

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
orderId
number
required

Order ID

orderNote
string
required

Order note

Minimum string length: 1

Response

Note added

success
boolean
required

Whether the note was added successfully