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-06-15T21:08:46.1447197+04:00",
"TimeTo": "2026-06-15T21:08:46.1447197+04:00",
"Description": "sample string 1",
"WorkFlowStatus": "a8cf0d29-4be4-471b-9f88-50b071a44a08",
"CreatedBy": 1,
"IsDeleted": true,
"Status": "sample string 3",
"AgentId": 1,
"DivisionId": "76710dee-1aff-4e15-905d-4183da43f549",
"AssetId": "9066e2c6-de53-44e3-826a-cef8ca808267",
"BuildingId": "d06375da-2195-4abc-a6da-5c434359d9d4",
"SubBuildingId": "17ed8c14-8474-45fb-b792-dbfc9700bb37",
"LocationId": "19d11c7c-ae33-48c5-8034-cc4d6c54aa86",
"CategoryId": "124c5f67-9d77-4b8e-9aee-07200f09d584",
"SectorId": "32649cb3-4520-48ca-b3da-22907b024df3",
"Month": 1,
"Year": 1,
"SubSectorId": "18e5a349-b582-44f8-a49a-5f345886ea0a",
"DateFrom": "2026-06-15T21:08:46.1447197+04:00",
"DateTo": "2026-06-15T21:08:46.1447197+04:00",
"Source": "sample string 4"
}
text/html, multipart/form-data
Sample:
{"Id":1,"AgentMonthlyTimeSheetId":1,"ScheduleId":1,"TimeFrom":"2026-06-15T21:08:46.1447197+04:00","TimeTo":"2026-06-15T21:08:46.1447197+04:00","Description":"sample string 1","WorkFlowStatus":"a8cf0d29-4be4-471b-9f88-50b071a44a08","CreatedBy":1,"IsDeleted":true,"Status":"sample string 3","AgentId":1,"DivisionId":"76710dee-1aff-4e15-905d-4183da43f549","AssetId":"9066e2c6-de53-44e3-826a-cef8ca808267","BuildingId":"d06375da-2195-4abc-a6da-5c434359d9d4","SubBuildingId":"17ed8c14-8474-45fb-b792-dbfc9700bb37","LocationId":"19d11c7c-ae33-48c5-8034-cc4d6c54aa86","CategoryId":"124c5f67-9d77-4b8e-9aee-07200f09d584","SectorId":"32649cb3-4520-48ca-b3da-22907b024df3","Month":1,"Year":1,"SubSectorId":"18e5a349-b582-44f8-a49a-5f345886ea0a","DateFrom":"2026-06-15T21:08:46.1447197+04:00","DateTo":"2026-06-15T21:08:46.1447197+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>9066e2c6-de53-44e3-826a-cef8ca808267</AssetId> <BuildingId>d06375da-2195-4abc-a6da-5c434359d9d4</BuildingId> <CategoryId>124c5f67-9d77-4b8e-9aee-07200f09d584</CategoryId> <CreatedBy>1</CreatedBy> <DateFrom>2026-06-15T21:08:46.1447197+04:00</DateFrom> <DateTo>2026-06-15T21:08:46.1447197+04:00</DateTo> <Description>sample string 1</Description> <DivisionId>76710dee-1aff-4e15-905d-4183da43f549</DivisionId> <Id>1</Id> <IsDeleted>true</IsDeleted> <LocationId>19d11c7c-ae33-48c5-8034-cc4d6c54aa86</LocationId> <Month>1</Month> <ScheduleId>1</ScheduleId> <SectorId>32649cb3-4520-48ca-b3da-22907b024df3</SectorId> <Source>sample string 4</Source> <Status>sample string 3</Status> <SubBuildingId>17ed8c14-8474-45fb-b792-dbfc9700bb37</SubBuildingId> <SubSectorId>18e5a349-b582-44f8-a49a-5f345886ea0a</SubSectorId> <TimeFrom>2026-06-15T21:08:46.1447197+04:00</TimeFrom> <TimeTo>2026-06-15T21:08:46.1447197+04:00</TimeTo> <WorkFlowStatus>a8cf0d29-4be4-471b-9f88-50b071a44a08</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>