
Hi All,
I am looking some information on CRM Dynamics about the exposing web service.
I have a business of Field service in CRM online, My client have BizTalk server as integration tool to connect my Dynamics.
I want to expose a service that will create new Work order in dynamics. I want to provide them (BizTalk) a URL with sample. Can you please guide me how can I create a sample and test it through SOAP UI
Regards,
Saurin
Hello,
The entity for Work Orders is called 'msdyn_workorder' and can be accessed via the WebApi (which replaces the old SOAP Api)
The endpoint URL on the WebApi for this entity is:
https://[organizationname].crm.dynamics.com/api/data/v9.0/msdyn_workorders
See this article on the Work Order entity:
https://docs.microsoft.com/en-us/dynamics365/customer-engagement/web-api/msdyn_workorder
See this introduction article on consuming the WebApi: