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-05-25T19:11:20.2726132+04:00", "TimeTo": "2025-05-25T19:11:20.2726132+04:00", "Description": "sample string 1", "WorkFlowStatus": "791586ef-c3f5-4b65-9d16-9a6cab0c3618", "CreatedBy": 1, "IsDeleted": true, "Status": "sample string 3", "AgentId": 1, "DivisionId": "09243cd9-44d9-4a2d-88f4-a275ad7bbaf0", "AssetId": "26c12457-748d-4592-a9f5-7f18ae59d388", "BuildingId": "f98d994d-c86f-4b0f-8b92-37a34601dd8a", "SubBuildingId": "6fd72352-f254-4de4-b300-d043242d3876", "LocationId": "83b2c0aa-8178-4836-a035-b4ef526334fb", "CategoryId": "d5c09db2-750f-4d3c-a135-7592790378fc", "SectorId": "b2056322-0209-42ec-9209-8d3e8604a976", "Month": 1, "Year": 1, "SubSectorId": "30832cf6-7c03-444c-8c24-0263186d8ed5", "DateFrom": "2025-05-25T19:11:20.2726132+04:00", "DateTo": "2025-05-25T19:11:20.2726132+04:00", "Source": "sample string 4" }
text/html, multipart/form-data
Sample:
{"Id":1,"AgentMonthlyTimeSheetId":1,"ScheduleId":1,"TimeFrom":"2025-05-25T19:11:20.2726132+04:00","TimeTo":"2025-05-25T19:11:20.2726132+04:00","Description":"sample string 1","WorkFlowStatus":"791586ef-c3f5-4b65-9d16-9a6cab0c3618","CreatedBy":1,"IsDeleted":true,"Status":"sample string 3","AgentId":1,"DivisionId":"09243cd9-44d9-4a2d-88f4-a275ad7bbaf0","AssetId":"26c12457-748d-4592-a9f5-7f18ae59d388","BuildingId":"f98d994d-c86f-4b0f-8b92-37a34601dd8a","SubBuildingId":"6fd72352-f254-4de4-b300-d043242d3876","LocationId":"83b2c0aa-8178-4836-a035-b4ef526334fb","CategoryId":"d5c09db2-750f-4d3c-a135-7592790378fc","SectorId":"b2056322-0209-42ec-9209-8d3e8604a976","Month":1,"Year":1,"SubSectorId":"30832cf6-7c03-444c-8c24-0263186d8ed5","DateFrom":"2025-05-25T19:11:20.2726132+04:00","DateTo":"2025-05-25T19:11:20.2726132+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>26c12457-748d-4592-a9f5-7f18ae59d388</AssetId> <BuildingId>f98d994d-c86f-4b0f-8b92-37a34601dd8a</BuildingId> <CategoryId>d5c09db2-750f-4d3c-a135-7592790378fc</CategoryId> <CreatedBy>1</CreatedBy> <DateFrom>2025-05-25T19:11:20.2726132+04:00</DateFrom> <DateTo>2025-05-25T19:11:20.2726132+04:00</DateTo> <Description>sample string 1</Description> <DivisionId>09243cd9-44d9-4a2d-88f4-a275ad7bbaf0</DivisionId> <Id>1</Id> <IsDeleted>true</IsDeleted> <LocationId>83b2c0aa-8178-4836-a035-b4ef526334fb</LocationId> <Month>1</Month> <ScheduleId>1</ScheduleId> <SectorId>b2056322-0209-42ec-9209-8d3e8604a976</SectorId> <Source>sample string 4</Source> <Status>sample string 3</Status> <SubBuildingId>6fd72352-f254-4de4-b300-d043242d3876</SubBuildingId> <SubSectorId>30832cf6-7c03-444c-8c24-0263186d8ed5</SubSectorId> <TimeFrom>2025-05-25T19:11:20.2726132+04:00</TimeFrom> <TimeTo>2025-05-25T19:11:20.2726132+04:00</TimeTo> <WorkFlowStatus>791586ef-c3f5-4b65-9d16-9a6cab0c3618</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>