Skip to main content

EmailPurchaseOrderInput

Autogenerated input type of EmailPurchaseOrder

input EmailPurchaseOrderInput {
ccEmails: [String!]
clientMutationId: String
filename: String
pdfBase64: String!
poId: ID!
recipientEmail: String
}

Fields

EmailPurchaseOrderInput.ccEmails ● [String!] list scalar common

Optional list of email addresses to CC. Merged with company-level defaults.

EmailPurchaseOrderInput.clientMutationId ● String scalar common

A unique identifier for the client performing the mutation.

EmailPurchaseOrderInput.filename ● String scalar common

Filename for the PDF attachment.

EmailPurchaseOrderInput.pdfBase64 ● String! non-null scalar common

Base64-encoded PDF content.

EmailPurchaseOrderInput.poId ● ID! non-null scalar common

The ID of the purchase order to email.

EmailPurchaseOrderInput.recipientEmail ● String scalar common

Override the recipient email. Defaults to the PO's supplier contact email.

Member Of

supplyEmailPurchaseOrder mutation