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-07-12T10:52:38.2071935+04:00", "TimeTo": "2025-07-12T10:52:38.2071935+04:00", "Description": "sample string 1", "WorkFlowStatus": "2419c7d6-3958-4560-96b0-19471e917bd2", "CreatedBy": 1, "IsDeleted": true, "Status": "sample string 3", "AgentId": 1, "DivisionId": "238c96ac-a813-49ce-86a2-87c46e0e08f0", "AssetId": "7796e049-d34b-4bac-b05c-a6f88744bef7", "BuildingId": "ac50ad68-6a4c-4f9c-86a2-fa966989440a", "SubBuildingId": "0b1ef1a8-9eef-4f8e-9c96-79a38b6e1732", "LocationId": "6f766f17-8c43-41f3-bb34-9e30f88cfbf3", "CategoryId": "7a78b68a-5f4f-497e-8ea1-879d95aaa7d1", "SectorId": "d548f939-015d-4d48-9dfa-0d4805e351d8", "Month": 1, "Year": 1, "SubSectorId": "7f1ef43c-b770-4fe5-9d7a-c9d2d28ff2d0", "DateFrom": "2025-07-12T10:52:38.2071935+04:00", "DateTo": "2025-07-12T10:52:38.2071935+04:00", "Source": "sample string 4" }
text/html, multipart/form-data
Sample:
{"Id":1,"AgentMonthlyTimeSheetId":1,"ScheduleId":1,"TimeFrom":"2025-07-12T10:52:38.2071935+04:00","TimeTo":"2025-07-12T10:52:38.2071935+04:00","Description":"sample string 1","WorkFlowStatus":"2419c7d6-3958-4560-96b0-19471e917bd2","CreatedBy":1,"IsDeleted":true,"Status":"sample string 3","AgentId":1,"DivisionId":"238c96ac-a813-49ce-86a2-87c46e0e08f0","AssetId":"7796e049-d34b-4bac-b05c-a6f88744bef7","BuildingId":"ac50ad68-6a4c-4f9c-86a2-fa966989440a","SubBuildingId":"0b1ef1a8-9eef-4f8e-9c96-79a38b6e1732","LocationId":"6f766f17-8c43-41f3-bb34-9e30f88cfbf3","CategoryId":"7a78b68a-5f4f-497e-8ea1-879d95aaa7d1","SectorId":"d548f939-015d-4d48-9dfa-0d4805e351d8","Month":1,"Year":1,"SubSectorId":"7f1ef43c-b770-4fe5-9d7a-c9d2d28ff2d0","DateFrom":"2025-07-12T10:52:38.2071935+04:00","DateTo":"2025-07-12T10:52:38.2071935+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>7796e049-d34b-4bac-b05c-a6f88744bef7</AssetId> <BuildingId>ac50ad68-6a4c-4f9c-86a2-fa966989440a</BuildingId> <CategoryId>7a78b68a-5f4f-497e-8ea1-879d95aaa7d1</CategoryId> <CreatedBy>1</CreatedBy> <DateFrom>2025-07-12T10:52:38.2071935+04:00</DateFrom> <DateTo>2025-07-12T10:52:38.2071935+04:00</DateTo> <Description>sample string 1</Description> <DivisionId>238c96ac-a813-49ce-86a2-87c46e0e08f0</DivisionId> <Id>1</Id> <IsDeleted>true</IsDeleted> <LocationId>6f766f17-8c43-41f3-bb34-9e30f88cfbf3</LocationId> <Month>1</Month> <ScheduleId>1</ScheduleId> <SectorId>d548f939-015d-4d48-9dfa-0d4805e351d8</SectorId> <Source>sample string 4</Source> <Status>sample string 3</Status> <SubBuildingId>0b1ef1a8-9eef-4f8e-9c96-79a38b6e1732</SubBuildingId> <SubSectorId>7f1ef43c-b770-4fe5-9d7a-c9d2d28ff2d0</SubSectorId> <TimeFrom>2025-07-12T10:52:38.2071935+04:00</TimeFrom> <TimeTo>2025-07-12T10:52:38.2071935+04:00</TimeTo> <WorkFlowStatus>2419c7d6-3958-4560-96b0-19471e917bd2</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>