TMFTMForumCreateProductOffering

This IP is used to invoke the TM Forum API to create product offering.

Input JSON 

1{
2    "productOfferingPrice": [
3        {
4            "priceAlteration": {
5                "price": {
6                    "taxIncludedAmount": {
7                        "value": 3,
8                        "unit": "USD"
9                    }
10                },
11                "priceType": "Adjustment",
12                "validFor": {
13                    "endDateTime": "2022-08-25T00:00:00Z",
14                    "startDateTime": "2022-05-23T00:00:00Z"
15                },
16                "name": "Recurring Monthly Price for Business Firewall"
17            },
18            "price": {
19                "taxIncludedAmount": {
20                    "value": 55,
21                    "unit": "USD"
22                }
23            },
24            "lifecycleStatus": "Active",
25            "recurringChargePeriod": "Monthly",
26            "priceType": "Recurring",
27            "validFor": {
28                "endDateTime": "2022-08-25T00:00:00Z",
29                "startDateTime": "2022-05-23T00:00:00Z"
30            },
31            "version": "1.0",
32            "name": "Recurring Monthly Price for Business Firewall"
33        }
34    ],
35    "productOfferingRelationship": {
36        "id": "8ad6f687-56aa-9ccd-bbc3-5f01214018d2",
37        "name": "Product Relationship",
38        "relationshipType": "DependsOn"
39    },
40    "productSpecification": {
41        "id": "8ad6f687-56aa-9ccd-bbc3-5f01214018d2"
42    },
43    "bundledProductOffering": [
44        {
45            "id": "8ad6f687-56aa-9ccd-bbc3-5f01214018d2",
46            "name": "Mobile Services"
47        },
48        {
49            "id": "8ad6f687-56aa-9ccd-bbc3-5f01214018d2",
50            "name": "SIM Card"
51        }
52    ],
53    "productOfferingTerm": [
54        {
55            "name": "Airtel promotion",
56            "description": "This product offering term is for new client at fix duration of less than a year",
57            "duration": {
58                "amount": 12,
59                "units": "Month"
60            },
61            "validFor": {
62                "startDateTime": "2020-09-23T00:00:00Z",
63                "endDateTime": "2021-09-23T00:00:00Z"
64            }
65        }
66    ],
67    "attachment": [
68        {
69            "description": "This attachment gives a block diagram of the firewall.",
70            "mimeType": "image/jpeg",
71            "url": "https://m.media-amazon.com/images/I/41Q04ArdEuL._SL1000_.jpg“
72        }
73    ],
74    "category": [
75        {
76            "id": "8ad6f687-56aa-9ccd-bbc3-5f01214018d2",
77            "name": "Cloud Storage"
78        }
79    ],
80    "version": "1.0 ",
81    "lifecycleStatus": "Active",
82    "validFor": {
83        "endDateTime": "2022-08-25T00:00:00Z",
84        "startDateTime": "2022-05-23T00:00:00Z"
85    },
86    "isSellable": "true",
87    "isBundle": "false",
88    "productNumber": "Airtel_Wifi_Router",
89    "name": "Airtel Wifi Router",
90    "description": "Airtel Wifi Router with 1000Mbps Bandwidth"
91}

Output JSON 

1{
2    "productOfferingPrice": [
3        {
4            "priceType": "Adjustment",
5            "validFor": {
6                "endDateTime": "2022-08-25T00:00:00Z",
7                "startDateTime": "2022-05-23T00:00:00Z"
8            },
9            "name": "Recurring Monthly Price for Business Firewall"
10        },
11        "price": {
12            "taxIncludedAmount": {
13                "value": 55,
14                "unit": "USD"
15            }
16        },
17        "lifecycleStatus": "Active",
18        "recurringChargePeriod": "Monthly",
19        "priceType": "Recurring",
20        "validFor": {
21            "endDateTime": "2022-08-25T00:00:00Z",
22            "startDateTime": "2022-05-23T00:00:00Z"
23        },
24        "version": "1.0",
25        "name": "Recurring Monthly Price for Business Firewall"
26    }
27],
28"productOfferingRelationship": {
29    "id": "8ad6f687-56aa-9ccd-bbc3-5f01214018d2",
30    "name": "Product Relationship",
31    "relationshipType": "DependsOn"
32},
33"productSpecification": {
34    "id": "8ad6f687-56aa-9ccd-bbc3-5f01214018d2"
35},
36"bundledProductOffering": [
37    {
38        "id": "8ad6f687-56aa-9ccd-bbc3-5f01214018d2",
39        "name": "Mobile Services"
40    },
41    {
42        "id": "8ad6f687-56aa-9ccd-bbc3-5f01214018d2",
43        "name": "SIM Card"
44    }
45],
46"productOfferingTerm": [
47    {
48        "name": "Airtel promotion",
49        "description": "This product offering term is for new client at fix duration of less than a year",
50        "duration": {
51            "amount": 12,
52            "units": "Month"
53        },
54        "validFor": {
55            "startDateTime": "2020-09-23T00:00:00Z",
56            "endDateTime": "2021-09-23T00:00:00Z"
57        }
58    }
59],
60"attachment": [
61    {
62        "description": "This attachment gives a block diagram of the firewall.",
63        "mimeType": "image/jpeg",
64        "url": "https://m.media-amazon.com/images/I/41Q04ArdEuL._SL1000_.jpg“
65    }
66],
67"category": [
68    {
69        "id": "8ad6f687-56aa-9ccd-bbc3-5f01214018d2",
70        "name": "Cloud Storage"
71    }
72],
73"version": "1.0 ",
74"lifecycleStatus": "Active",
75"validFor": {
76    "endDateTime": "2022-08-25T00:00:00Z",
77    "startDateTime": "2022-05-23T00:00:00Z"
78},
79"isSellable": "true",
80"isBundle": "false",
81"productNumber": "Airtel_Wifi_Router",
82"name": "Airtel Wifi Router",
83"description": "Airtel Wifi Router with 1000Mbps Bandwidth"
84}

Usage 

This IP calls the following Data Raptors: