GET api/Schedules/GetItemsServicesCategories?AccountId={AccountId}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| AccountId | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of PropertyItemsServicesCategoryDTO| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| AccountId | integer |
None. |
|
| BrancheId | integer |
None. |
|
| CategoryName | string |
None. |
|
| Description | string |
None. |
|
| Notes | string |
None. |
|
| Picture | string |
None. |
|
| Active | boolean |
None. |
|
| CreateUser | integer |
None. |
|
| CreateDate | date |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"Id": 1,
"AccountId": 1,
"BrancheId": 1,
"CategoryName": "sample string 2",
"Description": "sample string 3",
"Notes": "sample string 4",
"Picture": "sample string 5",
"Active": true,
"CreateUser": 1,
"CreateDate": "2025-12-20T01:50:35.1114483-08:00"
},
{
"Id": 1,
"AccountId": 1,
"BrancheId": 1,
"CategoryName": "sample string 2",
"Description": "sample string 3",
"Notes": "sample string 4",
"Picture": "sample string 5",
"Active": true,
"CreateUser": 1,
"CreateDate": "2025-12-20T01:50:35.1114483-08:00"
}
]