cancel
Showing results for 
Search instead for 
Did you mean: 

Creating JSON Rest API POST method in SAP ABAP

BCL
Newcomer
0 Kudos

Hi All,

There are requirement to create REST API using POST method in JSON(application/Json) .

Input is Vehicle No

Output: Vehicle is Valid or Not.

I already create GET method & it's working successfully but after changing to post method in Postman tools & change input parameter in JSON format no data is coming in SAP .Please help

Accepted Solutions (0)

Answers (1)

Answers (1)

Andre_Fischer
Product and Topic Expert
Product and Topic Expert
0 Kudos

Check out my blog

https://blogs.sap.com/2017/05/05/how-to-handle-etags-in-sap-gateway-using-code-based-implementation/

Which also explains code based implementation of function imports