User Defined API How To Get Data From Request Body?
14th November 2024
Hi João, It looks like you try to access the properties from your ‘requestData’ class using the lowercase name. Instead of calling ‘requestData.workOrderId’, make sure to call ‘requestData.WorkOrderId’, the same …