Skip to content

Latest commit

 

History

History
37 lines (21 loc) · 1.28 KB

PortingReport.md

File metadata and controls

37 lines (21 loc) · 1.28 KB

PortingReport

Properties

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]

Enum: ReportTypeEnum

Name Value
EXPORT_PORTING_ORDERS_CSV "export_porting_orders_csv"

Enum: StatusEnum

Name Value
PENDING "pending"
COMPLETED "completed"