SampleApp-CRUD-PHP icon indicating copy to clipboard operation
SampleApp-CRUD-PHP copied to clipboard

Request is not made successful

Open manishoctal opened this issue 5 years ago • 0 comments

Request is not made successful. Response Code:[400] with body: [Invalid NumberInvalid Number : ]. I am trying to update

$item = $dataService->FindbyId('item', 26);
        $theResourceObj = Item::update($item , [
            "QtyOnHand" => 101
        ]);

Any solution!?

manishoctal avatar May 02 '19 11:05 manishoctal