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-01-29T03:11:04.0430415+04:00",
"TimeTo": "2026-01-29T03:11:04.0430415+04:00",
"Description": "sample string 1",
"WorkFlowStatus": "81cff0ab-4f0f-4c75-901d-cf2052004a78",
"CreatedBy": 1,
"IsDeleted": true,
"Status": "sample string 3",
"AgentId": 1,
"DivisionId": "94aa6cd5-9c01-4844-9501-1ff84957795a",
"AssetId": "7424a1db-6775-4e9c-a71e-43cee5034a39",
"BuildingId": "cd621a88-80ab-4211-b2ca-ed1a1792ff9d",
"SubBuildingId": "f6b7ddfd-9495-4c11-95e2-a19eda6c6c36",
"LocationId": "524b8710-1cf1-4b9f-930c-c9eee785294c",
"CategoryId": "35234923-d440-4bb1-9e53-f5207391e9bd",
"SectorId": "b0768f70-5820-42e3-a09f-569763ff8794",
"Month": 1,
"Year": 1,
"SubSectorId": "b61ff2e9-2567-48fb-bc93-05ad0339897b",
"DateFrom": "2026-01-29T03:11:04.0430415+04:00",
"DateTo": "2026-01-29T03:11:04.0430415+04:00",
"Source": "sample string 4"
}
text/html, multipart/form-data
Sample:
{"Id":1,"AgentMonthlyTimeSheetId":1,"ScheduleId":1,"TimeFrom":"2026-01-29T03:11:04.0430415+04:00","TimeTo":"2026-01-29T03:11:04.0430415+04:00","Description":"sample string 1","WorkFlowStatus":"81cff0ab-4f0f-4c75-901d-cf2052004a78","CreatedBy":1,"IsDeleted":true,"Status":"sample string 3","AgentId":1,"DivisionId":"94aa6cd5-9c01-4844-9501-1ff84957795a","AssetId":"7424a1db-6775-4e9c-a71e-43cee5034a39","BuildingId":"cd621a88-80ab-4211-b2ca-ed1a1792ff9d","SubBuildingId":"f6b7ddfd-9495-4c11-95e2-a19eda6c6c36","LocationId":"524b8710-1cf1-4b9f-930c-c9eee785294c","CategoryId":"35234923-d440-4bb1-9e53-f5207391e9bd","SectorId":"b0768f70-5820-42e3-a09f-569763ff8794","Month":1,"Year":1,"SubSectorId":"b61ff2e9-2567-48fb-bc93-05ad0339897b","DateFrom":"2026-01-29T03:11:04.0430415+04:00","DateTo":"2026-01-29T03:11:04.0430415+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>7424a1db-6775-4e9c-a71e-43cee5034a39</AssetId> <BuildingId>cd621a88-80ab-4211-b2ca-ed1a1792ff9d</BuildingId> <CategoryId>35234923-d440-4bb1-9e53-f5207391e9bd</CategoryId> <CreatedBy>1</CreatedBy> <DateFrom>2026-01-29T03:11:04.0430415+04:00</DateFrom> <DateTo>2026-01-29T03:11:04.0430415+04:00</DateTo> <Description>sample string 1</Description> <DivisionId>94aa6cd5-9c01-4844-9501-1ff84957795a</DivisionId> <Id>1</Id> <IsDeleted>true</IsDeleted> <LocationId>524b8710-1cf1-4b9f-930c-c9eee785294c</LocationId> <Month>1</Month> <ScheduleId>1</ScheduleId> <SectorId>b0768f70-5820-42e3-a09f-569763ff8794</SectorId> <Source>sample string 4</Source> <Status>sample string 3</Status> <SubBuildingId>f6b7ddfd-9495-4c11-95e2-a19eda6c6c36</SubBuildingId> <SubSectorId>b61ff2e9-2567-48fb-bc93-05ad0339897b</SubSectorId> <TimeFrom>2026-01-29T03:11:04.0430415+04:00</TimeFrom> <TimeTo>2026-01-29T03:11:04.0430415+04:00</TimeTo> <WorkFlowStatus>81cff0ab-4f0f-4c75-901d-cf2052004a78</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>