# PeriodFieldFormat

Represents the format, in which the period values are displayed to the user.
## Attributes

This table describes attributes of the `PeriodFieldFormat` entity.

* To receive an attribute in the response from the server, specify it explicitly in the `fields` request parameter.

* To update an attribute, provide it in the body of a POST request.

|  Field  |  Type  |  Description  |
| --- | --- | --- |
|  id  |  String  |     The ID of the period format. The following formats are available:        * `FULL` : Represents a time period as a number of weeks, days, hours and minutes. For example, `1w 1d 1h 5m`.    * `DAYS_HOURS_MINUTES` : Represents a time period as a number of days, hours and minutes. For example, `6d 1h 5m`.    * `HOURS_MINUTES` : Represents a time period as a number of hours and minutes. For example, `46h 5m`.    * `MINUTES` : Represents a time period as a number of minutes. For example, `2765m`.   `Read-only`.  |

