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-03-15T06:06:26.6268341+04:00",
"TimeTo": "2026-03-15T06:06:26.6268341+04:00",
"Description": "sample string 1",
"WorkFlowStatus": "2265332d-9082-47a0-8fb3-e40aa2979b45",
"CreatedBy": 1,
"IsDeleted": true,
"Status": "sample string 3",
"AgentId": 1,
"DivisionId": "99ef8cd2-10b2-4375-807c-d2c082fe560d",
"AssetId": "56816228-f8a6-4296-8991-eee4cb2e764e",
"BuildingId": "52966e5f-18e2-4733-a6f0-05c0caf66e21",
"SubBuildingId": "fc63f791-608d-4c06-ba66-5e0251da994e",
"LocationId": "1398b671-9b65-4c59-bcf3-cb22b0070055",
"CategoryId": "63202e8c-f5e5-4c49-8c5f-86f7ba1134aa",
"SectorId": "e3a29f1f-e525-4674-b2fe-df57bc47b14a",
"Month": 1,
"Year": 1,
"SubSectorId": "7f940fe2-a761-435c-a88f-0ba660f29647",
"DateFrom": "2026-03-15T06:06:26.6268341+04:00",
"DateTo": "2026-03-15T06:06:26.6268341+04:00",
"Source": "sample string 4"
}
text/html, multipart/form-data
Sample:
{"Id":1,"AgentMonthlyTimeSheetId":1,"ScheduleId":1,"TimeFrom":"2026-03-15T06:06:26.6268341+04:00","TimeTo":"2026-03-15T06:06:26.6268341+04:00","Description":"sample string 1","WorkFlowStatus":"2265332d-9082-47a0-8fb3-e40aa2979b45","CreatedBy":1,"IsDeleted":true,"Status":"sample string 3","AgentId":1,"DivisionId":"99ef8cd2-10b2-4375-807c-d2c082fe560d","AssetId":"56816228-f8a6-4296-8991-eee4cb2e764e","BuildingId":"52966e5f-18e2-4733-a6f0-05c0caf66e21","SubBuildingId":"fc63f791-608d-4c06-ba66-5e0251da994e","LocationId":"1398b671-9b65-4c59-bcf3-cb22b0070055","CategoryId":"63202e8c-f5e5-4c49-8c5f-86f7ba1134aa","SectorId":"e3a29f1f-e525-4674-b2fe-df57bc47b14a","Month":1,"Year":1,"SubSectorId":"7f940fe2-a761-435c-a88f-0ba660f29647","DateFrom":"2026-03-15T06:06:26.6268341+04:00","DateTo":"2026-03-15T06:06:26.6268341+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>56816228-f8a6-4296-8991-eee4cb2e764e</AssetId> <BuildingId>52966e5f-18e2-4733-a6f0-05c0caf66e21</BuildingId> <CategoryId>63202e8c-f5e5-4c49-8c5f-86f7ba1134aa</CategoryId> <CreatedBy>1</CreatedBy> <DateFrom>2026-03-15T06:06:26.6268341+04:00</DateFrom> <DateTo>2026-03-15T06:06:26.6268341+04:00</DateTo> <Description>sample string 1</Description> <DivisionId>99ef8cd2-10b2-4375-807c-d2c082fe560d</DivisionId> <Id>1</Id> <IsDeleted>true</IsDeleted> <LocationId>1398b671-9b65-4c59-bcf3-cb22b0070055</LocationId> <Month>1</Month> <ScheduleId>1</ScheduleId> <SectorId>e3a29f1f-e525-4674-b2fe-df57bc47b14a</SectorId> <Source>sample string 4</Source> <Status>sample string 3</Status> <SubBuildingId>fc63f791-608d-4c06-ba66-5e0251da994e</SubBuildingId> <SubSectorId>7f940fe2-a761-435c-a88f-0ba660f29647</SubSectorId> <TimeFrom>2026-03-15T06:06:26.6268341+04:00</TimeFrom> <TimeTo>2026-03-15T06:06:26.6268341+04:00</TimeTo> <WorkFlowStatus>2265332d-9082-47a0-8fb3-e40aa2979b45</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>