POST Api/AgentBudgetApi/DeleteAgentTimesheet
Request Information
URI Parameters
None.
Body Parameters
FilterTimesName | 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-07-12T10:52:38.3181141+04:00", "TimeTo": "2025-07-12T10:52:38.3181141+04:00", "Description": "sample string 1", "WorkFlowStatus": "e521c0a4-f9be-48dc-9ddd-95599ad3f608", "CreatedBy": 1, "IsDeleted": true, "Status": "sample string 3", "AgentId": 1, "DivisionId": "6a6589a9-e4cd-45bb-ad47-a6a062929b92", "AssetId": "903409ec-3f3d-4f33-8fd7-1c781d549a1c", "BuildingId": "4bb118ff-c2bc-4e4e-87a8-58f9000c9c34", "SubBuildingId": "d95dc352-0c9b-4cd3-aadc-b34337a908ee", "LocationId": "f133b316-6675-4055-a403-c220e7436a7e", "CategoryId": "7b226f1a-05f1-4298-8fdc-dd330521acda", "SectorId": "97747860-8388-422d-8f3f-0b7480b551a3", "Month": 1, "Year": 1, "SubSectorId": "50e49df2-3b83-4350-b2b1-809ae0cb3bc4", "DateFrom": "2025-07-12T10:52:38.3181141+04:00", "DateTo": "2025-07-12T10:52:38.3181141+04:00", "Source": "sample string 4" }
text/html, multipart/form-data
Sample:
{"Id":1,"AgentMonthlyTimeSheetId":1,"ScheduleId":1,"TimeFrom":"2025-07-12T10:52:38.3181141+04:00","TimeTo":"2025-07-12T10:52:38.3181141+04:00","Description":"sample string 1","WorkFlowStatus":"e521c0a4-f9be-48dc-9ddd-95599ad3f608","CreatedBy":1,"IsDeleted":true,"Status":"sample string 3","AgentId":1,"DivisionId":"6a6589a9-e4cd-45bb-ad47-a6a062929b92","AssetId":"903409ec-3f3d-4f33-8fd7-1c781d549a1c","BuildingId":"4bb118ff-c2bc-4e4e-87a8-58f9000c9c34","SubBuildingId":"d95dc352-0c9b-4cd3-aadc-b34337a908ee","LocationId":"f133b316-6675-4055-a403-c220e7436a7e","CategoryId":"7b226f1a-05f1-4298-8fdc-dd330521acda","SectorId":"97747860-8388-422d-8f3f-0b7480b551a3","Month":1,"Year":1,"SubSectorId":"50e49df2-3b83-4350-b2b1-809ae0cb3bc4","DateFrom":"2025-07-12T10:52:38.3181141+04:00","DateTo":"2025-07-12T10:52:38.3181141+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>903409ec-3f3d-4f33-8fd7-1c781d549a1c</AssetId> <BuildingId>4bb118ff-c2bc-4e4e-87a8-58f9000c9c34</BuildingId> <CategoryId>7b226f1a-05f1-4298-8fdc-dd330521acda</CategoryId> <CreatedBy>1</CreatedBy> <DateFrom>2025-07-12T10:52:38.3181141+04:00</DateFrom> <DateTo>2025-07-12T10:52:38.3181141+04:00</DateTo> <Description>sample string 1</Description> <DivisionId>6a6589a9-e4cd-45bb-ad47-a6a062929b92</DivisionId> <Id>1</Id> <IsDeleted>true</IsDeleted> <LocationId>f133b316-6675-4055-a403-c220e7436a7e</LocationId> <Month>1</Month> <ScheduleId>1</ScheduleId> <SectorId>97747860-8388-422d-8f3f-0b7480b551a3</SectorId> <Source>sample string 4</Source> <Status>sample string 3</Status> <SubBuildingId>d95dc352-0c9b-4cd3-aadc-b34337a908ee</SubBuildingId> <SubSectorId>50e49df2-3b83-4350-b2b1-809ae0cb3bc4</SubSectorId> <TimeFrom>2025-07-12T10:52:38.3181141+04:00</TimeFrom> <TimeTo>2025-07-12T10:52:38.3181141+04:00</TimeTo> <WorkFlowStatus>e521c0a4-f9be-48dc-9ddd-95599ad3f608</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>