supplyAddPONote
Adds a note to a purchase order.
Notes can be used to track important information or updates related to the purchase order throughout its lifecycle.
Authentication
Requires the supply:add_po_note permission.
Business Rules
- The purchase order must have both a milestone and status assigned before notes can be added.
Possible Errors
- **Purchase Order not found**: The specified purchase order does not exist or you don't have access to it.
- **Purchase Order does not have a milestone**: The purchase order must have a milestone assigned before adding notes.
- **Purchase Order does not have a status**: The purchase order must have a status assigned before adding notes.
- **Note content is required**: The note content cannot be empty.
supplyAddPONote(
input: AddPONoteInput!
): PONote
Arguments
supplyAddPONote.input ● AddPONoteInput! non-null input
Parameters for AddPONote
Type
PONote object
Represents a note associated with a purchase order, capturing important information or updates related to the order.