Big picture
Use case diagrams
Create new user (phase 2 only)
Code Block | ||||
---|---|---|---|---|
| ||||
title Create new user
note left of Amino factory
At manufacture time
end note
Amino factory->Move API: List of STB serial numbers and keys
note right of NetAdmin:
At sale time
end note
NetAdmin->Move API: User identity and their STB serial number
|
See /wiki/spaces/BPLAT/pages/38550375 to see the process of letting the user sign in.
Entitle user to "A" OTT package
TBC: What Move API must be called by KN? Do we need to provision a new endpoint like the one at Channel License
Code Block | ||||
---|---|---|---|---|
| ||||
title Entitle user to "A" OTT package KN BSS->Move API: GET /api/user/<email>/product/<product_id>/buy/option/<option_id> Move API->Irdeto: SOAP entitlement call Irdeto->Move API: 200 OK Move API->KN BSS: 200 OK |