Component: COMMISSION_GROUP_ID

Abstract

Commission group is used to group together tours that have the same commission when you create a seller agreement on Marketplace. Value for this component can be set via ExperienceComponentsDto.commissionGroupId which is of long type. The value refers to ID of a relevant commission group object.

This parameter is optional. In order to erase the value, null should be sent on update:

{
   ...,
   "commissionGroupId": null,
   ...
}
 
Did this answer your question?
😞
😐
🤩