Home
API Catalog
About
Back to System
Microsoft Dynamics CRM API
1.0.0
OAS 3.0
Servers
https://{organization}.crm.dynamics.com/api/data/v9.1/
Authorize
Leads
GET
/leads
Get a list of leads
POST
/leads
Create a lead
GET
/leads({leadId})
Get a lead by ID
PATCH
/leads({leadId})
Update a lead
DELETE
/leads({leadId})
Delete a lead
Teams
GET
/teams
Get a list of teams
GET
/teams({teamId})
Get a team by ID
GET
/teams({teamId})
/teammembership_association
Get members of a team
Accounts
GET
/accounts
Get a list of accounts
POST
/accounts
Create an account
GET
/accounts({accountId})
Get an account by ID
PATCH
/accounts({accountId})
Update an account
DELETE
/accounts({accountId})
Delete an account
GET
/accounts({accountId})
/contact_customer_accounts
Get contacts for an account
GET
/accounts({accountId})
/opportunity_customer_accounts
Get opportunities for an account
Contacts
GET
/contacts
Get a list of contacts
POST
/contacts
Create a contact
GET
/contacts({contactId})
Get a contact by ID
PATCH
/contacts({contactId})
Update a contact
DELETE
/contacts({contactId})
Delete a contact
Cases
GET
/incidents
Get a list of cases
POST
/incidents
Create a case
GET
/incidents({incidentId})
Get a case by ID
PATCH
/incidents({incidentId})
Update a case
DELETE
/incidents({incidentId})
Delete a case
Notes
GET
/annotations
Get a list of notes
POST
/annotations
Create a note
GET
/annotations({annotationId})
Get a note by ID
DELETE
/annotations({annotationId})
Delete a note
Users
GET
/systemusers
Get a list of users
GET
/systemusers({userId})
Get a user by ID
PATCH
/systemusers({userId})
Update a user
GET
/systemusers({userId})
/teammembership_association
Get teams for a user
Business Units
GET
/businessunits
Get a list of business units
GET
/businessunits({businessUnitId})
Get a business unit by ID
Opportunities
GET
/opportunities
Get a list of opportunities
POST
/opportunities
Create an opportunity
GET
/opportunities({opportunityId})
Get an opportunity by ID
PATCH
/opportunities({opportunityId})
Update an opportunity
DELETE
/opportunities({opportunityId})
Delete an opportunity
Schemas
Case
Lead
Note
Team
User
Error
Account
Contact
Opportunity
BusinessUnit