GET ItemReportGroup/Get/{id}

Retrieves a specific Item Report Group.

Request Information

URI Parameters

NameTypeAdditional informationDescription
id integer

Required

The id of the Item Report Group.

Body Parameters

None.

Response Information

Resource Description

Item Report Group
NameTypeAdditional informationDescription
ID integer

None.

Name string

Required

String length: inclusive between 0 and 100

ItemReportingGroupTypeId integer

None.

Gets or sets the Item Reporting Group Type. Sales = 1, Purchases = 2, Inventory = 3, Item Adjustments = 4.

ItemReportingGroupType string

None.

ReportingGroupId nullable integer

None.

AccountCategoryId nullable integer

None.

AccountCategory Account Category

None.

Response Formats

application/json, text/json

Sample:
{
  "ID": 2,
  "Name": "sample string 3",
  "ItemReportingGroupTypeId": 4,
  "ItemReportingGroupType": "sample string 5",
  "ReportingGroupId": 1,
  "AccountCategoryId": 1,
  "AccountCategory": {
    "Comment": "sample string 1",
    "Order": 6,
    "Description": "sample string 7",
    "ID": 8,
    "Modified": "2024-04-23T00:00:00+10:00",
    "Created": "2024-04-23T00:00:00+10:00"
  }
}