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?
Checks if the parameters you are sending in the request have the same name and type as the service receives
Emanuel Tavares wrote:
I have to give wrong parameters with diferent values types, thank you Emanuel.