Select to view content in your preferred language

Code sample seems not compiling properly

338
0
06-05-2023 06:33 PM
MarkMindlin_idea
New Contributor III

We need a help to run a C# code with REST API

The code sample seems not compiling properly, here the link

https://developers.arcgis.com/workflow-manager/api-reference/rest/#api-Routes-createJobs

Looking at C# example (at Usage and SDK Samples)  - What meaning of the "usings"?

using Org.OpenAPITools.Api;
using Org.OpenAPITools.Client;
using Org.OpenAPITools.Model;

The code is not compiled correctly - why?

0 Kudos
0 Replies