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-12-14T17:46:28.4127099+04:00",
"TimeTo": "2025-12-14T17:46:28.4127099+04:00",
"Description": "sample string 1",
"WorkFlowStatus": "aaf394f2-02de-4e11-8a74-e36b494fc42b",
"CreatedBy": 1,
"IsDeleted": true,
"Status": "sample string 3",
"AgentId": 1,
"DivisionId": "eef11fab-c82c-40f9-815a-cf0423ea3f6c",
"AssetId": "d36db5dd-9ae5-452b-aa2f-a6ad6ba35d9d",
"BuildingId": "1bae3491-0c57-4944-a374-915b8431ef41",
"SubBuildingId": "021ffd5e-7c2c-4040-9e47-811636325954",
"LocationId": "949dcb2d-1655-4408-b32c-0a563701aaff",
"CategoryId": "22e1f9cc-a67f-41cf-8d92-10f04cdfe47c",
"SectorId": "94682533-277d-4031-af9d-71b78ec3c289",
"Month": 1,
"Year": 1,
"SubSectorId": "c57f609a-69ee-427b-8832-528db0fb93a4",
"DateFrom": "2025-12-14T17:46:28.4127099+04:00",
"DateTo": "2025-12-14T17:46:28.4127099+04:00",
"Source": "sample string 4"
}
text/html, multipart/form-data
Sample:
{"Id":1,"AgentMonthlyTimeSheetId":1,"ScheduleId":1,"TimeFrom":"2025-12-14T17:46:28.4127099+04:00","TimeTo":"2025-12-14T17:46:28.4127099+04:00","Description":"sample string 1","WorkFlowStatus":"aaf394f2-02de-4e11-8a74-e36b494fc42b","CreatedBy":1,"IsDeleted":true,"Status":"sample string 3","AgentId":1,"DivisionId":"eef11fab-c82c-40f9-815a-cf0423ea3f6c","AssetId":"d36db5dd-9ae5-452b-aa2f-a6ad6ba35d9d","BuildingId":"1bae3491-0c57-4944-a374-915b8431ef41","SubBuildingId":"021ffd5e-7c2c-4040-9e47-811636325954","LocationId":"949dcb2d-1655-4408-b32c-0a563701aaff","CategoryId":"22e1f9cc-a67f-41cf-8d92-10f04cdfe47c","SectorId":"94682533-277d-4031-af9d-71b78ec3c289","Month":1,"Year":1,"SubSectorId":"c57f609a-69ee-427b-8832-528db0fb93a4","DateFrom":"2025-12-14T17:46:28.4127099+04:00","DateTo":"2025-12-14T17:46:28.4127099+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>d36db5dd-9ae5-452b-aa2f-a6ad6ba35d9d</AssetId> <BuildingId>1bae3491-0c57-4944-a374-915b8431ef41</BuildingId> <CategoryId>22e1f9cc-a67f-41cf-8d92-10f04cdfe47c</CategoryId> <CreatedBy>1</CreatedBy> <DateFrom>2025-12-14T17:46:28.4127099+04:00</DateFrom> <DateTo>2025-12-14T17:46:28.4127099+04:00</DateTo> <Description>sample string 1</Description> <DivisionId>eef11fab-c82c-40f9-815a-cf0423ea3f6c</DivisionId> <Id>1</Id> <IsDeleted>true</IsDeleted> <LocationId>949dcb2d-1655-4408-b32c-0a563701aaff</LocationId> <Month>1</Month> <ScheduleId>1</ScheduleId> <SectorId>94682533-277d-4031-af9d-71b78ec3c289</SectorId> <Source>sample string 4</Source> <Status>sample string 3</Status> <SubBuildingId>021ffd5e-7c2c-4040-9e47-811636325954</SubBuildingId> <SubSectorId>c57f609a-69ee-427b-8832-528db0fb93a4</SubSectorId> <TimeFrom>2025-12-14T17:46:28.4127099+04:00</TimeFrom> <TimeTo>2025-12-14T17:46:28.4127099+04:00</TimeTo> <WorkFlowStatus>aaf394f2-02de-4e11-8a74-e36b494fc42b</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>