|
3 | 3 |
|
4 | 4 | ## Fields |
5 | 5 |
|
6 | | -| Field | Type | Required | Description | Example | |
7 | | -| --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | |
8 | | -| ~~`start_date`~~ | *Optional[str]* | :heavy_minus_sign: | : warning: ** DEPRECATED **: This will be removed in a future release, please migrate away from it as soon as possible.<br/><br/>The start date of the period to include in the resource. | 2021-01-01 | |
9 | | -| `end_date` | *Optional[str]* | :heavy_minus_sign: | The end date of the period to include in the resource. | 2021-12-31 | |
10 | | -| `period_count` | *Optional[int]* | :heavy_minus_sign: | The number of periods to include in the resource. | 3 | |
11 | | -| `period_type` | [Optional[models.PeriodType]](../models/periodtype.md) | :heavy_minus_sign: | The type of period to include in the resource: month, quarter, year. | month | |
12 | | -| `location_id` | *Optional[str]* | :heavy_minus_sign: | The ID of the location to include in the resource. | 123 | |
13 | | -| `accounting_method` | [Optional[models.AccountingMethod]](../models/accountingmethod.md) | :heavy_minus_sign: | The accounting method used for the report: cash or accrual. | accrual | |
| 6 | +| Field | Type | Required | Description | Example | |
| 7 | +| -------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------- | |
| 8 | +| ~~`start_date`~~ | *Optional[str]* | :heavy_minus_sign: | : warning: ** DEPRECATED **: This field is deprecated and may be removed in a future version..<br/><br/>The start date of the period to include in the resource. | 2021-01-01 | |
| 9 | +| `end_date` | *Optional[str]* | :heavy_minus_sign: | The end date of the period to include in the resource. | 2021-12-31 | |
| 10 | +| `period_count` | *Optional[int]* | :heavy_minus_sign: | The number of periods to include in the resource. | 3 | |
| 11 | +| `period_type` | [Optional[models.PeriodType]](../models/periodtype.md) | :heavy_minus_sign: | The type of period to include in the resource: month, quarter, year. | month | |
| 12 | +| `location_id` | *Optional[str]* | :heavy_minus_sign: | The ID of the location to include in the resource. | 123 | |
| 13 | +| `accounting_method` | [Optional[models.AccountingMethod]](../models/accountingmethod.md) | :heavy_minus_sign: | The accounting method used for the report: cash or accrual. | accrual | |
0 commit comments