Hi all,
I am having issues with the Case (incedent) creation. As for now I was able to create an account but I need to be able to create cases. I have my OAuth connected properly, I have all the responses, I am able to create an account. I need a case. Please see request and response:
Request to: MYORG.crm4.dynamics.com/.../incidents (Bearer token is okay)
json:
{
"name": "API Title"
}
Responce:
{
"error": {
"code": "0x8006088a",
"message": "Resource not found for the segment 'incident'.",
"innererror": {
"message": "Resource not found for the segment 'incident'.",
"type": "Microsoft.OData.UriParser.ODataUnrecognizedPathException",
"stacktrace": " at Microsoft.OData.UriParser.ODataPathParser.CreateDynamicPathSegment(ODataPathSegment previous, String identifier, String parenthesisExpression)\r\n at Microsoft.OData.UriParser.ODataPathParser.CreateFirstSegment(String segmentText)\r\n at Microsoft.OData.UriParser.ODataPathParser.ParsePath(ICollection`1 segments)\r\n at Microsoft.OData.UriParser.ODataPathFactory.BindPath(ICollection`1 segments, ODataUriParserConfiguration configuration)\r\n at Microsoft.OData.UriParser.ODataUriParser.Initialize()\r\n at System.Web.OData.Routing.DefaultODataPathHandler.Parse(String serviceRoot, String odataPath, IServiceProvider requestContainer, Boolean template)\r\n at System.Web.OData.Routing.DefaultODataPathHandler.Parse(String serviceRoot, String odataPath, IServiceProvider requestContainer)\r\n at Microsoft.Crm.Extensibility.ODataV4.Routing.CrmODataPathHandler.Parse(String serviceRoot, String odataPath, IServiceProvider requestContainer)"
}
}
}
Please advise