| Name | Type | Description | Notes |
|---|---|---|---|
| id | UUID | Uniquely identifies the report. | [optional] |
| reportType | ReportTypeEnum | Identifies the type of report | [optional] |
| status | StatusEnum | The current status of the report generation. | [optional] |
| params | CreatePortingReportRequestParams | [optional] | |
| documentId | UUID | Identifies the document that was uploaded when report was generated. This field is only populated when the report is under completed status. | [optional] |
| recordType | String | Identifies the type of the resource. | [optional] [readonly] |
| createdAt | OffsetDateTime | ISO 8601 formatted date indicating when the resource was created. | [optional] |
| updatedAt | OffsetDateTime | ISO 8601 formatted date indicating when the resource was updated. | [optional] |
| Name | Value |
|---|---|
| EXPORT_PORTING_ORDERS_CSV | "export_porting_orders_csv" |
| Name | Value |
|---|---|
| PENDING | "pending" |
| COMPLETED | "completed" |