How call python method of doctype from rest api

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.

@soham_pawar

Please Check It Reference

Also, Check the Postman API

https://www.postman.com/warped-moon-2893-1/workspace/frappe/api/f70254e3-9a64-40f4-929d-a7d3e782b74c/request/10771233-9ab1514c-1a68-4ef6-8b9f-1793d4839ce5

Thanks!