Big picture
Use case diagrams
Create new user
Entitle user to "Start" 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 "Start" 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
|