POST Api/AgentBudgetApi/FilterTimes
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-10-30T10:03:05.6995067+04:00",
"TimeTo": "2025-10-30T10:03:05.6995067+04:00",
"Description": "sample string 1",
"WorkFlowStatus": "6fdfd28f-e6b1-4330-bd29-aea8cb298be6",
"CreatedBy": 1,
"IsDeleted": true,
"Status": "sample string 3",
"AgentId": 1,
"DivisionId": "ad771b29-f0fb-49b0-b399-42fda11f63dd",
"AssetId": "28040ffb-e17f-4307-84bd-5320689efd83",
"BuildingId": "e3bf78da-a9ba-4681-8528-cb99ca3d39c2",
"SubBuildingId": "d4a77346-2fc2-4d12-8132-c3f63c1bec54",
"LocationId": "507f10fd-b109-4bee-a69a-6c180364fdc9",
"CategoryId": "b1ca8485-574f-492b-b876-ecc2b4862d12",
"SectorId": "d7fb4a5a-9431-4e2d-a305-977b0b550004",
"Month": 1,
"Year": 1,
"SubSectorId": "4aa5979c-d8b0-4b32-982e-ea984b26eda8",
"DateFrom": "2025-10-30T10:03:05.6995067+04:00",
"DateTo": "2025-10-30T10:03:05.6995067+04:00",
"Source": "sample string 4"
}
text/html, multipart/form-data
Sample:
{"Id":1,"AgentMonthlyTimeSheetId":1,"ScheduleId":1,"TimeFrom":"2025-10-30T10:03:05.6995067+04:00","TimeTo":"2025-10-30T10:03:05.6995067+04:00","Description":"sample string 1","WorkFlowStatus":"6fdfd28f-e6b1-4330-bd29-aea8cb298be6","CreatedBy":1,"IsDeleted":true,"Status":"sample string 3","AgentId":1,"DivisionId":"ad771b29-f0fb-49b0-b399-42fda11f63dd","AssetId":"28040ffb-e17f-4307-84bd-5320689efd83","BuildingId":"e3bf78da-a9ba-4681-8528-cb99ca3d39c2","SubBuildingId":"d4a77346-2fc2-4d12-8132-c3f63c1bec54","LocationId":"507f10fd-b109-4bee-a69a-6c180364fdc9","CategoryId":"b1ca8485-574f-492b-b876-ecc2b4862d12","SectorId":"d7fb4a5a-9431-4e2d-a305-977b0b550004","Month":1,"Year":1,"SubSectorId":"4aa5979c-d8b0-4b32-982e-ea984b26eda8","DateFrom":"2025-10-30T10:03:05.6995067+04:00","DateTo":"2025-10-30T10:03:05.6995067+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>28040ffb-e17f-4307-84bd-5320689efd83</AssetId> <BuildingId>e3bf78da-a9ba-4681-8528-cb99ca3d39c2</BuildingId> <CategoryId>b1ca8485-574f-492b-b876-ecc2b4862d12</CategoryId> <CreatedBy>1</CreatedBy> <DateFrom>2025-10-30T10:03:05.6995067+04:00</DateFrom> <DateTo>2025-10-30T10:03:05.6995067+04:00</DateTo> <Description>sample string 1</Description> <DivisionId>ad771b29-f0fb-49b0-b399-42fda11f63dd</DivisionId> <Id>1</Id> <IsDeleted>true</IsDeleted> <LocationId>507f10fd-b109-4bee-a69a-6c180364fdc9</LocationId> <Month>1</Month> <ScheduleId>1</ScheduleId> <SectorId>d7fb4a5a-9431-4e2d-a305-977b0b550004</SectorId> <Source>sample string 4</Source> <Status>sample string 3</Status> <SubBuildingId>d4a77346-2fc2-4d12-8132-c3f63c1bec54</SubBuildingId> <SubSectorId>4aa5979c-d8b0-4b32-982e-ea984b26eda8</SubSectorId> <TimeFrom>2025-10-30T10:03:05.6995067+04:00</TimeFrom> <TimeTo>2025-10-30T10:03:05.6995067+04:00</TimeTo> <WorkFlowStatus>6fdfd28f-e6b1-4330-bd29-aea8cb298be6</WorkFlowStatus> <Year>1</Year> </FilterTimes>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
Collection of AgentTimeSheet| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| AgentMonthlyTimeSheetId | integer |
None. |
|
| ScheduleId | integer |
None. |
|
| TaskTypeId | globally unique identifier |
None. |
|
| TimeFrom | date |
None. |
|
| TimeTo | date |
None. |
|
| Description | string |
None. |
|
| CreatedBy | integer |
None. |
|
| CreatedOn | date |
None. |
|
| UpdatedBy | integer |
None. |
|
| UpdatedOn | date |
None. |
|
| IsActive | boolean |
None. |
|
| IsDeleted | boolean |
None. |
|
| Year | integer |
None. |
|
| month | integer |
None. |
|
| Source | string |
None. |
|
| EnDivision | string |
None. |
|
| EnAsset | string |
None. |
|
| EnBuilding | string |
None. |
|
| EnSubBuilding | string |
None. |
|
| EnLocation | string |
None. |
|
| EnCategory | string |
None. |
|
| TotalHours | string |
None. |
|
| Comment | string |
None. |
|
| AgentId | integer |
None. |
|
| WorkFlowStatus | globally unique identifier |
None. |
|
| InitialName | string |
None. |
|
| ScheduleDate | date |
None. |
|
| M_Category | globally unique identifier |
None. |
|
| EnTaskType | string |
None. |
|
| TimeSheetStatus | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"Id": 1,
"AgentMonthlyTimeSheetId": 2,
"ScheduleId": 1,
"TaskTypeId": "eed93e0a-fd87-447a-ad93-eb6867808eb7",
"TimeFrom": "2025-10-30T10:03:05.6995067+04:00",
"TimeTo": "2025-10-30T10:03:05.6995067+04:00",
"Description": "sample string 5",
"CreatedBy": 6,
"CreatedOn": "2025-10-30T10:03:05.6995067+04:00",
"UpdatedBy": 1,
"UpdatedOn": "2025-10-30T10:03:05.6995067+04:00",
"IsActive": true,
"IsDeleted": true,
"Year": 1,
"month": 1,
"Source": "sample string 10",
"EnDivision": "sample string 11",
"EnAsset": "sample string 12",
"EnBuilding": "sample string 13",
"EnSubBuilding": "sample string 14",
"EnLocation": "sample string 15",
"EnCategory": "sample string 16",
"TotalHours": "sample string 17",
"Comment": "sample string 18",
"AgentId": 1,
"WorkFlowStatus": "50735209-fdff-4a64-bb52-2e1778f61cb0",
"InitialName": "sample string 19",
"ScheduleDate": "2025-10-30T10:03:05.6995067+04:00",
"M_Category": "1cc48d72-3bb3-4b45-8d32-38384c3a2e5d",
"EnTaskType": "sample string 21",
"TimeSheetStatus": "sample string 22"
},
{
"Id": 1,
"AgentMonthlyTimeSheetId": 2,
"ScheduleId": 1,
"TaskTypeId": "eed93e0a-fd87-447a-ad93-eb6867808eb7",
"TimeFrom": "2025-10-30T10:03:05.6995067+04:00",
"TimeTo": "2025-10-30T10:03:05.6995067+04:00",
"Description": "sample string 5",
"CreatedBy": 6,
"CreatedOn": "2025-10-30T10:03:05.6995067+04:00",
"UpdatedBy": 1,
"UpdatedOn": "2025-10-30T10:03:05.6995067+04:00",
"IsActive": true,
"IsDeleted": true,
"Year": 1,
"month": 1,
"Source": "sample string 10",
"EnDivision": "sample string 11",
"EnAsset": "sample string 12",
"EnBuilding": "sample string 13",
"EnSubBuilding": "sample string 14",
"EnLocation": "sample string 15",
"EnCategory": "sample string 16",
"TotalHours": "sample string 17",
"Comment": "sample string 18",
"AgentId": 1,
"WorkFlowStatus": "50735209-fdff-4a64-bb52-2e1778f61cb0",
"InitialName": "sample string 19",
"ScheduleDate": "2025-10-30T10:03:05.6995067+04:00",
"M_Category": "1cc48d72-3bb3-4b45-8d32-38384c3a2e5d",
"EnTaskType": "sample string 21",
"TimeSheetStatus": "sample string 22"
}
]
text/html, multipart/form-data
Sample:
[{"Id":1,"AgentMonthlyTimeSheetId":2,"ScheduleId":1,"TaskTypeId":"eed93e0a-fd87-447a-ad93-eb6867808eb7","TimeFrom":"2025-10-30T10:03:05.6995067+04:00","TimeTo":"2025-10-30T10:03:05.6995067+04:00","Description":"sample string 5","CreatedBy":6,"CreatedOn":"2025-10-30T10:03:05.6995067+04:00","UpdatedBy":1,"UpdatedOn":"2025-10-30T10:03:05.6995067+04:00","IsActive":true,"IsDeleted":true,"Year":1,"month":1,"Source":"sample string 10","EnDivision":"sample string 11","EnAsset":"sample string 12","EnBuilding":"sample string 13","EnSubBuilding":"sample string 14","EnLocation":"sample string 15","EnCategory":"sample string 16","TotalHours":"sample string 17","Comment":"sample string 18","AgentId":1,"WorkFlowStatus":"50735209-fdff-4a64-bb52-2e1778f61cb0","InitialName":"sample string 19","ScheduleDate":"2025-10-30T10:03:05.6995067+04:00","M_Category":"1cc48d72-3bb3-4b45-8d32-38384c3a2e5d","EnTaskType":"sample string 21","TimeSheetStatus":"sample string 22"},{"Id":1,"AgentMonthlyTimeSheetId":2,"ScheduleId":1,"TaskTypeId":"eed93e0a-fd87-447a-ad93-eb6867808eb7","TimeFrom":"2025-10-30T10:03:05.6995067+04:00","TimeTo":"2025-10-30T10:03:05.6995067+04:00","Description":"sample string 5","CreatedBy":6,"CreatedOn":"2025-10-30T10:03:05.6995067+04:00","UpdatedBy":1,"UpdatedOn":"2025-10-30T10:03:05.6995067+04:00","IsActive":true,"IsDeleted":true,"Year":1,"month":1,"Source":"sample string 10","EnDivision":"sample string 11","EnAsset":"sample string 12","EnBuilding":"sample string 13","EnSubBuilding":"sample string 14","EnLocation":"sample string 15","EnCategory":"sample string 16","TotalHours":"sample string 17","Comment":"sample string 18","AgentId":1,"WorkFlowStatus":"50735209-fdff-4a64-bb52-2e1778f61cb0","InitialName":"sample string 19","ScheduleDate":"2025-10-30T10:03:05.6995067+04:00","M_Category":"1cc48d72-3bb3-4b45-8d32-38384c3a2e5d","EnTaskType":"sample string 21","TimeSheetStatus":"sample string 22"}]
application/xml, text/xml
Sample:
<ArrayOfAgentTimeSheet xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/MSMChecklistFlow.DTO">
<AgentTimeSheet>
<AgentId>1</AgentId>
<AgentMonthlyTimeSheetId>2</AgentMonthlyTimeSheetId>
<Comment>sample string 18</Comment>
<CreatedBy>6</CreatedBy>
<CreatedOn>2025-10-30T10:03:05.6995067+04:00</CreatedOn>
<Description>sample string 5</Description>
<EnAsset>sample string 12</EnAsset>
<EnBuilding>sample string 13</EnBuilding>
<EnCategory>sample string 16</EnCategory>
<EnDivision>sample string 11</EnDivision>
<EnLocation>sample string 15</EnLocation>
<EnSubBuilding>sample string 14</EnSubBuilding>
<EnTaskType>sample string 21</EnTaskType>
<Id>1</Id>
<InitialName>sample string 19</InitialName>
<IsActive>true</IsActive>
<IsDeleted>true</IsDeleted>
<M_Category>1cc48d72-3bb3-4b45-8d32-38384c3a2e5d</M_Category>
<ScheduleDate>2025-10-30T10:03:05.6995067+04:00</ScheduleDate>
<ScheduleId>1</ScheduleId>
<Source>sample string 10</Source>
<TaskTypeId>eed93e0a-fd87-447a-ad93-eb6867808eb7</TaskTypeId>
<TimeFrom>2025-10-30T10:03:05.6995067+04:00</TimeFrom>
<TimeSheetStatus>sample string 22</TimeSheetStatus>
<TimeTo>2025-10-30T10:03:05.6995067+04:00</TimeTo>
<TotalHours>sample string 17</TotalHours>
<UpdatedBy>1</UpdatedBy>
<UpdatedOn>2025-10-30T10:03:05.6995067+04:00</UpdatedOn>
<WorkFlowStatus>50735209-fdff-4a64-bb52-2e1778f61cb0</WorkFlowStatus>
<Year>1</Year>
<month>1</month>
</AgentTimeSheet>
<AgentTimeSheet>
<AgentId>1</AgentId>
<AgentMonthlyTimeSheetId>2</AgentMonthlyTimeSheetId>
<Comment>sample string 18</Comment>
<CreatedBy>6</CreatedBy>
<CreatedOn>2025-10-30T10:03:05.6995067+04:00</CreatedOn>
<Description>sample string 5</Description>
<EnAsset>sample string 12</EnAsset>
<EnBuilding>sample string 13</EnBuilding>
<EnCategory>sample string 16</EnCategory>
<EnDivision>sample string 11</EnDivision>
<EnLocation>sample string 15</EnLocation>
<EnSubBuilding>sample string 14</EnSubBuilding>
<EnTaskType>sample string 21</EnTaskType>
<Id>1</Id>
<InitialName>sample string 19</InitialName>
<IsActive>true</IsActive>
<IsDeleted>true</IsDeleted>
<M_Category>1cc48d72-3bb3-4b45-8d32-38384c3a2e5d</M_Category>
<ScheduleDate>2025-10-30T10:03:05.6995067+04:00</ScheduleDate>
<ScheduleId>1</ScheduleId>
<Source>sample string 10</Source>
<TaskTypeId>eed93e0a-fd87-447a-ad93-eb6867808eb7</TaskTypeId>
<TimeFrom>2025-10-30T10:03:05.6995067+04:00</TimeFrom>
<TimeSheetStatus>sample string 22</TimeSheetStatus>
<TimeTo>2025-10-30T10:03:05.6995067+04:00</TimeTo>
<TotalHours>sample string 17</TotalHours>
<UpdatedBy>1</UpdatedBy>
<UpdatedOn>2025-10-30T10:03:05.6995067+04:00</UpdatedOn>
<WorkFlowStatus>50735209-fdff-4a64-bb52-2e1778f61cb0</WorkFlowStatus>
<Year>1</Year>
<month>1</month>
</AgentTimeSheet>
</ArrayOfAgentTimeSheet>