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-01-29T03:12:35.279073+04:00",
"TimeTo": "2026-01-29T03:12:35.279073+04:00",
"Description": "sample string 1",
"WorkFlowStatus": "ca592725-6395-4d3e-b5bc-14b70ad0f530",
"CreatedBy": 1,
"IsDeleted": true,
"Status": "sample string 3",
"AgentId": 1,
"DivisionId": "f497704d-08f8-49f5-a992-b4fa699ad90a",
"AssetId": "bd85cc08-4393-477c-8043-1af31c82d91c",
"BuildingId": "5ac23a49-d086-4422-8f17-709933f617b4",
"SubBuildingId": "bb26ebcb-2056-4299-8bf1-e441f666f8cd",
"LocationId": "2c306c90-8016-4b8b-bc6a-81f26cd7c0d0",
"CategoryId": "10b6428b-eb74-4c6c-a44c-24923d0494c2",
"SectorId": "5eedd838-c3b5-41a8-9356-96030224d765",
"Month": 1,
"Year": 1,
"SubSectorId": "be67aa6a-87fa-4972-b55b-2e1dae81ded0",
"DateFrom": "2026-01-29T03:12:35.279073+04:00",
"DateTo": "2026-01-29T03:12:35.279073+04:00",
"Source": "sample string 4"
}
text/html, multipart/form-data
Sample:
{"Id":1,"AgentMonthlyTimeSheetId":1,"ScheduleId":1,"TimeFrom":"2026-01-29T03:12:35.279073+04:00","TimeTo":"2026-01-29T03:12:35.279073+04:00","Description":"sample string 1","WorkFlowStatus":"ca592725-6395-4d3e-b5bc-14b70ad0f530","CreatedBy":1,"IsDeleted":true,"Status":"sample string 3","AgentId":1,"DivisionId":"f497704d-08f8-49f5-a992-b4fa699ad90a","AssetId":"bd85cc08-4393-477c-8043-1af31c82d91c","BuildingId":"5ac23a49-d086-4422-8f17-709933f617b4","SubBuildingId":"bb26ebcb-2056-4299-8bf1-e441f666f8cd","LocationId":"2c306c90-8016-4b8b-bc6a-81f26cd7c0d0","CategoryId":"10b6428b-eb74-4c6c-a44c-24923d0494c2","SectorId":"5eedd838-c3b5-41a8-9356-96030224d765","Month":1,"Year":1,"SubSectorId":"be67aa6a-87fa-4972-b55b-2e1dae81ded0","DateFrom":"2026-01-29T03:12:35.279073+04:00","DateTo":"2026-01-29T03:12:35.279073+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>bd85cc08-4393-477c-8043-1af31c82d91c</AssetId> <BuildingId>5ac23a49-d086-4422-8f17-709933f617b4</BuildingId> <CategoryId>10b6428b-eb74-4c6c-a44c-24923d0494c2</CategoryId> <CreatedBy>1</CreatedBy> <DateFrom>2026-01-29T03:12:35.279073+04:00</DateFrom> <DateTo>2026-01-29T03:12:35.279073+04:00</DateTo> <Description>sample string 1</Description> <DivisionId>f497704d-08f8-49f5-a992-b4fa699ad90a</DivisionId> <Id>1</Id> <IsDeleted>true</IsDeleted> <LocationId>2c306c90-8016-4b8b-bc6a-81f26cd7c0d0</LocationId> <Month>1</Month> <ScheduleId>1</ScheduleId> <SectorId>5eedd838-c3b5-41a8-9356-96030224d765</SectorId> <Source>sample string 4</Source> <Status>sample string 3</Status> <SubBuildingId>bb26ebcb-2056-4299-8bf1-e441f666f8cd</SubBuildingId> <SubSectorId>be67aa6a-87fa-4972-b55b-2e1dae81ded0</SubSectorId> <TimeFrom>2026-01-29T03:12:35.279073+04:00</TimeFrom> <TimeTo>2026-01-29T03:12:35.279073+04:00</TimeTo> <WorkFlowStatus>ca592725-6395-4d3e-b5bc-14b70ad0f530</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>