GraphQL reference

QuickbooksSetRetentionPayableItemInput

Input

Autogenerated input type of QuickbooksSetRetentionPayableItem

mutation { organization(id: $organizationId) { quickbooksSetRetentionPayableItem } }

Example

mutation QuickbooksSetRetentionPayableItem(
  $organizationId: ID!
  $input: QuickbooksSetRetentionPayableItemInput!
) {
  organization(id: $organizationId) {
    quickbooksSetRetentionPayableItem(input: $input) {
        errors
      }
  }
}

Fields

FieldTypeDescription
clientMutationIdStringA unique identifier for the client performing the mutation.
mutationMetadataJSON
nowISO8601DateTime
retentionPayableItemRemoteIdString!