Error calling post service

0
I am getting an error while calling post service. It’s says an error has ocurred while handling the request. And when trying to run in postman I am getting error saying Incorrect syntax near ‘QtyType’. Could anyone say whats the exact issue I don’t think it’s a syntax error.
asked
1 answers
0

Hi Syed, 

 

could it be that “QtyType” expects a number/integer and not a string?

 

If it’s a number you have to remove the quotations “2” and just type put in 2.

 

Cheers,

Jan

answered