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-09-15T08:49:07.1948635+04:00",
"TimeTo": "2026-09-15T08:49:07.1948635+04:00",
"Description": "sample string 1",
"WorkFlowStatus": "91a0a013-9d0c-4004-8b44-b69f69af9b14",
"CreatedBy": 1,
"IsDeleted": true,
"Status": "sample string 3",
"AgentId": 1,
"DivisionId": "2915a673-7dd3-404c-8ca3-4644ed518583",
"AssetId": "504453f9-5b44-458e-8323-1b78b2f0fe73",
"BuildingId": "23b6529d-0ebe-45df-8638-46a4074a2f75",
"SubBuildingId": "df2fc4e9-01a9-4bc0-859a-34ceaaa975af",
"LocationId": "792458f1-a861-4278-8166-d4a8af448c03",
"CategoryId": "212bb2ed-061b-45eb-9b13-46068becb62a",
"SectorId": "c483a2fe-85e5-40b1-bd64-6da837c62fbc",
"Month": 1,
"Year": 1,
"SubSectorId": "5109ea9d-be6a-4c05-9e7e-db7d8e98d6c2",
"DateFrom": "2026-09-15T08:49:07.1948635+04:00",
"DateTo": "2026-09-15T08:49:07.1948635+04:00",
"Source": "sample string 4"
}
text/html, multipart/form-data
Sample:
{"Id":1,"AgentMonthlyTimeSheetId":1,"ScheduleId":1,"TimeFrom":"2026-09-15T08:49:07.1948635+04:00","TimeTo":"2026-09-15T08:49:07.1948635+04:00","Description":"sample string 1","WorkFlowStatus":"91a0a013-9d0c-4004-8b44-b69f69af9b14","CreatedBy":1,"IsDeleted":true,"Status":"sample string 3","AgentId":1,"DivisionId":"2915a673-7dd3-404c-8ca3-4644ed518583","AssetId":"504453f9-5b44-458e-8323-1b78b2f0fe73","BuildingId":"23b6529d-0ebe-45df-8638-46a4074a2f75","SubBuildingId":"df2fc4e9-01a9-4bc0-859a-34ceaaa975af","LocationId":"792458f1-a861-4278-8166-d4a8af448c03","CategoryId":"212bb2ed-061b-45eb-9b13-46068becb62a","SectorId":"c483a2fe-85e5-40b1-bd64-6da837c62fbc","Month":1,"Year":1,"SubSectorId":"5109ea9d-be6a-4c05-9e7e-db7d8e98d6c2","DateFrom":"2026-09-15T08:49:07.1948635+04:00","DateTo":"2026-09-15T08:49:07.1948635+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>504453f9-5b44-458e-8323-1b78b2f0fe73</AssetId> <BuildingId>23b6529d-0ebe-45df-8638-46a4074a2f75</BuildingId> <CategoryId>212bb2ed-061b-45eb-9b13-46068becb62a</CategoryId> <CreatedBy>1</CreatedBy> <DateFrom>2026-09-15T08:49:07.1948635+04:00</DateFrom> <DateTo>2026-09-15T08:49:07.1948635+04:00</DateTo> <Description>sample string 1</Description> <DivisionId>2915a673-7dd3-404c-8ca3-4644ed518583</DivisionId> <Id>1</Id> <IsDeleted>true</IsDeleted> <LocationId>792458f1-a861-4278-8166-d4a8af448c03</LocationId> <Month>1</Month> <ScheduleId>1</ScheduleId> <SectorId>c483a2fe-85e5-40b1-bd64-6da837c62fbc</SectorId> <Source>sample string 4</Source> <Status>sample string 3</Status> <SubBuildingId>df2fc4e9-01a9-4bc0-859a-34ceaaa975af</SubBuildingId> <SubSectorId>5109ea9d-be6a-4c05-9e7e-db7d8e98d6c2</SubSectorId> <TimeFrom>2026-09-15T08:49:07.1948635+04:00</TimeFrom> <TimeTo>2026-09-15T08:49:07.1948635+04:00</TimeTo> <WorkFlowStatus>91a0a013-9d0c-4004-8b44-b69f69af9b14</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>