I want to import Resource ,Project ,Booking and Task using Rest API to my database.
I am new to dynamic 365 . please guide me how to achieve it.
I want to import Resource ,Project ,Booking and Task using Rest API to my database.
I am new to dynamic 365 . please guide me how to achieve it.
yes it accessible . I got job list but i doesn't got my new job that was i created in that job list . If their any setting or right may be left . So you can suggest me.
In D365BC, go to your user and click on Web Sevice Access Key. Then to authenticate use your username and this access key.
Thanks for your reply ,
As you said i visited web services page where published check box is already selected but when i use that odata url in browser it ask for credentials. i entered my user name and password but it asks repeatedly. please suggest what to do and which credential i use. please provide some example if possible.
Not all these entities have native REST APIs.
My suggestion: use OData. Go to Web Services page in D365BC and publish the page you need as web service. Then use the OData URL as the endpoint to send REST calls to import the data (POST).