POST Api/AgentBudgetApi/GetTSStructure
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-03-15T06:06:24.4018637+04:00",
"TimeTo": "2026-03-15T06:06:24.4018637+04:00",
"Description": "sample string 1",
"WorkFlowStatus": "6995b4f1-9f7c-4383-aaed-f70c70538fe4",
"CreatedBy": 1,
"IsDeleted": true,
"Status": "sample string 3",
"AgentId": 1,
"DivisionId": "aa7cbc3c-edcc-43a1-b7c9-39d02047aa41",
"AssetId": "e9eb83fb-8597-4d0e-b2de-c2a85ac6f6c8",
"BuildingId": "b466044e-e4ef-49b4-b6ec-1b0355135007",
"SubBuildingId": "90be2c07-88be-42cb-8cc9-75ca8232de58",
"LocationId": "3c18ba2c-2081-426d-8f7f-3a02d3d46937",
"CategoryId": "d4d69b81-d499-4bae-aa31-49310e0a2bb7",
"SectorId": "27684477-670c-47b0-b555-f77014fa7459",
"Month": 1,
"Year": 1,
"SubSectorId": "5c1aace4-bde9-4441-9e35-36f1598ba023",
"DateFrom": "2026-03-15T06:06:24.4018637+04:00",
"DateTo": "2026-03-15T06:06:24.4018637+04:00",
"Source": "sample string 4"
}
text/html, multipart/form-data
Sample:
{"Id":1,"AgentMonthlyTimeSheetId":1,"ScheduleId":1,"TimeFrom":"2026-03-15T06:06:24.4018637+04:00","TimeTo":"2026-03-15T06:06:24.4018637+04:00","Description":"sample string 1","WorkFlowStatus":"6995b4f1-9f7c-4383-aaed-f70c70538fe4","CreatedBy":1,"IsDeleted":true,"Status":"sample string 3","AgentId":1,"DivisionId":"aa7cbc3c-edcc-43a1-b7c9-39d02047aa41","AssetId":"e9eb83fb-8597-4d0e-b2de-c2a85ac6f6c8","BuildingId":"b466044e-e4ef-49b4-b6ec-1b0355135007","SubBuildingId":"90be2c07-88be-42cb-8cc9-75ca8232de58","LocationId":"3c18ba2c-2081-426d-8f7f-3a02d3d46937","CategoryId":"d4d69b81-d499-4bae-aa31-49310e0a2bb7","SectorId":"27684477-670c-47b0-b555-f77014fa7459","Month":1,"Year":1,"SubSectorId":"5c1aace4-bde9-4441-9e35-36f1598ba023","DateFrom":"2026-03-15T06:06:24.4018637+04:00","DateTo":"2026-03-15T06:06:24.4018637+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>e9eb83fb-8597-4d0e-b2de-c2a85ac6f6c8</AssetId> <BuildingId>b466044e-e4ef-49b4-b6ec-1b0355135007</BuildingId> <CategoryId>d4d69b81-d499-4bae-aa31-49310e0a2bb7</CategoryId> <CreatedBy>1</CreatedBy> <DateFrom>2026-03-15T06:06:24.4018637+04:00</DateFrom> <DateTo>2026-03-15T06:06:24.4018637+04:00</DateTo> <Description>sample string 1</Description> <DivisionId>aa7cbc3c-edcc-43a1-b7c9-39d02047aa41</DivisionId> <Id>1</Id> <IsDeleted>true</IsDeleted> <LocationId>3c18ba2c-2081-426d-8f7f-3a02d3d46937</LocationId> <Month>1</Month> <ScheduleId>1</ScheduleId> <SectorId>27684477-670c-47b0-b555-f77014fa7459</SectorId> <Source>sample string 4</Source> <Status>sample string 3</Status> <SubBuildingId>90be2c07-88be-42cb-8cc9-75ca8232de58</SubBuildingId> <SubSectorId>5c1aace4-bde9-4441-9e35-36f1598ba023</SubSectorId> <TimeFrom>2026-03-15T06:06:24.4018637+04:00</TimeFrom> <TimeTo>2026-03-15T06:06:24.4018637+04:00</TimeTo> <WorkFlowStatus>6995b4f1-9f7c-4383-aaed-f70c70538fe4</WorkFlowStatus> <Year>1</Year> </FilterTimes>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
Collection of TimeSheetStructure| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| M_Division | globally unique identifier |
None. |
|
| M_Asset | globally unique identifier |
None. |
|
| M_Building | globally unique identifier |
None. |
|
| M_SubBuilding | globally unique identifier |
None. |
|
| M_Location | globally unique identifier |
None. |
|
| M_Category | globally unique identifier |
None. |
|
| M_Sectors | globally unique identifier |
None. |
|
| TimeFrom | time interval |
None. |
|
| TimeTo | time interval |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"Id": 1,
"M_Division": "d51ce6d3-67b0-4c13-b54a-0ef166bd8686",
"M_Asset": "e45c1e45-2774-42f9-b42d-9630d7e59567",
"M_Building": "f7fdd0d2-d0b5-49dd-a7e2-ba9f0da209be",
"M_SubBuilding": "1afb9bc1-eb9f-4835-bb5b-1c8c523a1f1a",
"M_Location": "c8dd5379-e6b7-4aee-9e95-a446108f7f7f",
"M_Category": "ce11b0ea-85eb-4a50-93d4-f0cd198c1b14",
"M_Sectors": "a432e2bd-965a-4eba-b84b-4cbb756e6f2f",
"TimeFrom": "00:00:00.1234567",
"TimeTo": "00:00:00.1234567"
},
{
"Id": 1,
"M_Division": "d51ce6d3-67b0-4c13-b54a-0ef166bd8686",
"M_Asset": "e45c1e45-2774-42f9-b42d-9630d7e59567",
"M_Building": "f7fdd0d2-d0b5-49dd-a7e2-ba9f0da209be",
"M_SubBuilding": "1afb9bc1-eb9f-4835-bb5b-1c8c523a1f1a",
"M_Location": "c8dd5379-e6b7-4aee-9e95-a446108f7f7f",
"M_Category": "ce11b0ea-85eb-4a50-93d4-f0cd198c1b14",
"M_Sectors": "a432e2bd-965a-4eba-b84b-4cbb756e6f2f",
"TimeFrom": "00:00:00.1234567",
"TimeTo": "00:00:00.1234567"
}
]
text/html, multipart/form-data
Sample:
[{"Id":1,"M_Division":"d51ce6d3-67b0-4c13-b54a-0ef166bd8686","M_Asset":"e45c1e45-2774-42f9-b42d-9630d7e59567","M_Building":"f7fdd0d2-d0b5-49dd-a7e2-ba9f0da209be","M_SubBuilding":"1afb9bc1-eb9f-4835-bb5b-1c8c523a1f1a","M_Location":"c8dd5379-e6b7-4aee-9e95-a446108f7f7f","M_Category":"ce11b0ea-85eb-4a50-93d4-f0cd198c1b14","M_Sectors":"a432e2bd-965a-4eba-b84b-4cbb756e6f2f","TimeFrom":"00:00:00.1234567","TimeTo":"00:00:00.1234567"},{"Id":1,"M_Division":"d51ce6d3-67b0-4c13-b54a-0ef166bd8686","M_Asset":"e45c1e45-2774-42f9-b42d-9630d7e59567","M_Building":"f7fdd0d2-d0b5-49dd-a7e2-ba9f0da209be","M_SubBuilding":"1afb9bc1-eb9f-4835-bb5b-1c8c523a1f1a","M_Location":"c8dd5379-e6b7-4aee-9e95-a446108f7f7f","M_Category":"ce11b0ea-85eb-4a50-93d4-f0cd198c1b14","M_Sectors":"a432e2bd-965a-4eba-b84b-4cbb756e6f2f","TimeFrom":"00:00:00.1234567","TimeTo":"00:00:00.1234567"}]
application/xml, text/xml
Sample:
<ArrayOfTimeSheetStructure xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/MSMChecklistFlow.DTO">
<TimeSheetStructure>
<Id>1</Id>
<M_Asset>e45c1e45-2774-42f9-b42d-9630d7e59567</M_Asset>
<M_Building>f7fdd0d2-d0b5-49dd-a7e2-ba9f0da209be</M_Building>
<M_Category>ce11b0ea-85eb-4a50-93d4-f0cd198c1b14</M_Category>
<M_Division>d51ce6d3-67b0-4c13-b54a-0ef166bd8686</M_Division>
<M_Location>c8dd5379-e6b7-4aee-9e95-a446108f7f7f</M_Location>
<M_Sectors>a432e2bd-965a-4eba-b84b-4cbb756e6f2f</M_Sectors>
<M_SubBuilding>1afb9bc1-eb9f-4835-bb5b-1c8c523a1f1a</M_SubBuilding>
<TimeFrom>PT0.1234567S</TimeFrom>
<TimeTo>PT0.1234567S</TimeTo>
</TimeSheetStructure>
<TimeSheetStructure>
<Id>1</Id>
<M_Asset>e45c1e45-2774-42f9-b42d-9630d7e59567</M_Asset>
<M_Building>f7fdd0d2-d0b5-49dd-a7e2-ba9f0da209be</M_Building>
<M_Category>ce11b0ea-85eb-4a50-93d4-f0cd198c1b14</M_Category>
<M_Division>d51ce6d3-67b0-4c13-b54a-0ef166bd8686</M_Division>
<M_Location>c8dd5379-e6b7-4aee-9e95-a446108f7f7f</M_Location>
<M_Sectors>a432e2bd-965a-4eba-b84b-4cbb756e6f2f</M_Sectors>
<M_SubBuilding>1afb9bc1-eb9f-4835-bb5b-1c8c523a1f1a</M_SubBuilding>
<TimeFrom>PT0.1234567S</TimeFrom>
<TimeTo>PT0.1234567S</TimeTo>
</TimeSheetStructure>
</ArrayOfTimeSheetStructure>