OData is an Open standard protocol for creating and consuming data.
We can create or update or delete only a single record using OData.
D365 URL/data
To get the Particular Entity:
URL/data/public collection name of entity/?cross-company=true.
the name should be same as public collection name even capital and small letters also.
without using cross-company=true you will not get any data.
To get in JSON format :
URL/data/Vendors?cross-company=true&$format=json
To apply filters:
&$select=VendorAccountNumber ,DefaultOffsetAccountType
Filter details which can apply in URL
Reference:
Data Integration with OData
https://www.youtube.com/watch?v=RshNKniFomI
No comments:
Post a Comment