POStatusUpdateInput
Autogenerated input type of POStatusUpdate
input POStatusUpdateInput {
clientMutationId: String
milestoneTrackStatus: POMilestoneTrackStatusEnum
newProgress: Int
newStatus: POStatusEnum
note: String
poId: ID!
}
Fields
POStatusUpdateInput.clientMutationId ● String scalar
A unique identifier for the client performing the mutation.
POStatusUpdateInput.milestoneTrackStatus ● POMilestoneTrackStatusEnum enum
Track status to set for the specified milestone
POStatusUpdateInput.newProgress ● Int scalar
New progress percentage to set for the specified purchase order
POStatusUpdateInput.newStatus ● POStatusEnum enum
New status to set for the specified purchase order
POStatusUpdateInput.note ● String scalar
Optional note to add to the purchase order update
POStatusUpdateInput.poId ● ID! non-null scalar
ID of the Purchase Order to update
Member Of
supplyPOStatusUpdate mutation