565
Views
1
Comments
Consume REST API POST Method
Question

Hi,


This My Login API , when I give the request Like this, The Response will look like this



In data Object the login value is "True" Means the request authentication is correct . False means authentication is False.

Next, i copy to response Body. My response Like this



How do I check the User name and password while Login.


I have no idea how to pass the JSON request to the post method and Get the response of the Login result.

2019-07-01 07-16-04
Vinod Patidar

Hi Kavinesh,

Please put the JSON in Body tab and then click on Finish. So you will get same input parameter in API.


https://success.outsystems.com/Documentation/11/Extensibility_and_Integration/REST/Consume_REST_APIs/Consume_one_or_more_REST_API_methods


Thanks

Vinod


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