21
Views
2
Comments
Solved
Web service REST Bad request
Question

Hi,

I have a REST API service which i send as parameter:

*Cod_A
*Atrib_B

*Atrib_C


But i can't obtain the response and i have obtain this error:
error 400, Bad request. what could be it?

2019-10-27 23-48-36
Emanuel Tavares
Solution

Checks if the parameters you are sending in the request have the same name and type as the service receives

UserImage.jpg
ELLEGANCE MANAGE

Emanuel Tavares wrote:

Checks if the parameters you are sending in the request have the same name and type as the service receives


I have to give wrong parameters with diferent values types, thank you Emanuel. 

Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.