Grouping

A Grouping resource contains invoice profile, organization, and other fields.

Resource definition

{
    "InvoiceProfile": {
        "InvoiceAccount": null,
        "Id": 12345,
        "Name": "Invoice Profile"
    },
    "Id": 67890,
    "Name": "Group Name",
    "Organization": {
        "Id": 54321,
        "Name": "Customer"
    },
    "CreatedDate": "2025-01-01T10:00:00.000",
    "ModifiedDate": "2025-01-01T10:00:00.000",
    "IsDisabled": false,
    "IsRemoved": false,
    "InvoiceReference": "Invoice Reference"
}

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