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-06-15T21:06:22.489161+04:00",
"TimeTo": "2026-06-15T21:06:22.489161+04:00",
"Description": "sample string 1",
"WorkFlowStatus": "00d4c4ac-77cc-4971-adad-0803f3f08f84",
"CreatedBy": 1,
"IsDeleted": true,
"Status": "sample string 3",
"AgentId": 1,
"DivisionId": "0b983626-0baf-4325-a784-b95fddca1411",
"AssetId": "e2277123-f7af-49d9-af5d-f9a919c21fe9",
"BuildingId": "3234e56b-b447-4ea8-ad0a-5d9aca8d9512",
"SubBuildingId": "b0a593ff-4d09-40c4-92c0-6ab3e7fbc95f",
"LocationId": "755d8181-635b-4a12-9790-937991822270",
"CategoryId": "83406abf-8ac8-4d2c-a194-e111fdfd0f49",
"SectorId": "0f2fc7b1-83ea-43c7-aace-79839c0db8dc",
"Month": 1,
"Year": 1,
"SubSectorId": "aae5f29e-9d5a-4668-9066-700aa4295153",
"DateFrom": "2026-06-15T21:06:22.4901622+04:00",
"DateTo": "2026-06-15T21:06:22.4901622+04:00",
"Source": "sample string 4"
}
text/html, multipart/form-data
Sample:
{"Id":1,"AgentMonthlyTimeSheetId":1,"ScheduleId":1,"TimeFrom":"2026-06-15T21:06:22.489161+04:00","TimeTo":"2026-06-15T21:06:22.489161+04:00","Description":"sample string 1","WorkFlowStatus":"00d4c4ac-77cc-4971-adad-0803f3f08f84","CreatedBy":1,"IsDeleted":true,"Status":"sample string 3","AgentId":1,"DivisionId":"0b983626-0baf-4325-a784-b95fddca1411","AssetId":"e2277123-f7af-49d9-af5d-f9a919c21fe9","BuildingId":"3234e56b-b447-4ea8-ad0a-5d9aca8d9512","SubBuildingId":"b0a593ff-4d09-40c4-92c0-6ab3e7fbc95f","LocationId":"755d8181-635b-4a12-9790-937991822270","CategoryId":"83406abf-8ac8-4d2c-a194-e111fdfd0f49","SectorId":"0f2fc7b1-83ea-43c7-aace-79839c0db8dc","Month":1,"Year":1,"SubSectorId":"aae5f29e-9d5a-4668-9066-700aa4295153","DateFrom":"2026-06-15T21:06:22.4901622+04:00","DateTo":"2026-06-15T21:06:22.4901622+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>e2277123-f7af-49d9-af5d-f9a919c21fe9</AssetId> <BuildingId>3234e56b-b447-4ea8-ad0a-5d9aca8d9512</BuildingId> <CategoryId>83406abf-8ac8-4d2c-a194-e111fdfd0f49</CategoryId> <CreatedBy>1</CreatedBy> <DateFrom>2026-06-15T21:06:22.4901622+04:00</DateFrom> <DateTo>2026-06-15T21:06:22.4901622+04:00</DateTo> <Description>sample string 1</Description> <DivisionId>0b983626-0baf-4325-a784-b95fddca1411</DivisionId> <Id>1</Id> <IsDeleted>true</IsDeleted> <LocationId>755d8181-635b-4a12-9790-937991822270</LocationId> <Month>1</Month> <ScheduleId>1</ScheduleId> <SectorId>0f2fc7b1-83ea-43c7-aace-79839c0db8dc</SectorId> <Source>sample string 4</Source> <Status>sample string 3</Status> <SubBuildingId>b0a593ff-4d09-40c4-92c0-6ab3e7fbc95f</SubBuildingId> <SubSectorId>aae5f29e-9d5a-4668-9066-700aa4295153</SubSectorId> <TimeFrom>2026-06-15T21:06:22.489161+04:00</TimeFrom> <TimeTo>2026-06-15T21:06:22.489161+04:00</TimeTo> <WorkFlowStatus>00d4c4ac-77cc-4971-adad-0803f3f08f84</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>