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-09-14T08:18:48.8171194+04:00", "TimeTo": "2025-09-14T08:18:48.8171194+04:00", "Description": "sample string 1", "WorkFlowStatus": "a35a0e45-93c3-42ff-919d-7e3233669032", "CreatedBy": 1, "IsDeleted": true, "Status": "sample string 3", "AgentId": 1, "DivisionId": "1869611e-4c37-4e55-bc22-750424546ebf", "AssetId": "05942c97-17b1-46d3-8e88-1798e42a1176", "BuildingId": "3cad1977-d6cf-46c4-901b-c2738ec1968a", "SubBuildingId": "a9046308-e93d-4a07-959f-7cc531fb4654", "LocationId": "c815dc08-65d7-4f7d-933b-99f67745aeb3", "CategoryId": "679e1678-e29b-4253-bc6d-30c99763d8d6", "SectorId": "013d5f4a-face-4dd7-8331-acf52a438efc", "Month": 1, "Year": 1, "SubSectorId": "e5e42fb2-d400-4745-b20f-e202280a0e33", "DateFrom": "2025-09-14T08:18:48.8171194+04:00", "DateTo": "2025-09-14T08:18:48.8171194+04:00", "Source": "sample string 4" }
text/html, multipart/form-data
Sample:
{"Id":1,"AgentMonthlyTimeSheetId":1,"ScheduleId":1,"TimeFrom":"2025-09-14T08:18:48.8171194+04:00","TimeTo":"2025-09-14T08:18:48.8171194+04:00","Description":"sample string 1","WorkFlowStatus":"a35a0e45-93c3-42ff-919d-7e3233669032","CreatedBy":1,"IsDeleted":true,"Status":"sample string 3","AgentId":1,"DivisionId":"1869611e-4c37-4e55-bc22-750424546ebf","AssetId":"05942c97-17b1-46d3-8e88-1798e42a1176","BuildingId":"3cad1977-d6cf-46c4-901b-c2738ec1968a","SubBuildingId":"a9046308-e93d-4a07-959f-7cc531fb4654","LocationId":"c815dc08-65d7-4f7d-933b-99f67745aeb3","CategoryId":"679e1678-e29b-4253-bc6d-30c99763d8d6","SectorId":"013d5f4a-face-4dd7-8331-acf52a438efc","Month":1,"Year":1,"SubSectorId":"e5e42fb2-d400-4745-b20f-e202280a0e33","DateFrom":"2025-09-14T08:18:48.8171194+04:00","DateTo":"2025-09-14T08:18:48.8171194+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>05942c97-17b1-46d3-8e88-1798e42a1176</AssetId> <BuildingId>3cad1977-d6cf-46c4-901b-c2738ec1968a</BuildingId> <CategoryId>679e1678-e29b-4253-bc6d-30c99763d8d6</CategoryId> <CreatedBy>1</CreatedBy> <DateFrom>2025-09-14T08:18:48.8171194+04:00</DateFrom> <DateTo>2025-09-14T08:18:48.8171194+04:00</DateTo> <Description>sample string 1</Description> <DivisionId>1869611e-4c37-4e55-bc22-750424546ebf</DivisionId> <Id>1</Id> <IsDeleted>true</IsDeleted> <LocationId>c815dc08-65d7-4f7d-933b-99f67745aeb3</LocationId> <Month>1</Month> <ScheduleId>1</ScheduleId> <SectorId>013d5f4a-face-4dd7-8331-acf52a438efc</SectorId> <Source>sample string 4</Source> <Status>sample string 3</Status> <SubBuildingId>a9046308-e93d-4a07-959f-7cc531fb4654</SubBuildingId> <SubSectorId>e5e42fb2-d400-4745-b20f-e202280a0e33</SubSectorId> <TimeFrom>2025-09-14T08:18:48.8171194+04:00</TimeFrom> <TimeTo>2025-09-14T08:18:48.8171194+04:00</TimeTo> <WorkFlowStatus>a35a0e45-93c3-42ff-919d-7e3233669032</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>