TMF Customer order creation payload is throwing the error
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-03-2025 01:31 AM
- Labels:
-
Customer Service Management
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-06-2025 07:48 AM
Sure here is the payload.
{
"id": "-1",
"orderCurrency": "USD",
"priority": 4,
"orderDate": "2025-06-02T05:21:04.000Z",
"channel": [
{
"id": "58ad5522c3702010df4773ce3640ddb2",
"name": "Agent assist"
}
],
"productOrderItem": [
{
"id": "-1",
"ponr": "false",
"quantity": 1,
"priority": 4,
"action": "add",
"itemPrice": [
{
"priceType": "recurring",
"recurringChargePeriod": "",
"price": {
"taxIncludedAmount": {
"unit": "USD",
"value": 0
}
}
},
{
"priceType": "nonRecurring",
"price": {
"taxIncludedAmount": {
"unit": "USD",
"value": 0
}
}
}
],
"product": {
"@type": "Product",
"productCharacteristic": [
{
"name": "Pack",
"valueType": "choice",
"value": "",
"previousValue": ""
}
],
"productSpecification": {
"id": "3d7ba1d21bbc2610f783dd32b24bcb57",
"name": "Fiber",
"version": "",
"internalVersion": "1",
"internalId": "3d7ba1d21bbc2610f783dd32b24bcb57",
"@type": "ProductSpecificationRef"
}
},
"productOffering": {
"id": "527c61561bbc2610f783dd32b24bcb8f",
"name": "Fibre 900 VoIP (FTTP-CF)",
"version": "",
"internalVersion": "1",
"internalId": "527c61561bbc2610f783dd32b24bcb8f"
},
"state": "in_progress",
"version": "1",
"@type": "ProductOrderItem"
}
],
"relatedParty": [
{
"id": "ffc68911c35420105252716b7d40dd55",
"name": "Funco Intl",
"@type": "RelatedParty",
"@referredType": "Customer"
}
],
"state": "in_progress",
"version": "1",
"@type": "ProductOrder"
}
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-13-2025 09:50 AM - edited 06-13-2025 10:58 AM
As a workaround while waiting for a fix, it looks like the issue starts on line 695 of the ProductOrderExtensionOOB script include: