POST Api/AgentBudgetApi/UpdateAgentTimesheet
Request Information
URI Parameters
None.
Body Parameters
FilterTimes| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| AgentMonthlyTimeSheetId | integer |
None. |
|
| ScheduleId | integer |
None. |
|
| TimeFrom | date |
None. |
|
| TimeTo | date |
None. |
|
| Description | string |
None. |
|
| WorkFlowStatus | globally unique identifier |
None. |
|
| CreatedBy | integer |
None. |
|
| IsDeleted | boolean |
None. |
|
| Status | string |
None. |
|
| AgentId | integer |
None. |
|
| DivisionId | globally unique identifier |
None. |
|
| AssetId | globally unique identifier |
None. |
|
| BuildingId | globally unique identifier |
None. |
|
| SubBuildingId | globally unique identifier |
None. |
|
| LocationId | globally unique identifier |
None. |
|
| CategoryId | globally unique identifier |
None. |
|
| SectorId | globally unique identifier |
None. |
|
| Month | integer |
None. |
|
| Year | integer |
None. |
|
| SubSectorId | globally unique identifier |
None. |
|
| DateFrom | date |
None. |
|
| DateTo | date |
None. |
|
| Source | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"Id": 1,
"AgentMonthlyTimeSheetId": 1,
"ScheduleId": 1,
"TimeFrom": "2026-08-01T01:17:39.8163489+04:00",
"TimeTo": "2026-08-01T01:17:39.8163489+04:00",
"Description": "sample string 1",
"WorkFlowStatus": "56aaea3b-1d03-41b9-afb2-5ac5a9379357",
"CreatedBy": 1,
"IsDeleted": true,
"Status": "sample string 3",
"AgentId": 1,
"DivisionId": "2102d085-9386-4292-889a-ba78d42b6392",
"AssetId": "f83559f3-96f3-404f-968e-dc8eeda93c02",
"BuildingId": "9daa4c6e-1962-4d58-83a2-e4d980978522",
"SubBuildingId": "cbc1dad5-d9ca-4ff0-9ad6-f78134517ee5",
"LocationId": "1e301f4b-44b7-4cf3-85bf-f0c6f0e3e047",
"CategoryId": "2583aeaf-f53f-409f-9e1b-0c5004cd8715",
"SectorId": "73613b1d-ee5b-482d-b845-a502653c7840",
"Month": 1,
"Year": 1,
"SubSectorId": "ea5faef4-1038-4fa9-a681-1f15191fc2be",
"DateFrom": "2026-08-01T01:17:39.8163489+04:00",
"DateTo": "2026-08-01T01:17:39.8163489+04:00",
"Source": "sample string 4"
}
text/html, multipart/form-data
Sample:
{"Id":1,"AgentMonthlyTimeSheetId":1,"ScheduleId":1,"TimeFrom":"2026-08-01T01:17:39.8163489+04:00","TimeTo":"2026-08-01T01:17:39.8163489+04:00","Description":"sample string 1","WorkFlowStatus":"56aaea3b-1d03-41b9-afb2-5ac5a9379357","CreatedBy":1,"IsDeleted":true,"Status":"sample string 3","AgentId":1,"DivisionId":"2102d085-9386-4292-889a-ba78d42b6392","AssetId":"f83559f3-96f3-404f-968e-dc8eeda93c02","BuildingId":"9daa4c6e-1962-4d58-83a2-e4d980978522","SubBuildingId":"cbc1dad5-d9ca-4ff0-9ad6-f78134517ee5","LocationId":"1e301f4b-44b7-4cf3-85bf-f0c6f0e3e047","CategoryId":"2583aeaf-f53f-409f-9e1b-0c5004cd8715","SectorId":"73613b1d-ee5b-482d-b845-a502653c7840","Month":1,"Year":1,"SubSectorId":"ea5faef4-1038-4fa9-a681-1f15191fc2be","DateFrom":"2026-08-01T01:17:39.8163489+04:00","DateTo":"2026-08-01T01:17:39.8163489+04:00","Source":"sample string 4"}
application/xml, text/xml
Sample:
<FilterTimes xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/MSMChecklistFlow.DTO"> <AgentId>1</AgentId> <AgentMonthlyTimeSheetId>1</AgentMonthlyTimeSheetId> <AssetId>f83559f3-96f3-404f-968e-dc8eeda93c02</AssetId> <BuildingId>9daa4c6e-1962-4d58-83a2-e4d980978522</BuildingId> <CategoryId>2583aeaf-f53f-409f-9e1b-0c5004cd8715</CategoryId> <CreatedBy>1</CreatedBy> <DateFrom>2026-08-01T01:17:39.8163489+04:00</DateFrom> <DateTo>2026-08-01T01:17:39.8163489+04:00</DateTo> <Description>sample string 1</Description> <DivisionId>2102d085-9386-4292-889a-ba78d42b6392</DivisionId> <Id>1</Id> <IsDeleted>true</IsDeleted> <LocationId>1e301f4b-44b7-4cf3-85bf-f0c6f0e3e047</LocationId> <Month>1</Month> <ScheduleId>1</ScheduleId> <SectorId>73613b1d-ee5b-482d-b845-a502653c7840</SectorId> <Source>sample string 4</Source> <Status>sample string 3</Status> <SubBuildingId>cbc1dad5-d9ca-4ff0-9ad6-f78134517ee5</SubBuildingId> <SubSectorId>ea5faef4-1038-4fa9-a681-1f15191fc2be</SubSectorId> <TimeFrom>2026-08-01T01:17:39.8163489+04:00</TimeFrom> <TimeTo>2026-08-01T01:17:39.8163489+04:00</TimeTo> <WorkFlowStatus>56aaea3b-1d03-41b9-afb2-5ac5a9379357</WorkFlowStatus> <Year>1</Year> </FilterTimes>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
integerResponse Formats
application/json, text/json, text/html, multipart/form-data
Sample:
1
application/xml, text/xml
Sample:
<int xmlns="http://schemas.microsoft.com/2003/10/Serialization/">1</int>