PP | Returns Product Quotation
Endpoint
POST
/msapi/productoffermanagementms/v3/product/review
Copy
This API is utilized to provide product quotations and pricing changes for evaluation.
Header Parameters
Body Parameters
Responses
OK
Body
application/json
REQUEST
1
2
3
4
5
6
7
8
9
10
11
12curl --request POST \
--url https://example.com/msapi/productoffermanagementms/v3/product/review \
--header 'accept: application/json' \
--header 'authorization: Basic bTIzOTgwQGlkcC5hdHQuY29tOmlkcEs4c3J2Y3NBdXRoMjAyMW5wISE=' \
--header 'content-type: application/json' \
--data '
{
"accountNumber": "554908851508",
"productType": "BROADBAND",
"mode": "ProductPurchase"
}
'RESPONSE
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120{
"content": {
"accountDetails": {
"ban": "554908851508"
},
"cartId": "97da50d0-aa9c-11ec-818f-01c49e663c0c",
"checkoutValidation": {
"configuration": [
{
"status": "complete",
"type": "FulfillmentOptions"
}
]
},
"orderTotalPrice": [
{
"type": "proratedCharges",
"charges": [
{
"uom": "month",
"base": 55,
"total": 58,
"tax": 3,
"payImmediately": false,
"taxIncluded": "Included"
}
]
}
],
"productDetails": [
{
"productOrderItemId": "83f0072a-d578-46a1-ba23-59accea41f0a",
"id": "prod11270288",
"productType": "Coverage",
"productDescription": "Extended Wifi Coverage",
"productPriceRelationship": [
{
"type": "proratedCharges",
"charges": [
{
"uom": "month",
"base": 55,
"total": 58,
"tax": 3,
"payImmediately": false,
"taxIncluded": "Included"
}
]
}
],
"productRelationship": [
{
"type": "equipment",
"equipmentInfo": [
{
"id": "65838021382177962",
"type": "BBDevice",
"name": "BB AirTies 4981"
}
]
}
],
"productOrderRelationship": [
{
"type": "fulfillmentOptions",
"fulfillmentOptions": [
{
"id": "c501a63e-97bc-4663-9327-fe2253f3e4b8",
"shipmentDates": {
"from": "2022-03-28",
"to": "2022-03-30"
},
"deliveryDates": {
"from": "2022-03-29",
"to": "2022-03-31"
},
"deliveryMethod": "Standard Shipping 2 Days",
"deliverycharges": {
"base": 2,
"total": 2,
"uom": "OC"
}
}
],
"termsAndConditions": [
{
"type": "ECONSENT",
"version": "v5",
"title": "Consent to Electronic Delivery of Disclosures",
"text": "I have read and agree to the Consent to Electronic Delivery of Disclosures and Communications",
"url": "idpassets/archive-legal/fragment/legal/prod/lpc/terms/electronicCommunicationsConsent/v5/electronicCommunicationsConsent.cmsfeed.js",
"readAloudText": "Let's review your credit. Don't worry, we'll do a soft credit inquiry which means it won't hurt your credit score.<br/> - We'll use your info only to qualify you for service with us.<br/>- Based on your credit, we may ask for a pre-payment today"
}
]
}
],
"productOfferingRelationship": [
{
"type": "discount",
"discountInfo": [
{
"id": "07cedf7a-9ddc-4b37-8038-a298f8b52e0e",
"name": "$5 off with AutoPay and Paperless Bill",
"description": "$5 off with AutoPay and Paperless Bill",
"applyPolicy": "automatic",
"base": 3,
"total": 3,
"uom": "month",
"characteristics": {
"isPromoRolledUp": true,
"longDescription": "Long Desc 1"
}
}
]
}
]
}
]
}
}