Skip to content

Commit c17e953

Browse files
committed
Customers API: Add discussion fields to project
1 parent 5097b7c commit c17e953

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

source/includes/customers/_projects.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,8 @@
3333
"requires_engineering?": true,
3434
"avso": true,
3535
"avso_region": "Atlantic",
36+
"discussion_title": null,
37+
"discussion_body": "",
3638
"project_type": "project",
3739
"sales_tax": "0.1",
3840
"equipment_total": "22257.98",
@@ -157,6 +159,8 @@ query | Filter by project name, custom_id, city, clients company name, clients f
157159
"requires_engineering?": true,
158160
"avso": true,
159161
"avso_region": "Atlantic",
162+
"discussion_title": null,
163+
"discussion_body": "",
160164
"project_type": "project",
161165
"sales_tax": "0.1",
162166
"total_margin": "42.0",
@@ -373,6 +377,8 @@ country | The country of the project (alpha-2 code) <small>string</small>
373377
price_valid_until | The date the price is valid until (e.g. 2021-02-14) <small>string</small>
374378
tax | The sales tax of the project <small>decimal</small>
375379
contract_number | The contract number of the project <small>string</small>
380+
discussion_title | The discussion page title <small>string</small>
381+
discussion_body | The discussion page body <small>text</small>
376382

377383
### Additional Data Parameters for Enterprise Companies
378384

@@ -444,6 +450,8 @@ country | The country of the project (alpha-2 code) <small>string</small>
444450
price_valid_until | The date the price is valid until (e.g. 2021-02-14) <small>string</small>
445451
tax | The sales tax of the project <small>decimal</small>
446452
contract_number | The contract number of the project <small>string</small>
453+
discussion_title | The discussion page title <small>string</small>
454+
discussion_body | The discussion page body <small>text</small>
447455

448456
### Additional Data Parameters for Enterprise Companies
449457

0 commit comments

Comments
 (0)