IUCJsonActivityGroupAdditionalChargesSet Method |
Change or insert additional charges to a group reservation member
Namespace: LSOmni.ServiceAssembly: LSOmni.Service (in LSOmni.Service.dll) Version: Commerce Service for LS Central 2026.8.0
Syntaxbool 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
{
"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