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-05-01T05:22:18.529061+04:00",
"TimeTo": "2026-05-01T05:22:18.529061+04:00",
"Description": "sample string 1",
"WorkFlowStatus": "32dbd7c2-8bdc-4969-adbe-91894606902e",
"CreatedBy": 1,
"IsDeleted": true,
"Status": "sample string 3",
"AgentId": 1,
"DivisionId": "143b21ac-bfaf-4063-8d49-d831dfdf8575",
"AssetId": "1086b5bb-51ef-4582-b5fc-12f53abcc416",
"BuildingId": "eef53540-ac1f-435d-90e7-bced7a19fbbc",
"SubBuildingId": "182175d5-3dc4-4269-9918-ca42c4ddcc6b",
"LocationId": "c081a9b8-06ca-4d86-a226-57ee22fbf821",
"CategoryId": "0c43b6a0-59e1-4fcc-b1fc-aef2dd728801",
"SectorId": "4beb673f-5e30-4d43-bbab-8b12ea8898c4",
"Month": 1,
"Year": 1,
"SubSectorId": "8090fdbb-e7ac-4071-b9fa-6ee4025a953d",
"DateFrom": "2026-05-01T05:22:18.529061+04:00",
"DateTo": "2026-05-01T05:22:18.529061+04:00",
"Source": "sample string 4"
}
text/html, multipart/form-data
Sample:
{"Id":1,"AgentMonthlyTimeSheetId":1,"ScheduleId":1,"TimeFrom":"2026-05-01T05:22:18.529061+04:00","TimeTo":"2026-05-01T05:22:18.529061+04:00","Description":"sample string 1","WorkFlowStatus":"32dbd7c2-8bdc-4969-adbe-91894606902e","CreatedBy":1,"IsDeleted":true,"Status":"sample string 3","AgentId":1,"DivisionId":"143b21ac-bfaf-4063-8d49-d831dfdf8575","AssetId":"1086b5bb-51ef-4582-b5fc-12f53abcc416","BuildingId":"eef53540-ac1f-435d-90e7-bced7a19fbbc","SubBuildingId":"182175d5-3dc4-4269-9918-ca42c4ddcc6b","LocationId":"c081a9b8-06ca-4d86-a226-57ee22fbf821","CategoryId":"0c43b6a0-59e1-4fcc-b1fc-aef2dd728801","SectorId":"4beb673f-5e30-4d43-bbab-8b12ea8898c4","Month":1,"Year":1,"SubSectorId":"8090fdbb-e7ac-4071-b9fa-6ee4025a953d","DateFrom":"2026-05-01T05:22:18.529061+04:00","DateTo":"2026-05-01T05:22:18.529061+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>1086b5bb-51ef-4582-b5fc-12f53abcc416</AssetId> <BuildingId>eef53540-ac1f-435d-90e7-bced7a19fbbc</BuildingId> <CategoryId>0c43b6a0-59e1-4fcc-b1fc-aef2dd728801</CategoryId> <CreatedBy>1</CreatedBy> <DateFrom>2026-05-01T05:22:18.529061+04:00</DateFrom> <DateTo>2026-05-01T05:22:18.529061+04:00</DateTo> <Description>sample string 1</Description> <DivisionId>143b21ac-bfaf-4063-8d49-d831dfdf8575</DivisionId> <Id>1</Id> <IsDeleted>true</IsDeleted> <LocationId>c081a9b8-06ca-4d86-a226-57ee22fbf821</LocationId> <Month>1</Month> <ScheduleId>1</ScheduleId> <SectorId>4beb673f-5e30-4d43-bbab-8b12ea8898c4</SectorId> <Source>sample string 4</Source> <Status>sample string 3</Status> <SubBuildingId>182175d5-3dc4-4269-9918-ca42c4ddcc6b</SubBuildingId> <SubSectorId>8090fdbb-e7ac-4071-b9fa-6ee4025a953d</SubSectorId> <TimeFrom>2026-05-01T05:22:18.529061+04:00</TimeFrom> <TimeTo>2026-05-01T05:22:18.529061+04:00</TimeTo> <WorkFlowStatus>32dbd7c2-8bdc-4969-adbe-91894606902e</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>