POST Api/AgentBudgetApi/UpdateTimeSheet
Request Information
URI Parameters
None.
Body Parameters
Collection of 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-10-30T10:00:30.3717117+04:00",
    "TimeTo": "2025-10-30T10:00:30.3717117+04:00",
    "Description": "sample string 1",
    "WorkFlowStatus": "8be701a5-051d-47f5-a626-914014a389a6",
    "CreatedBy": 1,
    "IsDeleted": true,
    "Status": "sample string 3",
    "AgentId": 1,
    "DivisionId": "f5932d9d-8959-4af2-b89e-7284b998b1ef",
    "AssetId": "c03ae072-8e99-4815-814b-16eac8793764",
    "BuildingId": "32319467-f8b9-4630-8c16-44fddcdd8e18",
    "SubBuildingId": "c451bf04-259f-49e5-8d18-a36c40cb5693",
    "LocationId": "b88f6cfd-9f4e-4579-8c8e-b0394f7d7a9a",
    "CategoryId": "750b78f9-0485-4e9b-bc57-6efbaa633dfd",
    "SectorId": "709d66ab-2be8-40da-86ad-ae1e82013367",
    "Month": 1,
    "Year": 1,
    "SubSectorId": "f81b8cf2-4619-4924-88d7-adbd01e48d76",
    "DateFrom": "2025-10-30T10:00:30.3717117+04:00",
    "DateTo": "2025-10-30T10:00:30.3717117+04:00",
    "Source": "sample string 4"
  },
  {
    "Id": 1,
    "AgentMonthlyTimeSheetId": 1,
    "ScheduleId": 1,
    "TimeFrom": "2025-10-30T10:00:30.3717117+04:00",
    "TimeTo": "2025-10-30T10:00:30.3717117+04:00",
    "Description": "sample string 1",
    "WorkFlowStatus": "8be701a5-051d-47f5-a626-914014a389a6",
    "CreatedBy": 1,
    "IsDeleted": true,
    "Status": "sample string 3",
    "AgentId": 1,
    "DivisionId": "f5932d9d-8959-4af2-b89e-7284b998b1ef",
    "AssetId": "c03ae072-8e99-4815-814b-16eac8793764",
    "BuildingId": "32319467-f8b9-4630-8c16-44fddcdd8e18",
    "SubBuildingId": "c451bf04-259f-49e5-8d18-a36c40cb5693",
    "LocationId": "b88f6cfd-9f4e-4579-8c8e-b0394f7d7a9a",
    "CategoryId": "750b78f9-0485-4e9b-bc57-6efbaa633dfd",
    "SectorId": "709d66ab-2be8-40da-86ad-ae1e82013367",
    "Month": 1,
    "Year": 1,
    "SubSectorId": "f81b8cf2-4619-4924-88d7-adbd01e48d76",
    "DateFrom": "2025-10-30T10:00:30.3717117+04:00",
    "DateTo": "2025-10-30T10:00:30.3717117+04:00",
    "Source": "sample string 4"
  }
]
        text/html, multipart/form-data
            Sample:
        
[{"Id":1,"AgentMonthlyTimeSheetId":1,"ScheduleId":1,"TimeFrom":"2025-10-30T10:00:30.3717117+04:00","TimeTo":"2025-10-30T10:00:30.3717117+04:00","Description":"sample string 1","WorkFlowStatus":"8be701a5-051d-47f5-a626-914014a389a6","CreatedBy":1,"IsDeleted":true,"Status":"sample string 3","AgentId":1,"DivisionId":"f5932d9d-8959-4af2-b89e-7284b998b1ef","AssetId":"c03ae072-8e99-4815-814b-16eac8793764","BuildingId":"32319467-f8b9-4630-8c16-44fddcdd8e18","SubBuildingId":"c451bf04-259f-49e5-8d18-a36c40cb5693","LocationId":"b88f6cfd-9f4e-4579-8c8e-b0394f7d7a9a","CategoryId":"750b78f9-0485-4e9b-bc57-6efbaa633dfd","SectorId":"709d66ab-2be8-40da-86ad-ae1e82013367","Month":1,"Year":1,"SubSectorId":"f81b8cf2-4619-4924-88d7-adbd01e48d76","DateFrom":"2025-10-30T10:00:30.3717117+04:00","DateTo":"2025-10-30T10:00:30.3717117+04:00","Source":"sample string 4"},{"Id":1,"AgentMonthlyTimeSheetId":1,"ScheduleId":1,"TimeFrom":"2025-10-30T10:00:30.3717117+04:00","TimeTo":"2025-10-30T10:00:30.3717117+04:00","Description":"sample string 1","WorkFlowStatus":"8be701a5-051d-47f5-a626-914014a389a6","CreatedBy":1,"IsDeleted":true,"Status":"sample string 3","AgentId":1,"DivisionId":"f5932d9d-8959-4af2-b89e-7284b998b1ef","AssetId":"c03ae072-8e99-4815-814b-16eac8793764","BuildingId":"32319467-f8b9-4630-8c16-44fddcdd8e18","SubBuildingId":"c451bf04-259f-49e5-8d18-a36c40cb5693","LocationId":"b88f6cfd-9f4e-4579-8c8e-b0394f7d7a9a","CategoryId":"750b78f9-0485-4e9b-bc57-6efbaa633dfd","SectorId":"709d66ab-2be8-40da-86ad-ae1e82013367","Month":1,"Year":1,"SubSectorId":"f81b8cf2-4619-4924-88d7-adbd01e48d76","DateFrom":"2025-10-30T10:00:30.3717117+04:00","DateTo":"2025-10-30T10:00:30.3717117+04:00","Source":"sample string 4"}]
        application/xml, text/xml
            Sample:
        
<ArrayOfFilterTimes xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/MSMChecklistFlow.DTO">
  <FilterTimes>
    <AgentId>1</AgentId>
    <AgentMonthlyTimeSheetId>1</AgentMonthlyTimeSheetId>
    <AssetId>c03ae072-8e99-4815-814b-16eac8793764</AssetId>
    <BuildingId>32319467-f8b9-4630-8c16-44fddcdd8e18</BuildingId>
    <CategoryId>750b78f9-0485-4e9b-bc57-6efbaa633dfd</CategoryId>
    <CreatedBy>1</CreatedBy>
    <DateFrom>2025-10-30T10:00:30.3717117+04:00</DateFrom>
    <DateTo>2025-10-30T10:00:30.3717117+04:00</DateTo>
    <Description>sample string 1</Description>
    <DivisionId>f5932d9d-8959-4af2-b89e-7284b998b1ef</DivisionId>
    <Id>1</Id>
    <IsDeleted>true</IsDeleted>
    <LocationId>b88f6cfd-9f4e-4579-8c8e-b0394f7d7a9a</LocationId>
    <Month>1</Month>
    <ScheduleId>1</ScheduleId>
    <SectorId>709d66ab-2be8-40da-86ad-ae1e82013367</SectorId>
    <Source>sample string 4</Source>
    <Status>sample string 3</Status>
    <SubBuildingId>c451bf04-259f-49e5-8d18-a36c40cb5693</SubBuildingId>
    <SubSectorId>f81b8cf2-4619-4924-88d7-adbd01e48d76</SubSectorId>
    <TimeFrom>2025-10-30T10:00:30.3717117+04:00</TimeFrom>
    <TimeTo>2025-10-30T10:00:30.3717117+04:00</TimeTo>
    <WorkFlowStatus>8be701a5-051d-47f5-a626-914014a389a6</WorkFlowStatus>
    <Year>1</Year>
  </FilterTimes>
  <FilterTimes>
    <AgentId>1</AgentId>
    <AgentMonthlyTimeSheetId>1</AgentMonthlyTimeSheetId>
    <AssetId>c03ae072-8e99-4815-814b-16eac8793764</AssetId>
    <BuildingId>32319467-f8b9-4630-8c16-44fddcdd8e18</BuildingId>
    <CategoryId>750b78f9-0485-4e9b-bc57-6efbaa633dfd</CategoryId>
    <CreatedBy>1</CreatedBy>
    <DateFrom>2025-10-30T10:00:30.3717117+04:00</DateFrom>
    <DateTo>2025-10-30T10:00:30.3717117+04:00</DateTo>
    <Description>sample string 1</Description>
    <DivisionId>f5932d9d-8959-4af2-b89e-7284b998b1ef</DivisionId>
    <Id>1</Id>
    <IsDeleted>true</IsDeleted>
    <LocationId>b88f6cfd-9f4e-4579-8c8e-b0394f7d7a9a</LocationId>
    <Month>1</Month>
    <ScheduleId>1</ScheduleId>
    <SectorId>709d66ab-2be8-40da-86ad-ae1e82013367</SectorId>
    <Source>sample string 4</Source>
    <Status>sample string 3</Status>
    <SubBuildingId>c451bf04-259f-49e5-8d18-a36c40cb5693</SubBuildingId>
    <SubSectorId>f81b8cf2-4619-4924-88d7-adbd01e48d76</SubSectorId>
    <TimeFrom>2025-10-30T10:00:30.3717117+04:00</TimeFrom>
    <TimeTo>2025-10-30T10:00:30.3717117+04:00</TimeTo>
    <WorkFlowStatus>8be701a5-051d-47f5-a626-914014a389a6</WorkFlowStatus>
    <Year>1</Year>
  </FilterTimes>
</ArrayOfFilterTimes>
        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>