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-05-01T05:21:51.0790585+04:00",
"TimeTo": "2026-05-01T05:21:51.0790585+04:00",
"Description": "sample string 1",
"WorkFlowStatus": "160b4237-4839-4790-aaa7-29846bbe7d93",
"CreatedBy": 1,
"IsDeleted": true,
"Status": "sample string 3",
"AgentId": 1,
"DivisionId": "0a8479e2-bc67-4f78-8a5b-126356d5a272",
"AssetId": "2c586390-418d-442e-ac61-514825666916",
"BuildingId": "f7d03cca-c793-4f71-9adf-b6c92d83dba0",
"SubBuildingId": "24621dea-0963-49ea-b28f-baaa818d8ff7",
"LocationId": "60eafc9d-af23-4c19-a043-370f850ebe32",
"CategoryId": "f9b616b0-857c-4631-a977-3c12a7157019",
"SectorId": "27ed818a-7fac-4d48-bd91-eeed9eea8b57",
"Month": 1,
"Year": 1,
"SubSectorId": "21f26955-eb7e-4876-b7f3-c74f6a3e949a",
"DateFrom": "2026-05-01T05:21:51.0790585+04:00",
"DateTo": "2026-05-01T05:21:51.0790585+04:00",
"Source": "sample string 4"
}
text/html, multipart/form-data
Sample:
{"Id":1,"AgentMonthlyTimeSheetId":1,"ScheduleId":1,"TimeFrom":"2026-05-01T05:21:51.0790585+04:00","TimeTo":"2026-05-01T05:21:51.0790585+04:00","Description":"sample string 1","WorkFlowStatus":"160b4237-4839-4790-aaa7-29846bbe7d93","CreatedBy":1,"IsDeleted":true,"Status":"sample string 3","AgentId":1,"DivisionId":"0a8479e2-bc67-4f78-8a5b-126356d5a272","AssetId":"2c586390-418d-442e-ac61-514825666916","BuildingId":"f7d03cca-c793-4f71-9adf-b6c92d83dba0","SubBuildingId":"24621dea-0963-49ea-b28f-baaa818d8ff7","LocationId":"60eafc9d-af23-4c19-a043-370f850ebe32","CategoryId":"f9b616b0-857c-4631-a977-3c12a7157019","SectorId":"27ed818a-7fac-4d48-bd91-eeed9eea8b57","Month":1,"Year":1,"SubSectorId":"21f26955-eb7e-4876-b7f3-c74f6a3e949a","DateFrom":"2026-05-01T05:21:51.0790585+04:00","DateTo":"2026-05-01T05:21:51.0790585+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>2c586390-418d-442e-ac61-514825666916</AssetId> <BuildingId>f7d03cca-c793-4f71-9adf-b6c92d83dba0</BuildingId> <CategoryId>f9b616b0-857c-4631-a977-3c12a7157019</CategoryId> <CreatedBy>1</CreatedBy> <DateFrom>2026-05-01T05:21:51.0790585+04:00</DateFrom> <DateTo>2026-05-01T05:21:51.0790585+04:00</DateTo> <Description>sample string 1</Description> <DivisionId>0a8479e2-bc67-4f78-8a5b-126356d5a272</DivisionId> <Id>1</Id> <IsDeleted>true</IsDeleted> <LocationId>60eafc9d-af23-4c19-a043-370f850ebe32</LocationId> <Month>1</Month> <ScheduleId>1</ScheduleId> <SectorId>27ed818a-7fac-4d48-bd91-eeed9eea8b57</SectorId> <Source>sample string 4</Source> <Status>sample string 3</Status> <SubBuildingId>24621dea-0963-49ea-b28f-baaa818d8ff7</SubBuildingId> <SubSectorId>21f26955-eb7e-4876-b7f3-c74f6a3e949a</SubSectorId> <TimeFrom>2026-05-01T05:21:51.0790585+04:00</TimeFrom> <TimeTo>2026-05-01T05:21:51.0790585+04:00</TimeTo> <WorkFlowStatus>160b4237-4839-4790-aaa7-29846bbe7d93</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>