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-07-31T23:51:01.3077412+04:00",
"TimeTo": "2026-07-31T23:51:01.3077412+04:00",
"Description": "sample string 1",
"WorkFlowStatus": "fb883cdb-079c-4bfc-8344-0c9057c7fac5",
"CreatedBy": 1,
"IsDeleted": true,
"Status": "sample string 3",
"AgentId": 1,
"DivisionId": "0b912a65-d890-47bd-bced-9b8d0fbe18a0",
"AssetId": "920f8e2f-8f7a-4474-a897-857fd83fb4a3",
"BuildingId": "3e03e781-6887-41de-b63b-fd87a41c8f03",
"SubBuildingId": "91bb4149-9b20-412c-a9e0-3f0d18fc402f",
"LocationId": "cfe9b233-f427-4239-a9f2-a908faec7206",
"CategoryId": "3500a874-5666-4e77-9404-feae540c6fb2",
"SectorId": "8e1f8d06-c97a-45e0-a7be-374a4e6ff63d",
"Month": 1,
"Year": 1,
"SubSectorId": "1f584913-37f7-4319-a5f6-9af73f56c6e5",
"DateFrom": "2026-07-31T23:51:01.308736+04:00",
"DateTo": "2026-07-31T23:51:01.308736+04:00",
"Source": "sample string 4"
}
text/html, multipart/form-data
Sample:
{"Id":1,"AgentMonthlyTimeSheetId":1,"ScheduleId":1,"TimeFrom":"2026-07-31T23:51:01.3077412+04:00","TimeTo":"2026-07-31T23:51:01.3077412+04:00","Description":"sample string 1","WorkFlowStatus":"fb883cdb-079c-4bfc-8344-0c9057c7fac5","CreatedBy":1,"IsDeleted":true,"Status":"sample string 3","AgentId":1,"DivisionId":"0b912a65-d890-47bd-bced-9b8d0fbe18a0","AssetId":"920f8e2f-8f7a-4474-a897-857fd83fb4a3","BuildingId":"3e03e781-6887-41de-b63b-fd87a41c8f03","SubBuildingId":"91bb4149-9b20-412c-a9e0-3f0d18fc402f","LocationId":"cfe9b233-f427-4239-a9f2-a908faec7206","CategoryId":"3500a874-5666-4e77-9404-feae540c6fb2","SectorId":"8e1f8d06-c97a-45e0-a7be-374a4e6ff63d","Month":1,"Year":1,"SubSectorId":"1f584913-37f7-4319-a5f6-9af73f56c6e5","DateFrom":"2026-07-31T23:51:01.308736+04:00","DateTo":"2026-07-31T23:51:01.308736+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>920f8e2f-8f7a-4474-a897-857fd83fb4a3</AssetId> <BuildingId>3e03e781-6887-41de-b63b-fd87a41c8f03</BuildingId> <CategoryId>3500a874-5666-4e77-9404-feae540c6fb2</CategoryId> <CreatedBy>1</CreatedBy> <DateFrom>2026-07-31T23:51:01.308736+04:00</DateFrom> <DateTo>2026-07-31T23:51:01.308736+04:00</DateTo> <Description>sample string 1</Description> <DivisionId>0b912a65-d890-47bd-bced-9b8d0fbe18a0</DivisionId> <Id>1</Id> <IsDeleted>true</IsDeleted> <LocationId>cfe9b233-f427-4239-a9f2-a908faec7206</LocationId> <Month>1</Month> <ScheduleId>1</ScheduleId> <SectorId>8e1f8d06-c97a-45e0-a7be-374a4e6ff63d</SectorId> <Source>sample string 4</Source> <Status>sample string 3</Status> <SubBuildingId>91bb4149-9b20-412c-a9e0-3f0d18fc402f</SubBuildingId> <SubSectorId>1f584913-37f7-4319-a5f6-9af73f56c6e5</SubSectorId> <TimeFrom>2026-07-31T23:51:01.3077412+04:00</TimeFrom> <TimeTo>2026-07-31T23:51:01.3077412+04:00</TimeTo> <WorkFlowStatus>fb883cdb-079c-4bfc-8344-0c9057c7fac5</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>