Examples Submit Order

Scenario1

1

ChangeRatePlan + Add EWCS

This API supports submitting the Change Rate Plan plus Adding EWCS order for BSSE Broadband accounts. 

2

Request

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
{
  "accountNumber": "298083011948",
  "mode": "changeRatePlan",
  "productType": "BROADBAND",
  "cartId": "97da50d0-aa9c-11ec-818f-01c49e663c0c",
  "productOrderItemId": ["83f0072a-d578-46a1-ba23-59accea41f0a", "93f0072a-d578-46a1-ba23-59accea41f0a", "53f0072a-d578-46a1-ba23-59accea41f0a"],
  "browserId": "OL_AE_20210914",
  "productOptions": {
    "termsAndConditions": [
      {
        "type": "ECONSENT",
        "version": "v5"
      },
      {
        "type": "BBTC",
        "version": "v2"
      }
    ]
  }
}
3

Response

Response

1
2
3
4
5
6
{
  "content": {
    "status": "SUCCESS",
    "orderId": "24-180024822682479"
  }
}

Scenario 2

1

ChangeRatePlan + Remove EWCS

This API supports submitting the Change Rate Plan plus Remove EWCS order for BSSE Broadband accounts. 

2

Request

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
{
  "accountNumber": "298083011948",
  "mode": "changeRatePlan",
  "productType": "BROADBAND",
  "cartId": "97da50d0-aa9c-11ec-818f-01c49e663c0c",
  "productOrderItemId": ["83f0072a-d578-46a1-ba23-59accea41f0a", "93f0072a-d578-46a1-ba23-59accea41f0a", "53f0072a-d578-46a1-ba23-59accea41f0a"],
  "browserId": "OL_AE_20210914",
  "productOptions": {
    "termsAndConditions": [
      {
        "type": "ECONSENT",
        "version": "v5"
      },
      {
        "type": "BBTC",
        "version": "v2"
      }
    ]
  }
}
3

Response

1
2
3
4
5
6
{
  "content": {
    "status": "SUCCESS",
    "orderId": "24-180024822682479"
  }
}