QuickbooksSetRetentionPayableItemInput
InputAutogenerated input type of QuickbooksSetRetentionPayableItem
mutation { organization(id: $organizationId) { quickbooksSetRetentionPayableItem } }
Example
mutation QuickbooksSetRetentionPayableItem(
$organizationId: ID!
$input: QuickbooksSetRetentionPayableItemInput!
) {
organization(id: $organizationId) {
quickbooksSetRetentionPayableItem(input: $input) {
errors
}
}
}Fields
| Field | Type | Description |
|---|---|---|
| clientMutationId | String | A unique identifier for the client performing the mutation. |
| mutationMetadata | JSON | — |
| now | ISO8601DateTime | — |
| retentionPayableItemRemoteId | String! | — |