Skip to content

Commit 9b91a69

Browse files
committed
add labor credits
1 parent 36fc8cc commit 9b91a69

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

source/includes/customers/projects/_options.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,17 @@ page | A specific page of results.
9393
{
9494
...
9595
}
96+
],
97+
"labor_credits": [
98+
{
99+
"labor_type": "labor credit",
100+
"category": "install",
101+
"hours": "4",
102+
"unit_cost": "1",
103+
"unit_price": "1",
104+
"total_cost": "4",
105+
"total_price": "4"
106+
}
96107
]
97108
}
98109
```

0 commit comments

Comments
 (0)