IUCJsonActivityAdditionalChargesSet Method |
Change or insert additional charges to Activity
Namespace: LSOmni.ServiceAssembly: LSOmni.Service (in LSOmni.Service.dll) Version: Commerce Service for LS Central 2026.8.0
Syntax
Remarks
LS Central WS2: SetAdditionalChargesVx
Example
Sample request including minimum data needed to be able to process the request in LS Commerce
{
"request": {
"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