# ID Formats

Each complaint has its own configurable ID format. The ID format is specified in:

* **Module:** common-masters
* **Master:** IdFormat
* **ID name:** pgr.servicerequestid

**Default format:**

```
{ 
"format": "PG-PGR-[cy:yyyy-MM-dd]-[SEQ_EG_PGR_ID]", 
"idname": "pgr.servicerequestid" 
}
```

{% hint style="info" %}
`The`` `**`idname`**` ``is used by the services to call the IDgen service & generate identifiers in the specified format.`&#x20;
{% endhint %}
