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-05-25T19:32:55.2064474+04:00", "TimeTo": "2025-05-25T19:32:55.2064474+04:00", "Description": "sample string 1", "WorkFlowStatus": "2d5e0edf-77c9-4ebe-b1ca-330da88dd776", "CreatedBy": 1, "IsDeleted": true, "Status": "sample string 3", "AgentId": 1, "DivisionId": "a6ed3231-6e5a-4491-944e-dd41165bc503", "AssetId": "e41bfad3-2d78-458a-a2c1-80ccd9a395fe", "BuildingId": "4aecdd5b-97ff-4f46-bca2-e62b59df0b9a", "SubBuildingId": "b47958cb-a8d0-4d4a-8146-f320ea1f76fc", "LocationId": "4518ea57-0daa-4c8d-9c93-51fcaa788f4b", "CategoryId": "9c5a9db5-86a9-4738-8c51-9838e14f2abf", "SectorId": "696a5be8-c702-4109-86db-f99354fb51b7", "Month": 1, "Year": 1, "SubSectorId": "34c220fc-4021-4280-bc0b-43c0a2f7942e", "DateFrom": "2025-05-25T19:32:55.2064474+04:00", "DateTo": "2025-05-25T19:32:55.2064474+04:00", "Source": "sample string 4" }
text/html, multipart/form-data
Sample:
{"Id":1,"AgentMonthlyTimeSheetId":1,"ScheduleId":1,"TimeFrom":"2025-05-25T19:32:55.2064474+04:00","TimeTo":"2025-05-25T19:32:55.2064474+04:00","Description":"sample string 1","WorkFlowStatus":"2d5e0edf-77c9-4ebe-b1ca-330da88dd776","CreatedBy":1,"IsDeleted":true,"Status":"sample string 3","AgentId":1,"DivisionId":"a6ed3231-6e5a-4491-944e-dd41165bc503","AssetId":"e41bfad3-2d78-458a-a2c1-80ccd9a395fe","BuildingId":"4aecdd5b-97ff-4f46-bca2-e62b59df0b9a","SubBuildingId":"b47958cb-a8d0-4d4a-8146-f320ea1f76fc","LocationId":"4518ea57-0daa-4c8d-9c93-51fcaa788f4b","CategoryId":"9c5a9db5-86a9-4738-8c51-9838e14f2abf","SectorId":"696a5be8-c702-4109-86db-f99354fb51b7","Month":1,"Year":1,"SubSectorId":"34c220fc-4021-4280-bc0b-43c0a2f7942e","DateFrom":"2025-05-25T19:32:55.2064474+04:00","DateTo":"2025-05-25T19:32:55.2064474+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>e41bfad3-2d78-458a-a2c1-80ccd9a395fe</AssetId> <BuildingId>4aecdd5b-97ff-4f46-bca2-e62b59df0b9a</BuildingId> <CategoryId>9c5a9db5-86a9-4738-8c51-9838e14f2abf</CategoryId> <CreatedBy>1</CreatedBy> <DateFrom>2025-05-25T19:32:55.2064474+04:00</DateFrom> <DateTo>2025-05-25T19:32:55.2064474+04:00</DateTo> <Description>sample string 1</Description> <DivisionId>a6ed3231-6e5a-4491-944e-dd41165bc503</DivisionId> <Id>1</Id> <IsDeleted>true</IsDeleted> <LocationId>4518ea57-0daa-4c8d-9c93-51fcaa788f4b</LocationId> <Month>1</Month> <ScheduleId>1</ScheduleId> <SectorId>696a5be8-c702-4109-86db-f99354fb51b7</SectorId> <Source>sample string 4</Source> <Status>sample string 3</Status> <SubBuildingId>b47958cb-a8d0-4d4a-8146-f320ea1f76fc</SubBuildingId> <SubSectorId>34c220fc-4021-4280-bc0b-43c0a2f7942e</SubSectorId> <TimeFrom>2025-05-25T19:32:55.2064474+04:00</TimeFrom> <TimeTo>2025-05-25T19:32:55.2064474+04:00</TimeTo> <WorkFlowStatus>2d5e0edf-77c9-4ebe-b1ca-330da88dd776</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>