Grouping ======== A Grouping resource contains invoice profile, organization, and other fields. Resource definition ------------------- .. literalinclude:: _static/Grouping.json :language: json +---------------------+-------------------------+---------------------------------------------------+ | Name | Type | Description | +=====================+=========================+===================================================+ | Id | int | Unique identifier | +---------------------+-------------------------+---------------------------------------------------+ | Organization | ObjectReference | The organization the grouping is connected to | +---------------------+-------------------------+---------------------------------------------------+ | Name | string | Name of grouping | +---------------------+-------------------------+---------------------------------------------------+ | InvoiceProfile | InvoiceProfileReference | Invoice profile connected to grouping | +---------------------+-------------------------+---------------------------------------------------+ | CreatedDate | DateTime | Date of creation | +---------------------+-------------------------+---------------------------------------------------+ | ModifiedDate | DateTime | Date of modification | +---------------------+-------------------------+---------------------------------------------------+ | IsDisabled | bool | Indicates whether grouping is disabled | +---------------------+-------------------------+---------------------------------------------------+ | IsRemoved | bool | Indicates whether grouping is removed | +---------------------+-------------------------+---------------------------------------------------+ | InvoiceReference | string | | +---------------------+-------------------------+---------------------------------------------------+ Operations on Grouping ---------------------- - :doc:`/scenarios/groupings-get`