GET api/Schedules/GetServiceCost?AccountId={AccountId}&ServiceId={ServiceId}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| AccountId | integer |
Required |
|
| ServiceId | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
PropertyItemsServicesDTO| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| AccountId | integer |
None. |
|
| BrancheId | integer |
None. |
|
| Name | string |
None. |
|
| Type | integer |
None. |
|
| CategoryId | integer |
None. |
|
| SubCategoryId | integer |
None. |
|
| InventoryItem | boolean |
None. |
|
| QTYTime | integer |
None. |
|
| Unit | string |
None. |
|
| CostperUnit | decimal number |
None. |
|
| MemeberType | boolean |
None. |
|
| MemeberId | integer |
None. |
|
| TaxId | integer |
None. |
|
| Tax | decimal number |
None. |
|
| Taxable | boolean |
None. |
|
| Description | string |
None. |
|
| Details | string |
None. |
|
| Picture | string |
None. |
|
| SKU | string |
None. |
|
| Notes | string |
None. |
|
| Active | boolean |
None. |
|
| CreateUser | integer |
None. |
|
| CreateDate | date |
None. |
Response Formats
application/json, text/json
Sample:
{
"Id": 1,
"AccountId": 1,
"BrancheId": 1,
"Name": "sample string 2",
"Type": 1,
"CategoryId": 1,
"SubCategoryId": 1,
"InventoryItem": true,
"QTYTime": 1,
"Unit": "sample string 3",
"CostperUnit": 1.0,
"MemeberType": true,
"MemeberId": 1,
"TaxId": 1,
"Tax": 1.0,
"Taxable": true,
"Description": "sample string 4",
"Details": "sample string 5",
"Picture": "sample string 6",
"SKU": "sample string 7",
"Notes": "sample string 8",
"Active": true,
"CreateUser": 1,
"CreateDate": "2026-03-17T16:51:07.1320585-07:00"
}
application/xml, text/xml
Sample:
<PropertyItemsServicesDTO xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ProjectServicesAPI.DTO"> <AccountId>1</AccountId> <Active>true</Active> <BrancheId>1</BrancheId> <CategoryId>1</CategoryId> <CostperUnit>1</CostperUnit> <CreateDate>2026-03-17T16:51:07.1320585-07:00</CreateDate> <CreateUser>1</CreateUser> <Description>sample string 4</Description> <Details>sample string 5</Details> <Id>1</Id> <InventoryItem>true</InventoryItem> <MemeberId>1</MemeberId> <MemeberType>true</MemeberType> <Name>sample string 2</Name> <Notes>sample string 8</Notes> <Picture>sample string 6</Picture> <QTYTime>1</QTYTime> <SKU>sample string 7</SKU> <SubCategoryId>1</SubCategoryId> <Tax>1</Tax> <TaxId>1</TaxId> <Taxable>true</Taxable> <Type>1</Type> <Unit>sample string 3</Unit> </PropertyItemsServicesDTO>