v1

latestOpenAPI 3.0.02026-07-23135518615.8 KB
DIP Channel Replay/Requeue

Requeue messages on DIP Channel webhook

Allows a Market Participant to replay messages

post/dip-channel/{id}/requeue/{recipient-id}

Path parameters

id'IF-001' | 'IF-002' | 'IF-003' | 'IF-004' | 'IF-005' | 'IF-006' | 'IF-007' | 'IF-008' | 'IF-009' | 'IF-013' | 'IF-014' | 'IF-015' | 'IF-016' | 'IF-018' | 'IF-019' | 'IF-020' | 'IF-021' | 'IF-022' | 'IF-023' | 'IF-024' | 'IF-025' | 'IF-026' | 'IF-027' | 'IF-028' | 'IF-031' | 'IF-032' | 'IF-033' | 'IF-034' | 'IF-035' | 'IF-036' | 'IF-037' | 'IF-038' | 'IF-039' | 'IF-040' | 'IF-041' | 'IF-043' | 'IF-044' | 'IF-045' | 'IF-047' | 'IF-050' | 'IF-051' | 'IF-061' | 'IF-062' | 'IF-063' | 'IF-064' | 'IF-065' | 'REP-002' | 'REP-002A' | 'REP-002B' | 'REP-003' | 'REP-003A' | 'REP-004' | 'REP-006' | 'REP-007' | 'REP-008' | 'REP-009' | 'REP-900' | 'REP-901' required

Interface ID

Example:IF-007
recipient-idstring required

DIP Participant Id

Example:1009012345

Headers

X-DIP-Signaturestring required
X-DIP-Signature-Datestring required
X-DIP-Content-Hashstring required
X-DIP-Signature-Certificatestring required

Request body

datetimeFromstring nullable required

ISO 8601 Date/time

datetimeTostring nullable required

ISO 8601 Date/time

eventCodestring nullable required

Event Code

MPANstring nullable required

MPAN Core

transactionIDsDT014DIPTransactionID[]
versionstring nullable required

The Schema Version against which the message has been constructed

Example request

{
  "datetimeFrom": "2022-03-21T19:05:00+00:00",
  "datetimeTo": "2022-03-21T19:05:00+00:00",
  "eventCode": "[EventName]",
  "MPAN": "2000056535971",
  "transactionIDs": [
    "T-IF-006-0123456789-SUP-20220401-1234CC0123456789"
  ]
}

Response

Messages requeued