v1

latestOpenAPI 3.0.02026-07-23135518615.8 KB
DIP Channel Publication Configuration

Configure DIP Channel Publication

Allows a Market Participant to configure the output channel

post/dip-channel/{id}/pubconfig/{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

callbackURLstring uri
maxMessageCountnumber

optional - will default - lower lmit

maxPayloadSizenumber

overall maximum payload size in Kb

Example request

{
  "callbackURL": "https://bigEnergyServer.com/receiveEvents",
  "maxMessageCount": 100,
  "maxPayloadSize": 100000
}

Response

Publication configured