POST Api/AgentBudgetApi/GetVisitCountsWorkHours
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-05-01T05:22:18.8078285+04:00",
"TimeTo": "2026-05-01T05:22:18.8078285+04:00",
"Description": "sample string 1",
"WorkFlowStatus": "2d5a76e6-0808-40db-a332-a8b7b16eeaef",
"CreatedBy": 1,
"IsDeleted": true,
"Status": "sample string 3",
"AgentId": 1,
"DivisionId": "8e8e5509-62a0-44d2-96e1-db235266514a",
"AssetId": "6318c730-b869-458e-a516-70e57292853c",
"BuildingId": "fdb2a8d3-d699-49b9-b3f3-147d1613dd19",
"SubBuildingId": "c5bb5d97-1727-4bbe-b142-c5a3bbf54f69",
"LocationId": "956e7eaa-69f8-4363-9b5e-c68f0f9bace1",
"CategoryId": "c64fe838-ae51-4cfc-b7da-1745a1edc925",
"SectorId": "008f772d-1e09-4014-bffc-6729b8579735",
"Month": 1,
"Year": 1,
"SubSectorId": "8fa55790-2e65-4cd8-ad60-9f404ddce4fb",
"DateFrom": "2026-05-01T05:22:18.8078285+04:00",
"DateTo": "2026-05-01T05:22:18.8078285+04:00",
"Source": "sample string 4"
}
text/html, multipart/form-data
Sample:
{"Id":1,"AgentMonthlyTimeSheetId":1,"ScheduleId":1,"TimeFrom":"2026-05-01T05:22:18.8078285+04:00","TimeTo":"2026-05-01T05:22:18.8078285+04:00","Description":"sample string 1","WorkFlowStatus":"2d5a76e6-0808-40db-a332-a8b7b16eeaef","CreatedBy":1,"IsDeleted":true,"Status":"sample string 3","AgentId":1,"DivisionId":"8e8e5509-62a0-44d2-96e1-db235266514a","AssetId":"6318c730-b869-458e-a516-70e57292853c","BuildingId":"fdb2a8d3-d699-49b9-b3f3-147d1613dd19","SubBuildingId":"c5bb5d97-1727-4bbe-b142-c5a3bbf54f69","LocationId":"956e7eaa-69f8-4363-9b5e-c68f0f9bace1","CategoryId":"c64fe838-ae51-4cfc-b7da-1745a1edc925","SectorId":"008f772d-1e09-4014-bffc-6729b8579735","Month":1,"Year":1,"SubSectorId":"8fa55790-2e65-4cd8-ad60-9f404ddce4fb","DateFrom":"2026-05-01T05:22:18.8078285+04:00","DateTo":"2026-05-01T05:22:18.8078285+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>6318c730-b869-458e-a516-70e57292853c</AssetId> <BuildingId>fdb2a8d3-d699-49b9-b3f3-147d1613dd19</BuildingId> <CategoryId>c64fe838-ae51-4cfc-b7da-1745a1edc925</CategoryId> <CreatedBy>1</CreatedBy> <DateFrom>2026-05-01T05:22:18.8078285+04:00</DateFrom> <DateTo>2026-05-01T05:22:18.8078285+04:00</DateTo> <Description>sample string 1</Description> <DivisionId>8e8e5509-62a0-44d2-96e1-db235266514a</DivisionId> <Id>1</Id> <IsDeleted>true</IsDeleted> <LocationId>956e7eaa-69f8-4363-9b5e-c68f0f9bace1</LocationId> <Month>1</Month> <ScheduleId>1</ScheduleId> <SectorId>008f772d-1e09-4014-bffc-6729b8579735</SectorId> <Source>sample string 4</Source> <Status>sample string 3</Status> <SubBuildingId>c5bb5d97-1727-4bbe-b142-c5a3bbf54f69</SubBuildingId> <SubSectorId>8fa55790-2e65-4cd8-ad60-9f404ddce4fb</SubSectorId> <TimeFrom>2026-05-01T05:22:18.8078285+04:00</TimeFrom> <TimeTo>2026-05-01T05:22:18.8078285+04:00</TimeTo> <WorkFlowStatus>2d5a76e6-0808-40db-a332-a8b7b16eeaef</WorkFlowStatus> <Year>1</Year> </FilterTimes>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
Collection of TotalVisitCountsWorkHoursDTO| Name | Description | Type | Additional information |
|---|---|---|---|
| TotalWorkingHours | integer |
None. |
|
| TotalVisitCount | integer |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"TotalWorkingHours": 1,
"TotalVisitCount": 2
},
{
"TotalWorkingHours": 1,
"TotalVisitCount": 2
}
]
text/html, multipart/form-data
Sample:
[{"TotalWorkingHours":1,"TotalVisitCount":2},{"TotalWorkingHours":1,"TotalVisitCount":2}]
application/xml, text/xml
Sample:
<ArrayOfTotalVisitCountsWorkHoursDTO xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/MSMChecklistFlow.DTO">
<TotalVisitCountsWorkHoursDTO>
<TotalVisitCount>2</TotalVisitCount>
<TotalWorkingHours>1</TotalWorkingHours>
</TotalVisitCountsWorkHoursDTO>
<TotalVisitCountsWorkHoursDTO>
<TotalVisitCount>2</TotalVisitCount>
<TotalWorkingHours>1</TotalWorkingHours>
</TotalVisitCountsWorkHoursDTO>
</ArrayOfTotalVisitCountsWorkHoursDTO>