GraphQL reference

PutRevenueCodeInput

Input

Autogenerated input type of PutRevenueCode

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

Example

mutation PutRevenueCode(
  $organizationId: ID!
  $input: PutRevenueCodeInput!
) {
  organization(id: $organizationId) {
    putRevenueCode(input: $input) {
        costCode
        errors
      }
  }
}

Fields

FieldTypeDescription
clientMutationIdStringA unique identifier for the client performing the mutation.
codeSegmentString!
idID!
mutationMetadataJSON
nowISO8601DateTime
titleString!