Preview

CreateUsageReaderWithFieldDefinitionsInput is in Preview status and is subject to change without notice. For more information about Preview status, see the GraphQL API policy.

CreateUsageReaderWithFieldDefinitionsInput

Input to create usage reader with field definitions

This page contains

    Fields

    name String!

    Name for usage reader

    vendorId String!

    Unique ID for vendor of the product

    productId String!

    Unique ID of the product

    usageProcessingType UsageProcessingType! PREVIEW

    Processing Type of usage

    billable Boolean

    If true, usage associating with this reader are billable

    Default value: true

    parser CreateUsageEventParserInput! PREVIEW

    Usage reader specific Parsing information

    fieldDefinitions [CreateUsageReaderFieldDefinitionsInput!] PREVIEW

    List of fields which are part of usage event. eg. accountId, quantity, unitPrice, etc

    createdBy String

    Email Id of author while creating the usage reader fields

    updatedBy String

    Email Id of author while updating the usage reader fields

    Mutations for CreateUsageReaderWithFieldDefinitionsInput

    createUsageReaderWithFieldDefinitions PREVIEW

    Create Usage Reader only with field definitions