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-03-15T06:06:44.0818753+04:00",
"TimeTo": "2026-03-15T06:06:44.0818753+04:00",
"Description": "sample string 1",
"WorkFlowStatus": "dd94c510-5de3-4415-9724-42edaa0e7f77",
"CreatedBy": 1,
"IsDeleted": true,
"Status": "sample string 3",
"AgentId": 1,
"DivisionId": "53425007-43c6-422e-b9f2-c68d8a7a6b8c",
"AssetId": "f2ada924-aef1-4e20-9ce4-4052d1ac6c44",
"BuildingId": "e7924ec2-67b6-4c67-8328-49005b27e0ec",
"SubBuildingId": "0403028a-6b13-4132-80a7-48a0f6c8b172",
"LocationId": "00310143-c09e-42aa-88c6-33fd4beb04be",
"CategoryId": "90460cfc-26c1-446b-a4f5-c3767d18d3b1",
"SectorId": "5f7780cf-5cae-4338-8861-310648cb3256",
"Month": 1,
"Year": 1,
"SubSectorId": "2587e410-485f-4cd0-9ab9-1d3a8843402a",
"DateFrom": "2026-03-15T06:06:44.0818753+04:00",
"DateTo": "2026-03-15T06:06:44.0818753+04:00",
"Source": "sample string 4"
}
text/html, multipart/form-data
Sample:
{"Id":1,"AgentMonthlyTimeSheetId":1,"ScheduleId":1,"TimeFrom":"2026-03-15T06:06:44.0818753+04:00","TimeTo":"2026-03-15T06:06:44.0818753+04:00","Description":"sample string 1","WorkFlowStatus":"dd94c510-5de3-4415-9724-42edaa0e7f77","CreatedBy":1,"IsDeleted":true,"Status":"sample string 3","AgentId":1,"DivisionId":"53425007-43c6-422e-b9f2-c68d8a7a6b8c","AssetId":"f2ada924-aef1-4e20-9ce4-4052d1ac6c44","BuildingId":"e7924ec2-67b6-4c67-8328-49005b27e0ec","SubBuildingId":"0403028a-6b13-4132-80a7-48a0f6c8b172","LocationId":"00310143-c09e-42aa-88c6-33fd4beb04be","CategoryId":"90460cfc-26c1-446b-a4f5-c3767d18d3b1","SectorId":"5f7780cf-5cae-4338-8861-310648cb3256","Month":1,"Year":1,"SubSectorId":"2587e410-485f-4cd0-9ab9-1d3a8843402a","DateFrom":"2026-03-15T06:06:44.0818753+04:00","DateTo":"2026-03-15T06:06:44.0818753+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>f2ada924-aef1-4e20-9ce4-4052d1ac6c44</AssetId> <BuildingId>e7924ec2-67b6-4c67-8328-49005b27e0ec</BuildingId> <CategoryId>90460cfc-26c1-446b-a4f5-c3767d18d3b1</CategoryId> <CreatedBy>1</CreatedBy> <DateFrom>2026-03-15T06:06:44.0818753+04:00</DateFrom> <DateTo>2026-03-15T06:06:44.0818753+04:00</DateTo> <Description>sample string 1</Description> <DivisionId>53425007-43c6-422e-b9f2-c68d8a7a6b8c</DivisionId> <Id>1</Id> <IsDeleted>true</IsDeleted> <LocationId>00310143-c09e-42aa-88c6-33fd4beb04be</LocationId> <Month>1</Month> <ScheduleId>1</ScheduleId> <SectorId>5f7780cf-5cae-4338-8861-310648cb3256</SectorId> <Source>sample string 4</Source> <Status>sample string 3</Status> <SubBuildingId>0403028a-6b13-4132-80a7-48a0f6c8b172</SubBuildingId> <SubSectorId>2587e410-485f-4cd0-9ab9-1d3a8843402a</SubSectorId> <TimeFrom>2026-03-15T06:06:44.0818753+04:00</TimeFrom> <TimeTo>2026-03-15T06:06:44.0818753+04:00</TimeTo> <WorkFlowStatus>dd94c510-5de3-4415-9724-42edaa0e7f77</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>