Service Specification characteristics are not getting passed properly from TMF641 Api

phani_kumar
Tera Contributor

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:

phani_kumar_0-1676639402766.png

RFS:

phani_kumar_3-1676639497164.png

 

 

phani_kumar_1-1676639426244.png

phani_kumar_2-1676639439575.png

 

0 REPLIES 0