Newer Version Available
VPL_CSRGetOrderSummaryForAccount
This Integration Procedure fetches the details of an order
from the agent console.
Sample Input
1{
2 "InteractionId": "a1S4W000006A1eAUAS"
3}|
Parameter |
Required/Optional |
|---|---|
|
InteractionId |
Required |
Sample Output
1{
2 "OrderSummary": [
3 {
4 "Status": "Activated",
5 "RecurringCharge": 60,
6 "OrderTotal": 119,
7 "OrderNumber": "00004869",
8 "OrderName": "EcommerceOrder",
9 "PlacedDate": "2020-12-21",
10 "OrchestrationPlanId": "a2y4W0000015uJIQAY",
11 "OnetimeCharge": 59,
12 "LastModifiedBy": "Manju J",
13 "Id": "8014W000000lIY5QAM",
14 "FulfilmentStatus": "Activated",
15 "CreatedBy": "Subscriber360 Site Guest User",
16 "Cancellable": false,
17 "AccountName": "John Day"
18 }
19 ]
20}