BillingStatementRecordsFile =========================== A BillingStatementRecordsFile resource represents records from billing statement in json format. Resource definition ------------------- .. literalinclude:: _static/BillingStatementRecordsFile.json :language: json +------------------+----------------+------------------------------------------------------------------------------+ | Name | Type | Description | +==================+================+==============================================================================+ | GroupId | int | | +------------------+----------------+------------------------------------------------------------------------------+ | Id | int | | +------------------+----------------+------------------------------------------------------------------------------+ | ProvisionType | Enum | None = 0, Seat = 1, Usage = 2, OneTime = 3, Crayon = 4, AzureMarketplace = 5 | +------------------+----------------+------------------------------------------------------------------------------+ | Organization | ObjectReference| The organization/reseller this BillingStatement is connected to. | +------------------+----------------+------------------------------------------------------------------------------+ | InvoiceProfile | ObjectReference| Invoice Profile used for billing. | +------------------+----------------+------------------------------------------------------------------------------+ | TotalSalesPrice | Price | | +------------------+----------------+------------------------------------------------------------------------------+ | StartDate | DateTimeOffset | | +------------------+----------------+------------------------------------------------------------------------------+ | EndDate | DateTimeOffset | | +------------------+----------------+------------------------------------------------------------------------------+ | OrderId | int | | +------------------+----------------+------------------------------------------------------------------------------+ | FileName | String | Name of the file | +------------------+----------------+------------------------------------------------------------------------------+ | Data | Byte Array | The actual zipfile or json file (.json) | +------------------+----------------+------------------------------------------------------------------------------+ Operations on billing statement records file -------------------------------------------- - :doc:`/scenarios/billingstatementrecordsfile-get`