IUCJsonActivityReservationUpdate Method |
Action to force update to a reservation header in the LS Reservation table. Blank fields will be ignored
Namespace: LSOmni.ServiceAssembly: LSOmni.Service (in LSOmni.Service.dll) Version: Commerce Service for LS Central 2026.8.0
Syntaxstring ActivityReservationUpdate(
Reservation request
)
Parameters
- request Reservation
Return Value
String
Remarks
LS Central WS2: UpdateReservationVx
Example
Sample request including minimum data needed to be able to process the request in LS Commerce
{
"request": {
"ContactName": "Tom",
"ContactNo": "MO000008",
"Description": "",
"Email": "tom@xxx.com",
"EventNo": "",
"Internalstatus": "0",
"Location": "CAMBRIDGE",
"ResDateFrom": "\/Date(1570737600000)\/",
"ResDateTo": "\/Date(1570741200000)\/",
"ResTimeFrom": "\/Date(1570737600000)\/",
"ResTimeTo": "\/Date(1570741200000)\/",
"ReservationType": "SPA",
"SalesPerson": "AH",
"Status": ""
}
}
See Also