InvoiceProfile ============== An InvoiceProfile resource contains invoice-, delivery address and references used when placing orderers. Resource definition ------------------- .. literalinclude:: _static/InvoiceProfile.json :language: json +---------------------+-----------------+-------------------------------------------------------------------------+ | Name | Type | Description | +=====================+=================+=========================================================================+ | Id | int | Unique identifier | +---------------------+-----------------+-------------------------------------------------------------------------+ | Organization | ObjectReference | The organization the invoice profile is connected to | +---------------------+-----------------+-------------------------------------------------------------------------+ | Name | string | Name of invoice profile | +---------------------+-----------------+-------------------------------------------------------------------------+ | InvoiceReference | string | | +---------------------+-----------------+-------------------------------------------------------------------------+ | CustomerReference | string | | +---------------------+-----------------+-------------------------------------------------------------------------+ | RequisitionNumber | string | | +---------------------+-----------------+-------------------------------------------------------------------------+ | InvoiceAddressId | long | Optional reference that describe the end customer. | +---------------------+-----------------+-------------------------------------------------------------------------+ | DeliveryAddressId | long | The organization/reseller this CustomerTenant is connected to. | +---------------------+-----------------+-------------------------------------------------------------------------+ | DeliveryAddress | AddressData | Invoice profile used when billing subscriptions and usage. | +---------------------+-----------------+-------------------------------------------------------------------------+ | InvoiceAddress | AddressData | Invoice profile used when billing subscriptions and usage. | +---------------------+-----------------+-------------------------------------------------------------------------+ Operations on InvoiceProfile ---------------------------- - :doc:`/scenarios/invoiceprofile-get` - :doc:`/scenarios/invoiceprofiles-get` - :doc:`/scenarios/invoiceprofile-create` - :doc:`/scenarios/invoiceprofile-update`