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": "2025-10-30T10:01:47.3559119+04:00",
"TimeTo": "2025-10-30T10:01:47.3559119+04:00",
"Description": "sample string 1",
"WorkFlowStatus": "ce5af300-e2ca-47bd-a365-2bc8c2275b76",
"CreatedBy": 1,
"IsDeleted": true,
"Status": "sample string 3",
"AgentId": 1,
"DivisionId": "4c21d62a-8845-42fc-8241-8ab4366227cd",
"AssetId": "7707abbd-32b4-46a1-a4f5-f0a4a04b959d",
"BuildingId": "79b248ea-6b73-42b6-b608-b492caf63c9e",
"SubBuildingId": "10943038-71c3-4546-bc9e-4431608536dc",
"LocationId": "53c7c68a-d94a-4314-95bf-435b88311886",
"CategoryId": "130e0bf7-2b09-4720-b295-88da3ceb2742",
"SectorId": "aa239a48-8e9b-4b73-9731-adfa2c7b1df7",
"Month": 1,
"Year": 1,
"SubSectorId": "d542b405-a15b-4e5b-8f80-aadd38bf5753",
"DateFrom": "2025-10-30T10:01:47.3559119+04:00",
"DateTo": "2025-10-30T10:01:47.3559119+04:00",
"Source": "sample string 4"
}
text/html, multipart/form-data
Sample:
{"Id":1,"AgentMonthlyTimeSheetId":1,"ScheduleId":1,"TimeFrom":"2025-10-30T10:01:47.3559119+04:00","TimeTo":"2025-10-30T10:01:47.3559119+04:00","Description":"sample string 1","WorkFlowStatus":"ce5af300-e2ca-47bd-a365-2bc8c2275b76","CreatedBy":1,"IsDeleted":true,"Status":"sample string 3","AgentId":1,"DivisionId":"4c21d62a-8845-42fc-8241-8ab4366227cd","AssetId":"7707abbd-32b4-46a1-a4f5-f0a4a04b959d","BuildingId":"79b248ea-6b73-42b6-b608-b492caf63c9e","SubBuildingId":"10943038-71c3-4546-bc9e-4431608536dc","LocationId":"53c7c68a-d94a-4314-95bf-435b88311886","CategoryId":"130e0bf7-2b09-4720-b295-88da3ceb2742","SectorId":"aa239a48-8e9b-4b73-9731-adfa2c7b1df7","Month":1,"Year":1,"SubSectorId":"d542b405-a15b-4e5b-8f80-aadd38bf5753","DateFrom":"2025-10-30T10:01:47.3559119+04:00","DateTo":"2025-10-30T10:01:47.3559119+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>7707abbd-32b4-46a1-a4f5-f0a4a04b959d</AssetId> <BuildingId>79b248ea-6b73-42b6-b608-b492caf63c9e</BuildingId> <CategoryId>130e0bf7-2b09-4720-b295-88da3ceb2742</CategoryId> <CreatedBy>1</CreatedBy> <DateFrom>2025-10-30T10:01:47.3559119+04:00</DateFrom> <DateTo>2025-10-30T10:01:47.3559119+04:00</DateTo> <Description>sample string 1</Description> <DivisionId>4c21d62a-8845-42fc-8241-8ab4366227cd</DivisionId> <Id>1</Id> <IsDeleted>true</IsDeleted> <LocationId>53c7c68a-d94a-4314-95bf-435b88311886</LocationId> <Month>1</Month> <ScheduleId>1</ScheduleId> <SectorId>aa239a48-8e9b-4b73-9731-adfa2c7b1df7</SectorId> <Source>sample string 4</Source> <Status>sample string 3</Status> <SubBuildingId>10943038-71c3-4546-bc9e-4431608536dc</SubBuildingId> <SubSectorId>d542b405-a15b-4e5b-8f80-aadd38bf5753</SubSectorId> <TimeFrom>2025-10-30T10:01:47.3559119+04:00</TimeFrom> <TimeTo>2025-10-30T10:01:47.3559119+04:00</TimeTo> <WorkFlowStatus>ce5af300-e2ca-47bd-a365-2bc8c2275b76</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>