CreateOrUpdatePaymentSubmissionInput
InputAutogenerated input type of CreateOrUpdatePaymentSubmission
mutation { organization(id: $organizationId) { project(id: $projectId) { createOrUpdatePaymentSubmission } } }
Example
mutation CreateOrUpdatePaymentSubmission(
$organizationId: ID!
$projectId: ID!
$input: CreateOrUpdatePaymentSubmissionInput!
) {
organization(id: $organizationId) {
project(id: $projectId) {
createOrUpdatePaymentSubmission(input: $input) {
paymentSubmission
errors
}
}
}
}Fields
| Field | Type | Description |
|---|---|---|
| clientMutationId | String | A unique identifier for the client performing the mutation. |
| companyId | ID! | — |
| createAttachments | [CreateAttachment!] | — |
| deleteAttachments | [DeleteAttachment!] | — |
| id | ID! | — |
| lineItems | [PaymentSubmissionLineItemInput!] | — |
| mutationMetadata | JSON | — |
| notes | String | — |
| now | ISO8601DateTime | — |
| paidOn | ISO8601Date! | — |
| paymentMethod | String! | — |
| referenceNumber | String! | — |