POST Api/AgentBudgetApi/GetVisitCountsWorkHours
Request Information
URI Parameters
None.
Body Parameters
FilterTimesName | 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-09-14T08:18:48.5827336+04:00", "TimeTo": "2025-09-14T08:18:48.5827336+04:00", "Description": "sample string 1", "WorkFlowStatus": "4744b5d8-9645-4ee6-85c5-7f7eaca175eb", "CreatedBy": 1, "IsDeleted": true, "Status": "sample string 3", "AgentId": 1, "DivisionId": "2bc23c75-4e86-4428-8eb7-8db309df4710", "AssetId": "bb2d11ba-ae10-49c6-a827-5d7b6a1124ee", "BuildingId": "02e8d6cf-b016-42b6-ab38-32fbdbc786e1", "SubBuildingId": "b3f7bd3d-8464-4055-8c9f-60e0e3ceffd4", "LocationId": "de625561-35c0-4260-8388-4ee55bb88d72", "CategoryId": "09d91c7b-ebd2-460d-bafa-25b8a77f85fa", "SectorId": "1d56f019-b6aa-49b9-a076-e49a1518badc", "Month": 1, "Year": 1, "SubSectorId": "3754cb1c-6237-4bef-a1d7-35da9d3af9e0", "DateFrom": "2025-09-14T08:18:48.5827336+04:00", "DateTo": "2025-09-14T08:18:48.5827336+04:00", "Source": "sample string 4" }
text/html, multipart/form-data
Sample:
{"Id":1,"AgentMonthlyTimeSheetId":1,"ScheduleId":1,"TimeFrom":"2025-09-14T08:18:48.5827336+04:00","TimeTo":"2025-09-14T08:18:48.5827336+04:00","Description":"sample string 1","WorkFlowStatus":"4744b5d8-9645-4ee6-85c5-7f7eaca175eb","CreatedBy":1,"IsDeleted":true,"Status":"sample string 3","AgentId":1,"DivisionId":"2bc23c75-4e86-4428-8eb7-8db309df4710","AssetId":"bb2d11ba-ae10-49c6-a827-5d7b6a1124ee","BuildingId":"02e8d6cf-b016-42b6-ab38-32fbdbc786e1","SubBuildingId":"b3f7bd3d-8464-4055-8c9f-60e0e3ceffd4","LocationId":"de625561-35c0-4260-8388-4ee55bb88d72","CategoryId":"09d91c7b-ebd2-460d-bafa-25b8a77f85fa","SectorId":"1d56f019-b6aa-49b9-a076-e49a1518badc","Month":1,"Year":1,"SubSectorId":"3754cb1c-6237-4bef-a1d7-35da9d3af9e0","DateFrom":"2025-09-14T08:18:48.5827336+04:00","DateTo":"2025-09-14T08:18:48.5827336+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>bb2d11ba-ae10-49c6-a827-5d7b6a1124ee</AssetId> <BuildingId>02e8d6cf-b016-42b6-ab38-32fbdbc786e1</BuildingId> <CategoryId>09d91c7b-ebd2-460d-bafa-25b8a77f85fa</CategoryId> <CreatedBy>1</CreatedBy> <DateFrom>2025-09-14T08:18:48.5827336+04:00</DateFrom> <DateTo>2025-09-14T08:18:48.5827336+04:00</DateTo> <Description>sample string 1</Description> <DivisionId>2bc23c75-4e86-4428-8eb7-8db309df4710</DivisionId> <Id>1</Id> <IsDeleted>true</IsDeleted> <LocationId>de625561-35c0-4260-8388-4ee55bb88d72</LocationId> <Month>1</Month> <ScheduleId>1</ScheduleId> <SectorId>1d56f019-b6aa-49b9-a076-e49a1518badc</SectorId> <Source>sample string 4</Source> <Status>sample string 3</Status> <SubBuildingId>b3f7bd3d-8464-4055-8c9f-60e0e3ceffd4</SubBuildingId> <SubSectorId>3754cb1c-6237-4bef-a1d7-35da9d3af9e0</SubSectorId> <TimeFrom>2025-09-14T08:18:48.5827336+04:00</TimeFrom> <TimeTo>2025-09-14T08:18:48.5827336+04:00</TimeTo> <WorkFlowStatus>4744b5d8-9645-4ee6-85c5-7f7eaca175eb</WorkFlowStatus> <Year>1</Year> </FilterTimes>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
Collection of TotalVisitCountsWorkHoursDTOName | 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>