Fix chiamata api

This commit is contained in:
2026-03-04 12:59:32 +01:00
parent 21ee5137b0
commit e57738a37f
5 changed files with 23 additions and 28 deletions

View File

@@ -48,10 +48,11 @@ public class IntegrySteupService(IIntegryApiRestClient integryApiRestClient) : I
public Task CompleteInspection(string activityId) =>
integryApiRestClient.AuthorizedPost<object>(
$"{BaseRequest}/complete",
new object(),
new Dictionary<string, object>
{
{ "activityId", activityId }
}
}!
);
#endregion