Update Account Group
BetaPATCH
/v1/sales/account-groups/{id}Idempotent with Idempotency-Key header. Learn more
Partially updates an account group.
idstringAccount group ID.
nameoptional stringDisplay name.
descriptionoptional stringnullableDescription. Send null to clear.
commission_policyoptional stringenumValues:commission_appliedcommission_exemptCommission policy.
freight_policyoptional stringenumValues:free_freightbilled_freightFreight policy.
idstringAccount group ID.
objectstringenumValues:account_groupResource type identifier.
namestringDisplay name.
descriptionstringnullableDescription.
commission_policystringenumValues:commission_appliedcommission_exemptCommission policy.
freight_policystringenumValues:free_freightbilled_freightFreight policy.
typestringenumValues:pricing_grouptype_groupAccount group type.
The type pricing_group indicates this account group is utilized for pricing rules. For example, you may have a 'Preferred' price group that receives a special discount rate. The type type_group indicates the account group is utilized to categorize a set of accounts. For example, you may have a group of accounts that are 'Consumers' or 'Distributors'.
created_atstring (date-time)Creation timestamp.
updated_atstring (date-time)Last updated timestamp.
Responses
200
Successful response for Update Account Group