cancel
Showing results for 
Search instead for 
Did you mean: 

How to Pass parameters for a POST request while creating MBOs?

Former Member
0 Kudos

I am using Rest Web service as backend for developing mobile business objects.

I want to know how to pass parameters to post request .The only example in documentation is use /{param} notation but that gives error 404.

Kindly let me know how to create URI template for POST request and pass parameters.

Accepted Solutions (0)

Answers (1)

Answers (1)

Ian_Thain
Developer Advocate
Developer Advocate
0 Kudos

Check out this video and see if it helps http://youtu.be/svLTocC9bW4

Ian

Former Member
0 Kudos

I am following the same approach but it gives me error 415.(Media type no supported). My service uses form param. If i change to path param and draft uri template accordingly it works fine.