Skip to content

Commit e42d909

Browse files
committed
add calculated_price and calculated_cost fields to project service package doc
1 parent 41fcf74 commit e42d909

1 file changed

Lines changed: 9 additions & 2 deletions

File tree

source/includes/customers/projects/_service_packages.md

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,9 @@
1919
"cost": "100.0",
2020
"sold": true,
2121
"taxed": false,
22-
"taxable_amount_percent": "100.0"
22+
"taxable_amount_percent": "100.0",
23+
"calculated_price": "200.0",
24+
"calculated_cost": "100.0"
2325
},
2426
{
2527
...
@@ -32,6 +34,9 @@
3234
3335
This endpoint retrieves the service_packages in your project.
3436

37+
### Calculated Price/Cost
38+
Calculated price/cost will apply percentage-based pricing calculations.
39+
3540
### URL Parameters
3641

3742
Parameter | Description
@@ -56,7 +61,9 @@ page | A specific page of service package results.
5661
"cost": "100.0",
5762
"sold": true,
5863
"taxed": false,
59-
"taxable_amount_percent": "100.0"
64+
"taxable_amount_percent": "100.0",
65+
"calculated_price": "200.0",
66+
"calculated_cost": "100.0"
6067
}
6168
```
6269

0 commit comments

Comments
 (0)