Hi,
As per the documentaion for the "processBusinessCard" REST end point, we need to attach an image to request body.
Please let me know, Do I need to attach an image as Multi Part or Do I need to send Base64 contents?
Thanks
Maha
Hi,
As per the documentaion for the "processBusinessCard" REST end point, we need to attach an image to request body.
Please let me know, Do I need to attach an image as Multi Part or Do I need to send Base64 contents?
Thanks
Maha
0人中0人がこの記事が役に立ったと言っています
コメント
1件のコメント
Hi Maha,
The image does not have to be encoded. The file should be added to url as binary string.
Please note, that this scenario can be found in our code sample on our official website. These examples are very helpful in process of development of your own application.
サインインしてコメントを残してください。