Thanks for the reply I had gone through that link and was able to login and create item using the API. I am stuck at creating BOM. I checked the code and did not find any method or API which will help me in creating the BOM and BOM Item.
When I call it using that URL I get 400 bad request and there is no trace back only
“Server Error No Message”
And If add one more /bom to the url some times it gives 200 OK message other time 400 Bad request. And when it gives 200 message it does not create any BOM which is visible in the ERPnext Web UI
Thanks @makarand_b after restarting the VM I was able to create the BOM using the example URL provided by you. Earlier I tried with lowercase “bom” in the URL and it had not worked.
In the help document we should have a list of all the APIs exposed by ERPnext.
That is there but in the case of BOM the API is case sensitive and if you check the code every where it is lowercase in this case the end user will be confused and they will search the discussion forums for the answers. That is why I was telling to have a document with all the API listed. Even the site does not provide WSDL list of the API.