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": "2025-10-30T10:03:07.6838823+04:00",
"TimeTo": "2025-10-30T10:03:07.6838823+04:00",
"Description": "sample string 1",
"WorkFlowStatus": "7b56bbcb-1fea-4f55-89ee-1af417dd3b86",
"CreatedBy": 1,
"IsDeleted": true,
"Status": "sample string 3",
"AgentId": 1,
"DivisionId": "d6762fbf-f798-46cc-b672-737e2d97bb57",
"AssetId": "736905f0-d824-421b-858b-d51d29fe0a93",
"BuildingId": "594d5028-357f-465e-887c-82308bddb62b",
"SubBuildingId": "01bbe6a9-2b55-4643-b174-073b36a884a1",
"LocationId": "94ae03c3-0b9d-41fb-8730-4b49801dc554",
"CategoryId": "b028ab47-560f-4c1b-ac94-99ca9e673f96",
"SectorId": "cb4096f6-98e8-4a98-858c-9043cad7f76f",
"Month": 1,
"Year": 1,
"SubSectorId": "31eae7b3-0f51-4284-a21b-d7df53ff982a",
"DateFrom": "2025-10-30T10:03:07.6838823+04:00",
"DateTo": "2025-10-30T10:03:07.6838823+04:00",
"Source": "sample string 4"
}
text/html, multipart/form-data
Sample:
{"Id":1,"AgentMonthlyTimeSheetId":1,"ScheduleId":1,"TimeFrom":"2025-10-30T10:03:07.6838823+04:00","TimeTo":"2025-10-30T10:03:07.6838823+04:00","Description":"sample string 1","WorkFlowStatus":"7b56bbcb-1fea-4f55-89ee-1af417dd3b86","CreatedBy":1,"IsDeleted":true,"Status":"sample string 3","AgentId":1,"DivisionId":"d6762fbf-f798-46cc-b672-737e2d97bb57","AssetId":"736905f0-d824-421b-858b-d51d29fe0a93","BuildingId":"594d5028-357f-465e-887c-82308bddb62b","SubBuildingId":"01bbe6a9-2b55-4643-b174-073b36a884a1","LocationId":"94ae03c3-0b9d-41fb-8730-4b49801dc554","CategoryId":"b028ab47-560f-4c1b-ac94-99ca9e673f96","SectorId":"cb4096f6-98e8-4a98-858c-9043cad7f76f","Month":1,"Year":1,"SubSectorId":"31eae7b3-0f51-4284-a21b-d7df53ff982a","DateFrom":"2025-10-30T10:03:07.6838823+04:00","DateTo":"2025-10-30T10:03:07.6838823+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>736905f0-d824-421b-858b-d51d29fe0a93</AssetId> <BuildingId>594d5028-357f-465e-887c-82308bddb62b</BuildingId> <CategoryId>b028ab47-560f-4c1b-ac94-99ca9e673f96</CategoryId> <CreatedBy>1</CreatedBy> <DateFrom>2025-10-30T10:03:07.6838823+04:00</DateFrom> <DateTo>2025-10-30T10:03:07.6838823+04:00</DateTo> <Description>sample string 1</Description> <DivisionId>d6762fbf-f798-46cc-b672-737e2d97bb57</DivisionId> <Id>1</Id> <IsDeleted>true</IsDeleted> <LocationId>94ae03c3-0b9d-41fb-8730-4b49801dc554</LocationId> <Month>1</Month> <ScheduleId>1</ScheduleId> <SectorId>cb4096f6-98e8-4a98-858c-9043cad7f76f</SectorId> <Source>sample string 4</Source> <Status>sample string 3</Status> <SubBuildingId>01bbe6a9-2b55-4643-b174-073b36a884a1</SubBuildingId> <SubSectorId>31eae7b3-0f51-4284-a21b-d7df53ff982a</SubSectorId> <TimeFrom>2025-10-30T10:03:07.6838823+04:00</TimeFrom> <TimeTo>2025-10-30T10:03:07.6838823+04:00</TimeTo> <WorkFlowStatus>7b56bbcb-1fea-4f55-89ee-1af417dd3b86</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>