Skip to content

Commit 248b379

Browse files
committed
Added Web API sample code placeholders
1 parent bc41bf9 commit 248b379

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

power-platform/alm/solution-async.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -169,6 +169,12 @@ req.Parameters.Add("Managed", false);
169169
var response = service.Execute(req);
170170
```
171171

172+
### [Web API (C#)](#tab/webapi-csharp)
173+
174+
```csharp
175+
// No sample code is available at this time
176+
```
177+
172178
---
173179

174180
In the response are the `AsyncOperationId` and `ExportJobId` parameter values. Use the `AsyncOperationId` in the response to verify the success of the asynchronous job (`statecode` == 3; `statuscode` == 30). Next, use the `DownloadSolutionExportData` action (or message) with the `ExportJobId` value from the response to download the exported solution file, which is returned in the `ExportSolutionFile` parameter.
@@ -184,6 +190,12 @@ req.Parameters.Add("ExportJobId", Guid.Parse("a9089b53-a1c7-ea11-a813-000d3a1442
184190
var response = service.Execute(req);
185191
```
186192

193+
### [Web API (C#)](#tab/webapi-csharp)
194+
195+
```csharp
196+
// No sample code is available at this time
197+
```
198+
187199
---
188200

189201
## Staging a solution import

0 commit comments

Comments
 (0)