Represents an inventory posting group in Business Central.
Note
For information about enabling APIs for Business Central see Enabling the APIs for Dynamics 365 Business Central.
Methods
Method | Return Type | Description |
---|---|---|
GET inventoryPostingGroup | inventoryPostingGroup | Gets a inventory posting group object. |
Properties
Property | Type | Description |
---|---|---|
id | GUID | The unique ID of the inventory posting group. Non-editable. |
code | string | The code of the inventory posting group. |
description | string | Specifies the description of the inventory posting group. |
lastModifiedDateTime | datetime | The last datetime the inventory posting group was modified. Read-Only. |
JSON representation
Here's a JSON representation of the inventoryPostingGroup resource.
{
"id": "GUID",
"code": "string",
"description": "string",
"lastModifiedDateTime": "datetime"
}