3.4.6.4 Message: CancelNotification
Topic Version | 1 | Published | 10/31/2016 | |
For Standard | ETP v1.1 |
Sent from a customer to a store to cancel a previous request for notification of change.
Message Type ID: 4
Correlation Id Usage: n/a
Multi-part: n/a
Sent by: customer
Attribute |
Description |
Data Type |
Min |
Max |
---|---|---|---|---|
requestUuid |
The UUID of the original notification request. |
string |
1 |
1 |
Avro Source |
---|
{ "type": "record", "namespace": "Energistics.Protocol.StoreNotification", "name": "CancelNotification", "messageType": "4", "protocol": "5", "senderRole": "customer", "protocolRoles": "store,customer", "fields": [ { "name": "requestUuid", "type": "string" } ] } |