POST Api/AgentBudgetApi/DeleteAgentTimesheet
Request Information
URI Parameters
None.
Body Parameters
FilterTimes| Name | 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": "2026-07-31T23:53:22.3431823+04:00",
"TimeTo": "2026-07-31T23:53:22.3431823+04:00",
"Description": "sample string 1",
"WorkFlowStatus": "6cf4c42f-18e7-464a-8b34-ace30891d6f1",
"CreatedBy": 1,
"IsDeleted": true,
"Status": "sample string 3",
"AgentId": 1,
"DivisionId": "c4749b0e-fb40-4ed5-9a37-806123b51e90",
"AssetId": "b5c3b78d-4e0a-4e67-b67a-ee172a6c5847",
"BuildingId": "1920d7ee-7e9b-4232-94a8-93a59b1cbfa9",
"SubBuildingId": "50a37382-be80-4702-9b29-e0d11d3fa54c",
"LocationId": "ee84fe74-7c6c-4335-aa37-383021411147",
"CategoryId": "372e59a5-3576-4913-963c-655276b80584",
"SectorId": "3f24599b-454a-4d4b-99e3-7681d1837564",
"Month": 1,
"Year": 1,
"SubSectorId": "ef16cdca-f7f8-4e35-8c59-fc500954dfce",
"DateFrom": "2026-07-31T23:53:22.3431823+04:00",
"DateTo": "2026-07-31T23:53:22.3431823+04:00",
"Source": "sample string 4"
}
text/html, multipart/form-data
Sample:
{"Id":1,"AgentMonthlyTimeSheetId":1,"ScheduleId":1,"TimeFrom":"2026-07-31T23:53:22.3431823+04:00","TimeTo":"2026-07-31T23:53:22.3431823+04:00","Description":"sample string 1","WorkFlowStatus":"6cf4c42f-18e7-464a-8b34-ace30891d6f1","CreatedBy":1,"IsDeleted":true,"Status":"sample string 3","AgentId":1,"DivisionId":"c4749b0e-fb40-4ed5-9a37-806123b51e90","AssetId":"b5c3b78d-4e0a-4e67-b67a-ee172a6c5847","BuildingId":"1920d7ee-7e9b-4232-94a8-93a59b1cbfa9","SubBuildingId":"50a37382-be80-4702-9b29-e0d11d3fa54c","LocationId":"ee84fe74-7c6c-4335-aa37-383021411147","CategoryId":"372e59a5-3576-4913-963c-655276b80584","SectorId":"3f24599b-454a-4d4b-99e3-7681d1837564","Month":1,"Year":1,"SubSectorId":"ef16cdca-f7f8-4e35-8c59-fc500954dfce","DateFrom":"2026-07-31T23:53:22.3431823+04:00","DateTo":"2026-07-31T23:53:22.3431823+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>b5c3b78d-4e0a-4e67-b67a-ee172a6c5847</AssetId> <BuildingId>1920d7ee-7e9b-4232-94a8-93a59b1cbfa9</BuildingId> <CategoryId>372e59a5-3576-4913-963c-655276b80584</CategoryId> <CreatedBy>1</CreatedBy> <DateFrom>2026-07-31T23:53:22.3431823+04:00</DateFrom> <DateTo>2026-07-31T23:53:22.3431823+04:00</DateTo> <Description>sample string 1</Description> <DivisionId>c4749b0e-fb40-4ed5-9a37-806123b51e90</DivisionId> <Id>1</Id> <IsDeleted>true</IsDeleted> <LocationId>ee84fe74-7c6c-4335-aa37-383021411147</LocationId> <Month>1</Month> <ScheduleId>1</ScheduleId> <SectorId>3f24599b-454a-4d4b-99e3-7681d1837564</SectorId> <Source>sample string 4</Source> <Status>sample string 3</Status> <SubBuildingId>50a37382-be80-4702-9b29-e0d11d3fa54c</SubBuildingId> <SubSectorId>ef16cdca-f7f8-4e35-8c59-fc500954dfce</SubSectorId> <TimeFrom>2026-07-31T23:53:22.3431823+04:00</TimeFrom> <TimeTo>2026-07-31T23:53:22.3431823+04:00</TimeTo> <WorkFlowStatus>6cf4c42f-18e7-464a-8b34-ace30891d6f1</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>