POST Api/AgentBudgetApi/UpdateAgentTimesheet
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:16:39.8173032+04:00", "TimeTo": "2025-09-14T08:16:39.8173032+04:00", "Description": "sample string 1", "WorkFlowStatus": "6518b565-85ca-406d-bb40-60b2c75aa436", "CreatedBy": 1, "IsDeleted": true, "Status": "sample string 3", "AgentId": 1, "DivisionId": "72ccb296-7ab3-4232-aae8-9c2c2c1b82ae", "AssetId": "9fff0d7d-3136-4646-adc7-1e699f033f3a", "BuildingId": "335216f1-c718-4089-933d-453c7f9c01d1", "SubBuildingId": "839b629a-ad2a-4450-9faf-5d625256644b", "LocationId": "9975e5cc-c61e-46a1-ab87-dd0e0a0bcdd0", "CategoryId": "9bcb1c54-e258-4eef-a3e3-9a02250503a5", "SectorId": "57b25a94-ffaf-461a-9765-f542e71a78a4", "Month": 1, "Year": 1, "SubSectorId": "0af6dff3-4636-4d74-ab74-7a9ede3d2907", "DateFrom": "2025-09-14T08:16:39.8173032+04:00", "DateTo": "2025-09-14T08:16:39.8173032+04:00", "Source": "sample string 4" }
text/html, multipart/form-data
Sample:
{"Id":1,"AgentMonthlyTimeSheetId":1,"ScheduleId":1,"TimeFrom":"2025-09-14T08:16:39.8173032+04:00","TimeTo":"2025-09-14T08:16:39.8173032+04:00","Description":"sample string 1","WorkFlowStatus":"6518b565-85ca-406d-bb40-60b2c75aa436","CreatedBy":1,"IsDeleted":true,"Status":"sample string 3","AgentId":1,"DivisionId":"72ccb296-7ab3-4232-aae8-9c2c2c1b82ae","AssetId":"9fff0d7d-3136-4646-adc7-1e699f033f3a","BuildingId":"335216f1-c718-4089-933d-453c7f9c01d1","SubBuildingId":"839b629a-ad2a-4450-9faf-5d625256644b","LocationId":"9975e5cc-c61e-46a1-ab87-dd0e0a0bcdd0","CategoryId":"9bcb1c54-e258-4eef-a3e3-9a02250503a5","SectorId":"57b25a94-ffaf-461a-9765-f542e71a78a4","Month":1,"Year":1,"SubSectorId":"0af6dff3-4636-4d74-ab74-7a9ede3d2907","DateFrom":"2025-09-14T08:16:39.8173032+04:00","DateTo":"2025-09-14T08:16:39.8173032+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>9fff0d7d-3136-4646-adc7-1e699f033f3a</AssetId> <BuildingId>335216f1-c718-4089-933d-453c7f9c01d1</BuildingId> <CategoryId>9bcb1c54-e258-4eef-a3e3-9a02250503a5</CategoryId> <CreatedBy>1</CreatedBy> <DateFrom>2025-09-14T08:16:39.8173032+04:00</DateFrom> <DateTo>2025-09-14T08:16:39.8173032+04:00</DateTo> <Description>sample string 1</Description> <DivisionId>72ccb296-7ab3-4232-aae8-9c2c2c1b82ae</DivisionId> <Id>1</Id> <IsDeleted>true</IsDeleted> <LocationId>9975e5cc-c61e-46a1-ab87-dd0e0a0bcdd0</LocationId> <Month>1</Month> <ScheduleId>1</ScheduleId> <SectorId>57b25a94-ffaf-461a-9765-f542e71a78a4</SectorId> <Source>sample string 4</Source> <Status>sample string 3</Status> <SubBuildingId>839b629a-ad2a-4450-9faf-5d625256644b</SubBuildingId> <SubSectorId>0af6dff3-4636-4d74-ab74-7a9ede3d2907</SubSectorId> <TimeFrom>2025-09-14T08:16:39.8173032+04:00</TimeFrom> <TimeTo>2025-09-14T08:16:39.8173032+04:00</TimeTo> <WorkFlowStatus>6518b565-85ca-406d-bb40-60b2c75aa436</WorkFlowStatus> <Year>1</Year> </FilterTimes>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
integerResponse Formats
application/json, text/json, text/html, multipart/form-data
Sample:
1
application/xml, text/xml
Sample:
<int xmlns="http://schemas.microsoft.com/2003/10/Serialization/">1</int>