GraphQL reference

PutRevenueCodePayload

Object

Autogenerated return 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.
constructableUrlString
costCodeCostCode
errors[String!]!