Back

Explore Courses Blog Tutorials Interview Questions
0 votes
2 views
in RPA by (5.3k points)

I am currently working on automating Entity creation request through web services using blue prism

Can someone please share me the request xml for entity creation in MS dynamics CRM

I have tried the below API and throwing error given in the screenshot

enter image description here

1 Answer

0 votes
by (9.5k points)

you can try this :

POST [Organization URI]/api/data/v9.0/accounts HTTP/1.1 Content-Type: application/json; charset=utf-8 OData-MaxVersion: 4.0 OData-Version: 4.0 Accept: application/json { "name": "Sample Account", "creditonhold": false, "address1_latitude": 47.639583, "description": "This is the description of the sample account", "revenue": 5000000, "accountcategorycode": 1 }

Related questions

Browse Categories

...