How to send attachment via POSTMAN

ramesh_r
Mega Sage

Hi 

I want to send attachment via postman, Please provide the the steps

When i am trying to passing value it is showing below error

 

find_real_file.png

 

find_real_file.png

 

 

 

find_real_file.png

3 REPLIES 3

dvp
Mega Sage
Mega Sage

In the headers Accept is mentioned twice. Can you remove one of them and try again

gik
Kilo Expert

You have to change sequence of your entries in body. table_name should be first, next table_sys_id and file itself should be last parameter

 find_real_file.png

gik
Kilo Expert