GET ItemReportGroup/Get/{id}
Retrieves a specific Item Report Group.
Request Information
URI Parameters
| Name | Type | Additional information | Description |
|---|---|---|---|
| id | integer |
Required |
The id of the Item Report Group. |
Body Parameters
None.
Response Information
Resource Description
Item Report Group| Name | Type | Additional information | Description |
|---|---|---|---|
| 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": "2025-12-21",
"Created": "2025-12-21"
}
}