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 common
A unique identifier for the client performing the mutation.
POStatusUpdateInput.milestoneTrackStatus ● POMilestoneTrackStatusEnum enum purchase-orders
Track status to set for the specified milestone
POStatusUpdateInput.newProgress ● Int scalar common
New progress percentage to set for the specified purchase order
POStatusUpdateInput.newStatus ● POStatusEnum enum purchase-orders
New status to set for the specified purchase order
POStatusUpdateInput.note ● String scalar common
Optional note to add to the purchase order update
POStatusUpdateInput.poId ● ID! non-null scalar common
ID of the Purchase Order to update
Member Of
supplyPOStatusUpdate mutation