简体   繁体   中英

How to find Dynamics 365 online svc end point to use Connected Service in Visual Studio.Net?

I am trying to use a connected service in visual Studio.net for Microsoft Dynamics 365 online. How to find the svc end-point url since I am running the trial version?

I am trying to do POC via console app right now to fetch / create / update data.

I have the rest of the information like

  • Page ODataV4 URL ,
  • Query URL,
  • Tenant key

I have done a POC for PAGE Url with HttpWebRequest but in this case I have to create my own DTOs and then serialize JSON Results to DTO objects. So I want to use "Connected Service" but I can't find the svc endpoint.

Historically there were endpoints like OrganizationMetadata.svc retired. Soon Organization.svc will retire (deprecated now). So only endpoint for future is going to be RESTful web api.

Navigate to Settings -> Customizations -> Developer Resources , you will find the necessary urls.

Read more

在此处输入图片说明

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM