SetProductGroupCodingRow
Type, Introduced in version 2.36
Sets the value of a coding property
Used by the following types:
Properties
Name | Type | Summary | Introduced in |
---|---|---|---|
ProductGroupCodingType | Int32 | The product group coding type that identifies the coding row to operate upon.
|
|
AccountId | Int64? | The business key identifier of the account to set for the coding row. References Accounts |
|
Dimensions | SetCodingDimension[] | The dimensions to set for the coding row. |
Example
{
"ProductGroupCodingType": 0,
"AccountId": null,
"Dimensions": null
}