Service Specification characteristics are not getting passed properly from TMF641 Api
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-17-2023 05:12 AM
Service Specification characteristics are not getting passed properly from TMF641 Api. Iam Passing total 4 characteristics through TMF641 but Iam only getting 2 characteristic value in my order line item. Below is the JSON iam using
{
"externalId": "456789",
"priority": "1",
"@type": "ServiceOrder",
"serviceOrderItem": [{
"id": "1190",
"action": "add",
"@type": "ServiceOrderItem",
"service": {
"serviceState": "active",
"@type": "CFS",
"serviceCharacteristic":[
{
"name": "is_tech_install",
"value": "No"
},
{
"name": "Email",
"value": "Plume123@gmail.com"
},
{
"name": "ActionType",
"value": "Add"
},
{
"name": "PlumeEmailId",
"value": "Plume123@gmail.com"
}
],
"serviceSpecification": {
"id": "3a1e14594781211083f7016a436d4380",
"name": "360 Wifi",
"@type": "CFS"
}
},
"relatedParty": [
{
"firstName": "Fisher",
"lastName": "Enterprises",
"email": "fisher.email@xyz.com",
"phone": "222-801-6623",
"@type": "RelatedParty",
"@referredType": "OrderLineItemContact"
}
],
"place": {
"id": "93efb74c4764e11083f7016a436d4358",
"@type": "Place"
}
}
],
"relatedParty": [
{
"id": "2e6ebbc84764e11083f7016a436d4371",
"name": "Fisher Enterprises",
"@type": "RelatedParty",
"@referredType": "CustomerContact"
},
{
"id": "629cfb484764e11083f7016a436d43a7",
"name": "Fisher Enterprises",
"@type": "RelatedParty",
"@referredType": "Customer"
}
]
}
I will add screenshots of Service Specification, Characteristics, The order which is created.
CFS:
RFS: