createUsageFileUploadLink
Mutation to create an upload-link on which usage file is uploaded
This page contains
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.


