Click or drag to resize

IUCJsonActivityGroupAdditionalChargesSet Method

Change or insert additional charges to a group reservation member

Namespace: LSOmni.Service
Assembly: LSOmni.Service (in LSOmni.Service.dll) Version: Commerce Service for LS Central 2026.8.0
Syntax
C#
bool ActivityGroupAdditionalChargesSet(
	AdditionalCharge reqest
)

Parameters

reqest  AdditionalCharge

Return Value

Boolean
Remarks
LS Central WS2: SetGroupAdditionalCharges
Example
Sample request including minimum data needed to be able to process the request in LS Commerce
REST Sample Request
{
  "reqest": {
    "ActivityNo": "ACT0035",
    "DiscountPercentage": "0.0",
    "InvoiceReference": "",
    "ItemNo": "40020",
    "LineNo": 1,
    "Optional": "",
    "OptionalComment": "",
    "ParentLine": 0,
    "Price": 110.0,
    "ProductType": "0",
    "Quantity": 1,
    "TotalAmount": 110.0,
    "UnitOfMeasure": "",
    "VariantCode": ""
  }
}
See Also