createUsageFileUploadLink

Mutation to create an upload-link on which usage file is uploaded

This page contains

    Authorization Rules

    This request requires authorization with at least one of the following scopes:

    Scopes

    ROLE_CHANNEL_ADMIN

    ROLE_DEVELOPER

    Arguments

    input CreateUsageFileUploadLinkInput! PREVIEW

    CreateUsageFileUploadLinkInput fields

    fileName String!

    file name of usage file

    productId String

    Product id for which usages are posted

    inputType String

    Input type configured in the reader

    billable Boolean

    If true, usages will be billed and reflect in invoices

    Return Fields

    fileId ID!

    file-id of usage file stored in cloud

    fileName String!

    file name of usage file

    uploadLink Url!

    upload-link on which the file will be uploaded

    expiration DateTime!

    expiration-time of upload-link

    requestGroupId String!

    request-group-id to which usages will be associated

    Interactive example

    This is an example mutation query. Use the embedded interactive tool below to edit the query.

    Hint: use Ctrl + Space for autocompleting fields.