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-08-01T01:19:55.9432565+04:00",
"TimeTo": "2026-08-01T01:19:55.9432565+04:00",
"Description": "sample string 1",
"WorkFlowStatus": "98678202-ce6e-4fff-9b93-7d84ddb0310a",
"CreatedBy": 1,
"IsDeleted": true,
"Status": "sample string 3",
"AgentId": 1,
"DivisionId": "d31eb96d-bdfd-44e8-864c-f0160ec4b326",
"AssetId": "df8b14c1-ff89-4705-8868-5d311ec57cc3",
"BuildingId": "ef649447-09d1-4305-a85f-bb91222c43b7",
"SubBuildingId": "83e9328e-09e7-4c00-ae28-badeda3ff558",
"LocationId": "c08e5787-6782-44a8-ad68-e1826ba187f3",
"CategoryId": "4af44efc-7018-4c8c-8d80-3a49e0570b32",
"SectorId": "7dc6de7c-58bf-4ab1-bc0d-a7a76b43ae7c",
"Month": 1,
"Year": 1,
"SubSectorId": "cb472292-926b-40df-9f99-94cd9f8b8866",
"DateFrom": "2026-08-01T01:19:55.9432565+04:00",
"DateTo": "2026-08-01T01:19:55.9432565+04:00",
"Source": "sample string 4"
}
text/html, multipart/form-data
Sample:
{"Id":1,"AgentMonthlyTimeSheetId":1,"ScheduleId":1,"TimeFrom":"2026-08-01T01:19:55.9432565+04:00","TimeTo":"2026-08-01T01:19:55.9432565+04:00","Description":"sample string 1","WorkFlowStatus":"98678202-ce6e-4fff-9b93-7d84ddb0310a","CreatedBy":1,"IsDeleted":true,"Status":"sample string 3","AgentId":1,"DivisionId":"d31eb96d-bdfd-44e8-864c-f0160ec4b326","AssetId":"df8b14c1-ff89-4705-8868-5d311ec57cc3","BuildingId":"ef649447-09d1-4305-a85f-bb91222c43b7","SubBuildingId":"83e9328e-09e7-4c00-ae28-badeda3ff558","LocationId":"c08e5787-6782-44a8-ad68-e1826ba187f3","CategoryId":"4af44efc-7018-4c8c-8d80-3a49e0570b32","SectorId":"7dc6de7c-58bf-4ab1-bc0d-a7a76b43ae7c","Month":1,"Year":1,"SubSectorId":"cb472292-926b-40df-9f99-94cd9f8b8866","DateFrom":"2026-08-01T01:19:55.9432565+04:00","DateTo":"2026-08-01T01:19:55.9432565+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>df8b14c1-ff89-4705-8868-5d311ec57cc3</AssetId> <BuildingId>ef649447-09d1-4305-a85f-bb91222c43b7</BuildingId> <CategoryId>4af44efc-7018-4c8c-8d80-3a49e0570b32</CategoryId> <CreatedBy>1</CreatedBy> <DateFrom>2026-08-01T01:19:55.9432565+04:00</DateFrom> <DateTo>2026-08-01T01:19:55.9432565+04:00</DateTo> <Description>sample string 1</Description> <DivisionId>d31eb96d-bdfd-44e8-864c-f0160ec4b326</DivisionId> <Id>1</Id> <IsDeleted>true</IsDeleted> <LocationId>c08e5787-6782-44a8-ad68-e1826ba187f3</LocationId> <Month>1</Month> <ScheduleId>1</ScheduleId> <SectorId>7dc6de7c-58bf-4ab1-bc0d-a7a76b43ae7c</SectorId> <Source>sample string 4</Source> <Status>sample string 3</Status> <SubBuildingId>83e9328e-09e7-4c00-ae28-badeda3ff558</SubBuildingId> <SubSectorId>cb472292-926b-40df-9f99-94cd9f8b8866</SubSectorId> <TimeFrom>2026-08-01T01:19:55.9432565+04:00</TimeFrom> <TimeTo>2026-08-01T01:19:55.9432565+04:00</TimeTo> <WorkFlowStatus>98678202-ce6e-4fff-9b93-7d84ddb0310a</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>