Name | Type | Description | Notes |
---|---|---|---|
id | UUID | Uniquely identifies this activation job | [optional] [readonly] |
status | StatusEnum | Specifies the status of this activation job | [optional] |
activationType | ActivationTypeEnum | Specifies the type of this activation job | [optional] |
activateAt | OffsetDateTime | ISO 8601 formatted date indicating when the activation job should be executed. This time should be between some activation window. | [optional] |
activationWindows | List<PortingOrdersActivationJobActivationWindowsInner> | List of allowed activation windows for this activation job | [optional] |
recordType | String | Identifies the type of the resource. | [optional] [readonly] |
createdAt | OffsetDateTime | ISO 8601 formatted date indicating when the resource was created. | [optional] [readonly] |
updatedAt | OffsetDateTime | ISO 8601 formatted date indicating when the resource was created. | [optional] [readonly] |
Name | Value |
---|---|
CREATED | "created" |
IN_PROCESS | "in-process" |
COMPLETED | "completed" |
FAILED | "failed" |
Name | Value |
---|---|
SCHEDULED | "scheduled" |
ON_DEMAND | "on-demand" |