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-07-12T10:34:36.6656547+04:00", "TimeTo": "2025-07-12T10:34:36.6656547+04:00", "Description": "sample string 1", "WorkFlowStatus": "addfccff-254e-417c-9b96-b632cafbfceb", "CreatedBy": 1, "IsDeleted": true, "Status": "sample string 3", "AgentId": 1, "DivisionId": "cee492bb-3442-4418-a8b8-ae5adc22f8f1", "AssetId": "81453e0c-581e-4b3c-9043-0714a358b856", "BuildingId": "d8f7edf3-2a7c-49da-b860-a50e889a713c", "SubBuildingId": "b5cfe8ab-5106-4f9c-a71d-6c97bd81e93a", "LocationId": "6688c0c4-e365-4d66-899d-8aa0d83095a2", "CategoryId": "6aec181d-db0e-43b4-aa0f-0784a6bfa696", "SectorId": "11f311cd-483c-4e0e-bf15-35d8102d604e", "Month": 1, "Year": 1, "SubSectorId": "f8005783-0678-40c3-8d24-cde73ac3ddc8", "DateFrom": "2025-07-12T10:34:36.6656547+04:00", "DateTo": "2025-07-12T10:34:36.6656547+04:00", "Source": "sample string 4" }
text/html, multipart/form-data
Sample:
{"Id":1,"AgentMonthlyTimeSheetId":1,"ScheduleId":1,"TimeFrom":"2025-07-12T10:34:36.6656547+04:00","TimeTo":"2025-07-12T10:34:36.6656547+04:00","Description":"sample string 1","WorkFlowStatus":"addfccff-254e-417c-9b96-b632cafbfceb","CreatedBy":1,"IsDeleted":true,"Status":"sample string 3","AgentId":1,"DivisionId":"cee492bb-3442-4418-a8b8-ae5adc22f8f1","AssetId":"81453e0c-581e-4b3c-9043-0714a358b856","BuildingId":"d8f7edf3-2a7c-49da-b860-a50e889a713c","SubBuildingId":"b5cfe8ab-5106-4f9c-a71d-6c97bd81e93a","LocationId":"6688c0c4-e365-4d66-899d-8aa0d83095a2","CategoryId":"6aec181d-db0e-43b4-aa0f-0784a6bfa696","SectorId":"11f311cd-483c-4e0e-bf15-35d8102d604e","Month":1,"Year":1,"SubSectorId":"f8005783-0678-40c3-8d24-cde73ac3ddc8","DateFrom":"2025-07-12T10:34:36.6656547+04:00","DateTo":"2025-07-12T10:34:36.6656547+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>81453e0c-581e-4b3c-9043-0714a358b856</AssetId> <BuildingId>d8f7edf3-2a7c-49da-b860-a50e889a713c</BuildingId> <CategoryId>6aec181d-db0e-43b4-aa0f-0784a6bfa696</CategoryId> <CreatedBy>1</CreatedBy> <DateFrom>2025-07-12T10:34:36.6656547+04:00</DateFrom> <DateTo>2025-07-12T10:34:36.6656547+04:00</DateTo> <Description>sample string 1</Description> <DivisionId>cee492bb-3442-4418-a8b8-ae5adc22f8f1</DivisionId> <Id>1</Id> <IsDeleted>true</IsDeleted> <LocationId>6688c0c4-e365-4d66-899d-8aa0d83095a2</LocationId> <Month>1</Month> <ScheduleId>1</ScheduleId> <SectorId>11f311cd-483c-4e0e-bf15-35d8102d604e</SectorId> <Source>sample string 4</Source> <Status>sample string 3</Status> <SubBuildingId>b5cfe8ab-5106-4f9c-a71d-6c97bd81e93a</SubBuildingId> <SubSectorId>f8005783-0678-40c3-8d24-cde73ac3ddc8</SubSectorId> <TimeFrom>2025-07-12T10:34:36.6656547+04:00</TimeFrom> <TimeTo>2025-07-12T10:34:36.6656547+04:00</TimeTo> <WorkFlowStatus>addfccff-254e-417c-9b96-b632cafbfceb</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>