// Job ID: #202949
using AG.A1.Scheduler.Billing.Contracts.Contracts;
var commitTimeEntriesTo3E = Activate<ICommitTimeEntriesTo3E>();
await commitTimeEntriesTo3E.Handle(
FromJson<CommitTimeEntriesTo3ERequest>("{\"CommitAll\":false,\"TimeEntryIds\":[19434890,19434891,19434892,19434893,19434894,19434895,19434896,19434897,19434898,19434899,19434858,19434859,19434860,19434864,19434865,19434866,19434868,19434869,19434870,19434871,19434872,19434873,19434874,19434875,19434876,19434877,19434878,19434879,19434880,19434881,19434882,19434883,19434884,19434885,19434886,19434887,19434888,19434889,19434867,19434861,19434862,19434863,19434855,19434856,19434857],\"UserId\":6310,\"UserFullName\":\"Shiva Gurram\",\"UserWindowsId\":\"AG\\SGurram\",\"InputSource\":\"alliantONE\",\"SubmittedBy\":6310,\"IsAGTalent\":false}"),
null,
null);
| CurrentCulture | |
| CurrentUICulture | |
An exception occurred during performance of the job.
Request failed with status code NotFound
System.Net.Http.HttpRequestException: Request failed with status code NotFound at AG.A1.Framework.Rest.RESTClient.HandleResponse[T](RestResponse restResponse) in C:\agent\_work\1\s\A1Solution\src-framework\AG.A1.Framework\Rest\RESTClient.cs:line 354 at AG.A1.Framework.Rest.RESTClient.ExecutePOSTAsync[T](IRESTEndpoint apiEndpoint, IDictionary`2 headers, IDictionary`2 bodyParameters, IDictionary`2 urlParameters) in C:\agent\_work\1\s\A1Solution\src-framework\AG.A1.Framework\Rest\RESTClient.cs:line 251 at AG.Integrations.RESTClients.BillingApiREST.BillingControllers.BillingA1ApiClientController.GetProjectAllocation(IEnumerable`1 requestModel) in C:\agent\_work\1\s\A1Solution\src-integrations\AG.Integrations.RESTClients\BillingApiREST\BillingControllers\BillingA1ApiClientController.cs:line 130 at AG.A1.Scheduler.Billing.Application.Features.CommitTimeTo3E.Commands.CommitTimeEntryTo3ECommandHandler.GetProjectAllocation(IEnumerable`1 projectDetails) in C:\agent\_work\1\s\A1Solution\src-schedulers\AG.A1.Scheduler.Billing.Application\Features\CommitTimeTo3E\Commands\CommitTimeEntryTo3ECommandHandler.cs:line 792 at AG.A1.Scheduler.Billing.Application.Features.CommitTimeTo3E.Commands.CommitTimeEntryTo3ECommandHandler.Handle(CommitTimeEntriesTo3ERequest request, CancellationToken cancellationToken, PerformContext performContext) in C:\agent\_work\1\s\A1Solution\src-schedulers\AG.A1.Scheduler.Billing.Application\Features\CommitTimeTo3E\Commands\CommitTimeEntryTo3ECommandHandler.cs:line 140 at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)