...
| Field | Details |
|---|---|
| deliveredAtUtc* | string($date-time) Server-supplied timestamp showing time of Message delivery to receiving registry's inbox queue |
| referenceMessageId* | string($uuid) |
| responseType* | stringEnum: messages can be failed, if the message has a structure or information that prevent delivery to the receiving registry. This could be incorrect JSON structure and non-existent ION or because the receiving registry does not allow messages from your registry. |
| receivingRegistryMessageSequenceNumber | integer Incrementing integer set by WMDA MatchConnect systems that indicates the order in which the messages were received by the WMDA and therefore the order in which messages should be processed. Each receiving registry has its own unique sequence. |
| wmdaRemarks | [...] |
6.1.6 Embedded 'generalInformation' Response block
The WMDA will provide a standard response to retrieve messages sent to Match-Connect. Its structure is as follows:
| Field | Details |
|---|---|
| limit* | integer default: 100 |
| shouldPeek | boolean default: false |
| totalCount* | integer minimum: 0 example: 1 |
| remainingCount* | integer minimum: 0 |
| isSuccessful* | boolean default: true |
| summary* | string |
6.2 Message Response
The message response is intended as an automated response to every user generated message. It serves three purposes:
...