POST ItemReportGroup/Save
Saves the specified Item Report Group.
Request Information
URI Parameters
None.
Body Parameters
The Item Report Group.
Item Report GroupName | 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. |
Request 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-11-15", "Created": "2024-11-15" } }
Response Information
Resource Description
Http Response MessageName | Type | Additional information | Description |
---|---|---|---|
Version | Version |
None. |
|
Content | Http Content |
None. |
|
StatusCode | Http Status Code |
None. |
|
ReasonPhrase | string |
None. |
|
Headers | Collection of Object |
None. |
|
RequestMessage | Http Request Message |
None. |
|
IsSuccessStatusCode | bool |
None. |