Fix chiamata api
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user