Hi All,
We are implementing a TMF Open API (TMF655). In the first release, only notification operation to be implemented. As per API specification, the notification should have below payload and hence will contain entire resource payload.
{
"eventId": "00005",
"eventTime": "2016-03-02T16:42:25",
"eventType": " ChangeRequestAttributeValueChangeNotificationNotification",
"event": {
"ChangeRequest": {-- SEE ChangeRequest RESOURCE SAMPLE --}
}
}
In our case, as the notifications are being sent to customers we want to suppress some of the mandatory elements is API data model like specification, targetEntity etc. Is this acceptable?
Thanks,
------------------------------
Kalpana HV
Colt Technology Services
------------------------------