You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
##### **Searching for an active or inactive line for an address** <aname="eligibilitySearchLines"></a>
687
553
@@ -939,14 +805,14 @@ The response:
939
805
{
940
806
"product": {
941
807
"pairs": null,
942
-
"uploadRate": 250,
808
+
"uploadRate": 800,
943
809
"guaranteed": false,
944
-
"code": "FTTH-MAX-300M",
810
+
"code": "PROFIBER",
945
811
"type": "FTTH",
946
812
"grt": [],
947
-
"name": "FTTH-Max 300M download and 250M upload",
813
+
"name": "PRO FIBER with 1G download and 800M upload",
948
814
"provider": "KOSC",
949
-
"downloadRate": 300
815
+
"downloadRate": 1000
950
816
},
951
817
"eligibility": {
952
818
"estimatedDownloadRate": null,
@@ -956,27 +822,6 @@ The response:
956
822
"reasons": [],
957
823
"eligible": true
958
824
}
959
-
},
960
-
{
961
-
"product": {
962
-
"grt": [],
963
-
"name": "FTTH-Max 1G download and 250M upload",
964
-
"downloadRate": 1000,
965
-
"provider": "KOSC",
966
-
"pairs": null,
967
-
"guaranteed": false,
968
-
"type": "FTTH",
969
-
"code": "FTTH-MAX-1G",
970
-
"uploadRate": 250
971
-
},
972
-
"eligibility": {
973
-
"estimatedDownloadRate": null,
974
-
"activationTypes": [],
975
-
"eligible": true,
976
-
"reasons": [],
977
-
"estimatedUploadRate": null,
978
-
"underConditions": []
979
-
}
980
825
}
981
826
],
982
827
"endpoint": {
@@ -1012,7 +857,7 @@ The response:
1012
857
}
1013
858
```
1014
859
1015
-
In the result for the "offers" table, the *boolean* attribute *eligibility.eligible* tell us we are eligible for "FTTH-Max 300M download and 250M upload" and "FTTH-Max 1G download and 250M upload" offers.
860
+
In the result for the "offers" table, the *boolean* attribute *eligibility.eligible* tell us we are eligible for "PRO FIBER with 1G download and 800M upload" offer.
1016
861
1017
862
##### **Searching eligibility from an OTP identifier** <aname="eligibilityTestOtp"></a>
0 commit comments