How call python method of doctype from rest api
Hy @soham_pawar
if you want to call the method using Ajax calling, please check the documentation.
if you want to call the method using Rest API, please check the documentation.
if you want to check Database API, please check the documentation.
Thank You!
thanks for your suggesation @Mohammadali .
but
I am building flutter application where i want to post the request of that method on using rest api.
and my method on my custom app when i post api in postman it gives error which says custom will not found.
Please Check It Reference
Also, Check the Postman API
Thanks!