BillingStatementReconciliationFile ================================== A BillingStatementReconciliationFile resource represents records from billing statement in csv format. Resource definition ------------------- .. literalinclude:: _static/BillingStatementReconciliationfile.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 csv file (.csv) | +------------------+----------------+------------------------------------------------------------------------------+ Operations on billing statement reconciliation file --------------------------------------------------- - :doc:`/scenarios/billingstatementreconciliationfile-get`