V3SubscriptionOrgTransferDetails

V3SubscriptionOrgTransferDetails
V3SubscriptionOrgTransferDetails
JSON Example
{
    "approvalEndDateTime": "2019-05-02T00:05:01.194Z",
    "approveTtl": "P1D",
    "errors": [
        {
            "errorCode": "string",
            "errorMessage": "string"
        }
    ],
    "sourceType": "BE",
    "sourceValue": "SAP",
    "status": "string",
    "transferEndDateTime": "2019-05-02T00:05:01.194Z",
    "transferTtl": "P1D"
}
string As date-time As date-time
approvalEndDateTime
Required

Current approval end date time. The source should provide approval before this date time. Calculated by summing transfer initiation and current source approval ttl.

string
approveTtl
Required

Approve time set by source for subscription transfer. Approval time is an ISO 8601 period. Minimum duration is one 1 day. Maximum duration is 1 year. Format spec: https://en.wikipedia.org/wiki/ISO_8601#Durations Java doc: https://docs.oracle.com/javase/8/docs/api/java/time/Period.html

errors
Optional

Return list of errors if the subscription transfer failed.

string
sourceType
Required

The source type can be BE or Services and CSP must receive approval from all of them

Possible values are : BE, SERVICE, SERVICE_PROVIDER,
string
sourceValue
Required

Source value

string
status
Required

The status of the subscription transfer approval process

Possible values are : PENDING, APPROVED, DENIED, COMPLETED, ERROR,
string As date-time As date-time
transferEndDateTime
Optional

Current transfer completion end date time. The source should complete the transfer before this date time. Only available, if the transfer has started execution. Null when the transfer is in approval state. Calculated by summing transfer execution start and current source transfer ttl.

string
transferTtl
Required

Transfer time set by source for subscription transfer. Transfer time is an ISO 8601 period. Minimum duration is one 1 day. Maximum duration is 1 year. Format spec: https://en.wikipedia.org/wiki/ISO_8601#Durations Java doc: https://docs.oracle.com/javase/8/docs/api/java/time/Period.html