cancel
Showing results for 
Search instead for 
Did you mean: 

SAP MII 15.5 - Calling external REST service using HTTP POST

former_member844162
Discoverer
0 Kudos
617

Hello All,

Can you explain to me how i configure HTTP POST to get data ?

i'm going to use POSTMAN

Thanks,

Kiran

Accepted Solutions (0)

Answers (1)

Answers (1)

kenantelyakar
Explorer
0 Kudos

Hi Anis,

First of all, you have to generate a form ID with GET request for use /manufacturing-rest/web-api/xsrf/generateFormId and save the FORM_ID response for use.

Then, you have to generate your service POST request like as "http://{{host}}:{{port}}/manufacturing-rest/web-api/NCProductionServiceRPC/createNCBatch?Site=plant&FORM_ID={{formid}}"

and fill the body section for parameters as added screenshot below