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-09-15T08:47:31.6867323+04:00",
"TimeTo": "2026-09-15T08:47:31.6867323+04:00",
"Description": "sample string 1",
"WorkFlowStatus": "11b3775c-07e0-4f11-ae05-a72976f5e60e",
"CreatedBy": 1,
"IsDeleted": true,
"Status": "sample string 3",
"AgentId": 1,
"DivisionId": "fb31257b-5afa-4b8b-ac0c-ffa57d215669",
"AssetId": "32825aa1-c213-4fda-b23a-e60464ce2227",
"BuildingId": "e08cf90b-d086-475a-9fd6-6045d72cd6dc",
"SubBuildingId": "55c8b258-519f-48cf-b40f-65d97aaa3eff",
"LocationId": "fc881eeb-fb16-4631-b9c9-bc42a7a83bff",
"CategoryId": "213b2bf4-7cd8-4928-9341-59822226df2f",
"SectorId": "afd2d383-10b3-496e-9b30-8b40c2128f9d",
"Month": 1,
"Year": 1,
"SubSectorId": "84f7fe43-d4a6-4d06-b59c-659620ef64d2",
"DateFrom": "2026-09-15T08:47:31.687732+04:00",
"DateTo": "2026-09-15T08:47:31.687732+04:00",
"Source": "sample string 4"
}
text/html, multipart/form-data
Sample:
{"Id":1,"AgentMonthlyTimeSheetId":1,"ScheduleId":1,"TimeFrom":"2026-09-15T08:47:31.6867323+04:00","TimeTo":"2026-09-15T08:47:31.6867323+04:00","Description":"sample string 1","WorkFlowStatus":"11b3775c-07e0-4f11-ae05-a72976f5e60e","CreatedBy":1,"IsDeleted":true,"Status":"sample string 3","AgentId":1,"DivisionId":"fb31257b-5afa-4b8b-ac0c-ffa57d215669","AssetId":"32825aa1-c213-4fda-b23a-e60464ce2227","BuildingId":"e08cf90b-d086-475a-9fd6-6045d72cd6dc","SubBuildingId":"55c8b258-519f-48cf-b40f-65d97aaa3eff","LocationId":"fc881eeb-fb16-4631-b9c9-bc42a7a83bff","CategoryId":"213b2bf4-7cd8-4928-9341-59822226df2f","SectorId":"afd2d383-10b3-496e-9b30-8b40c2128f9d","Month":1,"Year":1,"SubSectorId":"84f7fe43-d4a6-4d06-b59c-659620ef64d2","DateFrom":"2026-09-15T08:47:31.687732+04:00","DateTo":"2026-09-15T08:47:31.687732+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>32825aa1-c213-4fda-b23a-e60464ce2227</AssetId> <BuildingId>e08cf90b-d086-475a-9fd6-6045d72cd6dc</BuildingId> <CategoryId>213b2bf4-7cd8-4928-9341-59822226df2f</CategoryId> <CreatedBy>1</CreatedBy> <DateFrom>2026-09-15T08:47:31.687732+04:00</DateFrom> <DateTo>2026-09-15T08:47:31.687732+04:00</DateTo> <Description>sample string 1</Description> <DivisionId>fb31257b-5afa-4b8b-ac0c-ffa57d215669</DivisionId> <Id>1</Id> <IsDeleted>true</IsDeleted> <LocationId>fc881eeb-fb16-4631-b9c9-bc42a7a83bff</LocationId> <Month>1</Month> <ScheduleId>1</ScheduleId> <SectorId>afd2d383-10b3-496e-9b30-8b40c2128f9d</SectorId> <Source>sample string 4</Source> <Status>sample string 3</Status> <SubBuildingId>55c8b258-519f-48cf-b40f-65d97aaa3eff</SubBuildingId> <SubSectorId>84f7fe43-d4a6-4d06-b59c-659620ef64d2</SubSectorId> <TimeFrom>2026-09-15T08:47:31.6867323+04:00</TimeFrom> <TimeTo>2026-09-15T08:47:31.6867323+04:00</TimeTo> <WorkFlowStatus>11b3775c-07e0-4f11-ae05-a72976f5e60e</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>