Dynamics 365 Web API - CRMUG April 2018
@goyuix
https://www.linkedin.com/in/goyuix
https://stackoverflow.com/cv/goyuix
https://www.wecc.biz/careers
Dynamics 365 Web API - CRMUG April 2018
Dynamics 365 Web API - CRMUG April 2018
Dynamics 365 Web API - CRMUG April 2018
Dynamics 365 Web API - CRMUG April 2018
Contact
Volunteer
Certs
CompanyEducation
Experience
$request = @{
Uri = "$server/$org/api/data/v8.2/contacts"
UseDefaultCredentials = $true
}
$response = Invoke-RestMethod @request
PS C:> $response.value.count
4
PS C:> $response.value[1].fullname
Greg McMurray
Dynamics 365 Web API - CRMUG April 2018
Dynamics 365 Web API - CRMUG April 2018
$contact = @{
fullname='CRM Test'
firstname = 'CRM'
lastname = 'Test'
emailaddress1 = 'user@crm.test'
}
$request = @{
Uri = "$server/$org/api/data/v8.2/contacts"
UseDefaultCredentials = $true
Method = 'POST'
ContentType = 'application/json'
Body = ConvertTo-Json $contact
}
Invoke-WebRequest @request
https://msdn.microsoft.com/en-us/library/mt628816.aspx
https://community.dynamics.com/
http://www.crmug.com
https://msdn.microsoft.com/en-us/library/mt593051.aspx
http://www.odata.org/documentation/
https://jsonlint.com/
@goyuix
https://www.linkedin.com/in/goyuix

More Related Content

PDF
Resting with OroCRM Webinar
PPT
CiviCRM API v3
PDF
Automating Cloud Operations: Everything You Wanted to Know about cURL and REST
PPTX
Contacto server API in PHP
KEY
Using the SugarCRM REST API
PDF
Pentesting RESTful webservices
PPTX
CRMUG Presentation on Dynamics CRM integration with SharePoint
PPTX
Power Platform Introduction - Utah PowerApps and Flow User Group
Resting with OroCRM Webinar
CiviCRM API v3
Automating Cloud Operations: Everything You Wanted to Know about cURL and REST
Contacto server API in PHP
Using the SugarCRM REST API
Pentesting RESTful webservices
CRMUG Presentation on Dynamics CRM integration with SharePoint
Power Platform Introduction - Utah PowerApps and Flow User Group

More from Greg McMurray (9)

PPTX
SharePoint Search - August 2019 at Utah SharePoint User Group
PPTX
PowerShell Basics for Office Apps and Servers
PPTX
Introduction to SQL Server Graph DB
PPTX
Power BI Streaming Datasets - San Diego BI Users Group
PPTX
SQL Server Temporal Tables
PPTX
Sql Server 2016 and JSON
PPTX
Power BI Streaming Datasets
PPTX
Introduction to Microsoft Teams
PPTX
Real World Power Query for Excel and Power BI - SQL Saturday #576
SharePoint Search - August 2019 at Utah SharePoint User Group
PowerShell Basics for Office Apps and Servers
Introduction to SQL Server Graph DB
Power BI Streaming Datasets - San Diego BI Users Group
SQL Server Temporal Tables
Sql Server 2016 and JSON
Power BI Streaming Datasets
Introduction to Microsoft Teams
Real World Power Query for Excel and Power BI - SQL Saturday #576
Ad

Recently uploaded (20)

PDF
Launch a Bumble-Style App with AI Features in 2025.pdf
PDF
Connector Corner: Transform Unstructured Documents with Agentic Automation
PDF
EIS-Webinar-Regulated-Industries-2025-08.pdf
PDF
Identification of potential depression in social media posts
PDF
Rapid Prototyping: A lecture on prototyping techniques for interface design
PDF
CXOs-Are-you-still-doing-manual-DevOps-in-the-age-of-AI.pdf
PDF
substrate PowerPoint Presentation basic one
PDF
Advancing precision in air quality forecasting through machine learning integ...
PDF
Examining Bias in AI Generated News Content.pdf
PDF
Data Virtualization in Action: Scaling APIs and Apps with FME
PDF
NewMind AI Weekly Chronicles – August ’25 Week IV
PDF
CEH Module 2 Footprinting CEH V13, concepts
PDF
CCUS-as-the-Missing-Link-to-Net-Zero_AksCurious.pdf
PDF
Transform-Quality-Engineering-with-AI-A-60-Day-Blueprint-for-Digital-Success.pdf
PDF
The-2025-Engineering-Revolution-AI-Quality-and-DevOps-Convergence.pdf
PDF
A symptom-driven medical diagnosis support model based on machine learning te...
PPTX
Rise of the Digital Control Grid Zeee Media and Hope and Tivon FTWProject.com
PDF
Human Computer Interaction Miterm Lesson
PDF
5-Ways-AI-is-Revolutionizing-Telecom-Quality-Engineering.pdf
PPTX
Presentation - Principles of Instructional Design.pptx
Launch a Bumble-Style App with AI Features in 2025.pdf
Connector Corner: Transform Unstructured Documents with Agentic Automation
EIS-Webinar-Regulated-Industries-2025-08.pdf
Identification of potential depression in social media posts
Rapid Prototyping: A lecture on prototyping techniques for interface design
CXOs-Are-you-still-doing-manual-DevOps-in-the-age-of-AI.pdf
substrate PowerPoint Presentation basic one
Advancing precision in air quality forecasting through machine learning integ...
Examining Bias in AI Generated News Content.pdf
Data Virtualization in Action: Scaling APIs and Apps with FME
NewMind AI Weekly Chronicles – August ’25 Week IV
CEH Module 2 Footprinting CEH V13, concepts
CCUS-as-the-Missing-Link-to-Net-Zero_AksCurious.pdf
Transform-Quality-Engineering-with-AI-A-60-Day-Blueprint-for-Digital-Success.pdf
The-2025-Engineering-Revolution-AI-Quality-and-DevOps-Convergence.pdf
A symptom-driven medical diagnosis support model based on machine learning te...
Rise of the Digital Control Grid Zeee Media and Hope and Tivon FTWProject.com
Human Computer Interaction Miterm Lesson
5-Ways-AI-is-Revolutionizing-Telecom-Quality-Engineering.pdf
Presentation - Principles of Instructional Design.pptx
Ad