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-09-15T08:49:29.7976074+04:00",
"TimeTo": "2026-09-15T08:49:29.7976074+04:00",
"Description": "sample string 1",
"WorkFlowStatus": "1361d311-d59f-47fb-ae39-d0e247f1636e",
"CreatedBy": 1,
"IsDeleted": true,
"Status": "sample string 3",
"AgentId": 1,
"DivisionId": "7120ecfc-3682-4135-a284-70cd005f1c79",
"AssetId": "e3293506-49f5-4c84-9e82-72ec6a0fa6a6",
"BuildingId": "03d7d36f-edb6-4d58-ba0d-535f486ab24f",
"SubBuildingId": "5e08fa7e-e1f9-4829-bd30-967c1561c42b",
"LocationId": "a955934c-44cf-490b-934b-e35901893de9",
"CategoryId": "d583088d-81e9-4874-98c1-bc150a21408e",
"SectorId": "5d5452a5-e094-473e-a79e-977b63af9079",
"Month": 1,
"Year": 1,
"SubSectorId": "e9054415-8905-47ca-a280-8aaf5075572d",
"DateFrom": "2026-09-15T08:49:29.7976074+04:00",
"DateTo": "2026-09-15T08:49:29.7976074+04:00",
"Source": "sample string 4"
}
text/html, multipart/form-data
Sample:
{"Id":1,"AgentMonthlyTimeSheetId":1,"ScheduleId":1,"TimeFrom":"2026-09-15T08:49:29.7976074+04:00","TimeTo":"2026-09-15T08:49:29.7976074+04:00","Description":"sample string 1","WorkFlowStatus":"1361d311-d59f-47fb-ae39-d0e247f1636e","CreatedBy":1,"IsDeleted":true,"Status":"sample string 3","AgentId":1,"DivisionId":"7120ecfc-3682-4135-a284-70cd005f1c79","AssetId":"e3293506-49f5-4c84-9e82-72ec6a0fa6a6","BuildingId":"03d7d36f-edb6-4d58-ba0d-535f486ab24f","SubBuildingId":"5e08fa7e-e1f9-4829-bd30-967c1561c42b","LocationId":"a955934c-44cf-490b-934b-e35901893de9","CategoryId":"d583088d-81e9-4874-98c1-bc150a21408e","SectorId":"5d5452a5-e094-473e-a79e-977b63af9079","Month":1,"Year":1,"SubSectorId":"e9054415-8905-47ca-a280-8aaf5075572d","DateFrom":"2026-09-15T08:49:29.7976074+04:00","DateTo":"2026-09-15T08:49:29.7976074+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>e3293506-49f5-4c84-9e82-72ec6a0fa6a6</AssetId> <BuildingId>03d7d36f-edb6-4d58-ba0d-535f486ab24f</BuildingId> <CategoryId>d583088d-81e9-4874-98c1-bc150a21408e</CategoryId> <CreatedBy>1</CreatedBy> <DateFrom>2026-09-15T08:49:29.7976074+04:00</DateFrom> <DateTo>2026-09-15T08:49:29.7976074+04:00</DateTo> <Description>sample string 1</Description> <DivisionId>7120ecfc-3682-4135-a284-70cd005f1c79</DivisionId> <Id>1</Id> <IsDeleted>true</IsDeleted> <LocationId>a955934c-44cf-490b-934b-e35901893de9</LocationId> <Month>1</Month> <ScheduleId>1</ScheduleId> <SectorId>5d5452a5-e094-473e-a79e-977b63af9079</SectorId> <Source>sample string 4</Source> <Status>sample string 3</Status> <SubBuildingId>5e08fa7e-e1f9-4829-bd30-967c1561c42b</SubBuildingId> <SubSectorId>e9054415-8905-47ca-a280-8aaf5075572d</SubSectorId> <TimeFrom>2026-09-15T08:49:29.7976074+04:00</TimeFrom> <TimeTo>2026-09-15T08:49:29.7976074+04:00</TimeTo> <WorkFlowStatus>1361d311-d59f-47fb-ae39-d0e247f1636e</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>