ODS INQUIRY API V3 (v 3.0.0)

Table of Contents

What’s Changed

GET /views/process-flow-graphs/{unitOfWorkId}

  • Return Type:

    • Changed 404 Not Found

    • Media types:

      • Changed application/json

      • Schema: Broken compatibility

      • Changed property type: (object → object)

GET /views/details/{unitOfWorkId}

  • Return Type:

    • Changed 404 Not Found

    • Media types:

      • Changed application/json

      • Schema: Broken compatibility

      • Changed property type: (object → object)

    • Changed 200 OK

    • Media types:

      • Changed application/json

      • Schema: Broken compatibility

      • Removed property: transactionData (object)

      • Removed property: summary.class (string)

GET /all/process-objects

  • Parameter:

    • Delete primaryAssociation in query

  • Return Type:

    • Changed 200 OK

    • Media types:

      • Changed application/json

      • Schema: Backward compatible

GET /all/process-objects/{odsObjectId}

  • Return Type:

    • Changed 404 Not Found

    • Media types:

      • Changed application/json

      • Schema: Broken compatibility

      • Changed property type: (object → object)

    • Changed 200 OK

    • Media types:

      • Changed application/json

      • Schema: Backward compatible

GET /catalogue/process-objects/message-logs

  • Parameter:

    • Delete primaryAssociation in query

  • Return Type:

    • Changed 200 OK

    • Media types:

      • Changed application/json

      • Schema: Backward compatible

GET /catalogue/process-objects/message-logs/{odsObjectId}

  • Return Type:

    • Changed 404 Not Found

    • Media types:

      • Changed application/json

      • Schema: Broken compatibility

      • Changed property type: (object → object)

    • Changed 200 OK

    • Media types:

      • Changed application/json

      • Schema: Backward compatible

GET /catalogue/process-objects/process-flow-definitions

  • Parameter:

    • Delete primaryAssociation in query

  • Return Type:

    • Changed 200 OK

    • Media types:

      • Changed application/json

      • Schema: Backward compatible

GET /catalogue/process-objects/process-flow-definitions/{odsObjectId}

  • Return Type:

    • Changed 404 Not Found

    • Media types:

      • Changed application/json

      • Schema: Broken compatibility

      • Changed property type: (object → object)

    • Changed 200 OK

    • Media types:

      • Changed application/json

      • Schema: Backward compatible

GET /catalogue/process-objects/system-events

  • Parameter:

    • Delete primaryAssociation in query

  • Return Type:

    • Changed 200 OK

    • Media types:

      • Changed application/json

      • Schema: Backward compatible

GET /catalogue/process-objects/system-events/{odsObjectId}

  • Return Type:

    • Changed 404 Not Found

    • Media types:

      • Changed application/json

      • Schema: Broken compatibility

      • Changed property type: (object → object)

    • Changed 200 OK

    • Media types:

      • Changed application/json

      • Schema: Backward compatible

GET /catalogue/process-objects/process-flow-events

  • Parameter:

    • Delete primaryAssociation in query

  • Return Type:

    • Changed 200 OK

    • Media types:

      • Changed application/json

      • Schema: Backward compatible

GET /catalogue/process-objects/process-flow-events/{odsObjectId}

  • Return Type:

    • Changed 404 Not Found

    • Media types:

      • Changed application/json

      • Schema: Broken compatibility

      • Changed property type: (object → object)

    • Changed 200 OK

    • Media types:

      • Changed application/json

      • Schema: Backward compatible

GET /all/pds-objects

  • Return Type:

    • Changed 200 OK

    • Media types:

      • Changed application/json

      • Schema: Broken compatibility

      • Removed property: [n].object.version (object)

      • Removed property: [n].object.class (string)

      • Added property: [n].object.payload.version (integer)

      • Added property: [n].object.payload.metadata (object)

      • Changed property type: [n].object.payload.originProcessObjectId (object → string)

      • Removed property: [n].object.headers.primaryAssociation (string)

      • Added property: [n].object.headers.associationId (string)

GET /all/pds-objects/{odsObjectId}

  • Return Type:

    • Changed 404 Not Found

    • Media types:

      • Changed application/json

      • Schema: Broken compatibility

      • Changed property type: (object → object)

    • Changed 200 OK

    • Media types:

      • Changed application/json

      • Schema: Broken compatibility

      • Removed property: object.version (object)

      • Removed property: object.class (string)

      • Added property: object.payload.version (integer)

      • Added property: object.payload.metadata (object)

      • Changed property type: object.payload.originProcessObjectId (object → string)

      • Removed property: object.headers.primaryAssociation (string)

      • Added property: object.headers.associationId (string)

GET /all/pds-objects/{pdsObjectId}/history

  • Return Type:

    • Changed 404 Not Found

    • Media types:

      • Changed application/json

      • Schema: Broken compatibility

      • Changed property type: (object → object)

    • Changed 200 OK

    • Media types:

      • Changed application/json

      • Schema: Broken compatibility

      • Removed property: [n].object.version (object)

      • Removed property: [n].object.class (string)

      • Added property: [n].object.payload.version (integer)

      • Added property: [n].object.payload.metadata (object)

      • Changed property type: [n].object.payload.originProcessObjectId (object → string)

      • Removed property: [n].object.headers.primaryAssociation (string)

      • Added property: [n].object.headers.associationId (string)

GET /all/custom-objects

  • Parameter:

    • Delete primaryAssociation in query

  • Return Type:

    • Changed 200 OK

    • Media types:

      • Changed application/json

      • Schema: Backward compatible

GET /all/custom-objects/{odsObjectId}

  • Return Type:

    • Changed 404 Not Found

    • Media types:

      • Changed application/json

      • Schema: Broken compatibility

      • Changed property type: (object → object)

    • Changed 200 OK

    • Media types:

      • Changed application/json

      • Schema: Backward compatible

GET /all/mds-objects

  • Parameter:

    • Delete primaryAssociation in query

  • Return Type:

    • Changed 200 OK

    • Media types:

      • Changed application/json

      • Schema: Broken compatibility

      • Removed property: [n].object.version (object)

      • Removed property: [n].object.class (string)

      • Removed property: [n].object.payload.mdsContentType (object)

      • Removed property: [n].object.payload.supportingAssociations (array)

      • Added property: [n].object.payload.metadata (object)

      • Added property: [n].object.payload.type (string)

      • Added property: [n].object.payload.version (integer)

      • Added property: [n].object.payload.messageDefinition (string)

      • Changed property type: [n].object.payload.originProcessObjectId (object → string)

      • Removed property: [n].object.headers.primaryAssociation (string)

      • Added property: [n].object.headers.associationId (string)

GET /all/mds-objects/{odsObjectId}

  • Return Type:

    • Changed 404 Not Found

    • Media types:

      • Changed application/json

      • Schema: Broken compatibility

      • Changed property type: (object → object)

    • Changed 200 OK

    • Media types:

      • Changed application/json

      • Schema: Broken compatibility

      • Removed property: object.version (object)

      • Removed property: object.class (string)

      • Removed property: object.payload.mdsContentType (object)

      • Removed property: object.payload.supportingAssociations (array)

      • Added property: object.payload.metadata (object)

      • Added property: object.payload.type (string)

      • Added property: object.payload.version (integer)

      • Added property: object.payload.messageDefinition (string)

      • Changed property type: object.payload.originProcessObjectId (object → string)

      • Removed property: object.headers.primaryAssociation (string)

      • Added property: object.headers.associationId (string)

GET /all/mds-objects/{mdsObjectId}/history

  • Return Type:

    • Changed 404 Not Found

    • Media types:

      • Changed application/json

      • Schema: Broken compatibility

      • Changed property type: (object → object)

    • Changed 200 OK

    • Media types:

      • Changed application/json

      • Schema: Broken compatibility

      • Removed property: [n].object.version (object)

      • Removed property: [n].object.class (string)

      • Removed property: [n].object.payload.mdsContentType (object)

      • Removed property: [n].object.payload.supportingAssociations (array)

      • Added property: [n].object.payload.metadata (object)

      • Added property: [n].object.payload.type (string)

      • Added property: [n].object.payload.version (integer)

      • Added property: [n].object.payload.messageDefinition (string)

      • Changed property type: [n].object.payload.originProcessObjectId (object → string)

      • Removed property: [n].object.headers.primaryAssociation (string)

      • Added property: [n].object.headers.associationId (string)

GET /catalogue/mds-objects/PACS_008

  • Parameter:

    • Delete primaryAssociation in query

  • Return Type:

    • Changed 200 OK

    • Media types:

      • Changed application/json

      • Schema: Broken compatibility

      • Removed property: [n].object.version (object)

      • Removed property: [n].object.class (string)

      • Removed property: [n].object.payload.mdsContentType (object)

      • Removed property: [n].object.payload.supportingAssociations (array)

      • Added property: [n].object.payload.metadata (object)

      • Added property: [n].object.payload.type (string)

      • Added property: [n].object.payload.version (integer)

      • Added property: [n].object.payload.messageDefinition (string)

      • Removed property: [n].object.payload.content.grpHdr (object)

      • Removed property: [n].object.payload.content.cdtTrfTxInf (array)

      • Removed property: [n].object.payload.content.splmtryData (array)

      • Changed property type: [n].object.payload.originProcessObjectId (object → string)

      • Removed property: [n].object.headers.primaryAssociation (string)

      • Added property: [n].object.headers.associationId (string)

GET /catalogue/mds-objects/PACS_008_CREDIT_TRANSFER_TRANSACTION

  • Parameter:

    • Delete primaryAssociation in query

  • Return Type:

    • Changed 200 OK

    • Media types:

      • Changed application/json

      • Schema: Broken compatibility

      • Removed property: [n].object.version (object)

      • Removed property: [n].object.class (string)

      • Removed property: [n].object.payload.mdsContentType (object)

      • Removed property: [n].object.payload.supportingAssociations (array)

      • Added property: [n].object.payload.metadata (object)

      • Added property: [n].object.payload.type (string)

      • Added property: [n].object.payload.version (integer)

      • Added property: [n].object.payload.messageDefinition (string)

      • Removed property: [n].object.payload.content.pmtId (object)

      • Removed property: [n].object.payload.content.pmtTpInf (object)

      • Removed property: [n].object.payload.content.intrBkSttlmAmt (object)

      • Removed property: [n].object.payload.content.intrBkSttlmDt (string)

      • Removed property: [n].object.payload.content.sttlmPrty (string)

      • Removed property: [n].object.payload.content.sttlmTmIndctn (object)

      • Removed property: [n].object.payload.content.sttlmTmReq (object)

      • Removed property: [n].object.payload.content.accptncDtTm (string)

      • Removed property: [n].object.payload.content.poolgAdjstmntDt (string)

      • Removed property: [n].object.payload.content.instdAmt (object)

      • Removed property: [n].object.payload.content.xchgRate (number)

      • Removed property: [n].object.payload.content.chrgBr (string)

      • Removed property: [n].object.payload.content.chrgsInf (array)

      • Removed property: [n].object.payload.content.prvsInstgAgt1 (object)

      • Removed property: [n].object.payload.content.prvsInstgAgt1Acct (object)

      • Removed property: [n].object.payload.content.prvsInstgAgt2 (object)

      • Removed property: [n].object.payload.content.prvsInstgAgt2Acct (object)

      • Removed property: [n].object.payload.content.prvsInstgAgt3 (object)

      • Removed property: [n].object.payload.content.prvsInstgAgt3Acct (object)

      • Removed property: [n].object.payload.content.instgAgt (object)

      • Removed property: [n].object.payload.content.instdAgt (object)

      • Removed property: [n].object.payload.content.intrmyAgt1 (object)

      • Removed property: [n].object.payload.content.intrmyAgt1Acct (object)

      • Removed property: [n].object.payload.content.intrmyAgt2 (object)

      • Removed property: [n].object.payload.content.intrmyAgt2Acct (object)

      • Removed property: [n].object.payload.content.intrmyAgt3 (object)

      • Removed property: [n].object.payload.content.intrmyAgt3Acct (object)

      • Removed property: [n].object.payload.content.ultmtDbtr (object)

      • Removed property: [n].object.payload.content.initgPty (object)

      • Removed property: [n].object.payload.content.dbtr (object)

      • Removed property: [n].object.payload.content.dbtrAcct (object)

      • Removed property: [n].object.payload.content.dbtrAgt (object)

      • Removed property: [n].object.payload.content.dbtrAgtAcct (object)

      • Removed property: [n].object.payload.content.cdtrAgt (object)

      • Removed property: [n].object.payload.content.cdtrAgtAcct (object)

      • Removed property: [n].object.payload.content.cdtr (object)

      • Removed property: [n].object.payload.content.cdtrAcct (object)

      • Removed property: [n].object.payload.content.ultmtCdtr (object)

      • Removed property: [n].object.payload.content.instrForCdtrAgt (array)

      • Removed property: [n].object.payload.content.instrForNxtAgt (array)

      • Removed property: [n].object.payload.content.purp (object)

      • Removed property: [n].object.payload.content.rgltryRptg (array)

      • Removed property: [n].object.payload.content.tax (object)

      • Removed property: [n].object.payload.content.rltdRmtInf (array)

      • Removed property: [n].object.payload.content.rmtInf (object)

      • Removed property: [n].object.payload.content.splmtryData (array)

      • Changed property type: [n].object.payload.originProcessObjectId (object → string)

      • Removed property: [n].object.headers.primaryAssociation (string)

      • Added property: [n].object.headers.associationId (string)

GET /catalogue/mds-objects/PACS_002

  • Parameter:

    • Delete primaryAssociation in query

  • Return Type:

    • Changed 200 OK

    • Media types:

      • Changed application/json

      • Schema: Broken compatibility

      • Removed property: [n].object.version (object)

      • Removed property: [n].object.class (string)

      • Removed property: [n].object.payload.mdsContentType (object)

      • Removed property: [n].object.payload.supportingAssociations (array)

      • Added property: [n].object.payload.metadata (object)

      • Added property: [n].object.payload.type (string)

      • Added property: [n].object.payload.version (integer)

      • Added property: [n].object.payload.messageDefinition (string)

      • Removed property: [n].object.payload.content.grpHdr (object)

      • Removed property: [n].object.payload.content.orgnlGrpInfAndSts (array)

      • Removed property: [n].object.payload.content.txInfAndSts (array)

      • Removed property: [n].object.payload.content.splmtryData (array)

      • Changed property type: [n].object.payload.originProcessObjectId (object → string)

      • Removed property: [n].object.headers.primaryAssociation (string)

      • Added property: [n].object.headers.associationId (string)

GET /catalogue/mds-objects/PACS_002_ORIGINAL_GROUP_HEADER

  • Parameter:

    • Delete primaryAssociation in query

  • Return Type:

    • Changed 200 OK

    • Media types:

      • Changed application/json

      • Schema: Broken compatibility

      • Removed property: [n].object.version (object)

      • Removed property: [n].object.class (string)

      • Removed property: [n].object.payload.mdsContentType (object)

      • Removed property: [n].object.payload.supportingAssociations (array)

      • Added property: [n].object.payload.metadata (object)

      • Added property: [n].object.payload.type (string)

      • Added property: [n].object.payload.version (integer)

      • Added property: [n].object.payload.messageDefinition (string)

      • Removed property: [n].object.payload.content.orgnlMsgId (string)

      • Removed property: [n].object.payload.content.orgnlMsgNmId (string)

      • Removed property: [n].object.payload.content.orgnlCreDtTm (string)

      • Removed property: [n].object.payload.content.orgnlNbOfTxs (string)

      • Removed property: [n].object.payload.content.orgnlCtrlSum (number)

      • Removed property: [n].object.payload.content.grpSts (string)

      • Removed property: [n].object.payload.content.stsRsnInf (array)

      • Removed property: [n].object.payload.content.nbOfTxsPerSts (array)

      • Changed property type: [n].object.payload.originProcessObjectId (object → string)

      • Removed property: [n].object.headers.primaryAssociation (string)

      • Added property: [n].object.headers.associationId (string)

GET /catalogue/mds-objects/PACS_002_PAYMENT_TRANSACTION

  • Parameter:

    • Delete primaryAssociation in query

  • Return Type:

    • Changed 200 OK

    • Media types:

      • Changed application/json

      • Schema: Broken compatibility

      • Removed property: [n].object.version (object)

      • Removed property: [n].object.class (string)

      • Removed property: [n].object.payload.mdsContentType (object)

      • Removed property: [n].object.payload.supportingAssociations (array)

      • Added property: [n].object.payload.metadata (object)

      • Added property: [n].object.payload.type (string)

      • Added property: [n].object.payload.version (integer)

      • Added property: [n].object.payload.messageDefinition (string)

      • Removed property: [n].object.payload.content.stsId (string)

      • Removed property: [n].object.payload.content.orgnlGrpInf (object)

      • Removed property: [n].object.payload.content.orgnlInstrId (string)

      • Removed property: [n].object.payload.content.orgnlEndToEndId (string)

      • Removed property: [n].object.payload.content.orgnlTxId (string)

      • Removed property: [n].object.payload.content.orgnlUETR (string)

      • Removed property: [n].object.payload.content.txSts (string)

      • Removed property: [n].object.payload.content.stsRsnInf (array)

      • Removed property: [n].object.payload.content.chrgsInf (array)

      • Removed property: [n].object.payload.content.accptncDtTm (string)

      • Removed property: [n].object.payload.content.fctvIntrBkSttlmDt (object)

      • Removed property: [n].object.payload.content.acctSvcrRef (string)

      • Removed property: [n].object.payload.content.clrSysRef (string)

      • Removed property: [n].object.payload.content.instgAgt (object)

      • Removed property: [n].object.payload.content.instdAgt (object)

      • Removed property: [n].object.payload.content.orgnlTxRef (object)

      • Removed property: [n].object.payload.content.splmtryData (array)

      • Changed property type: [n].object.payload.originProcessObjectId (object → string)

      • Removed property: [n].object.headers.primaryAssociation (string)

      • Added property: [n].object.headers.associationId (string)

GET /catalogue/mds-objects/PACS_004

  • Parameter:

    • Delete primaryAssociation in query

  • Return Type:

    • Changed 200 OK

    • Media types:

      • Changed application/json

      • Schema: Broken compatibility

      • Removed property: [n].object.version (object)

      • Removed property: [n].object.class (string)

      • Removed property: [n].object.payload.mdsContentType (object)

      • Removed property: [n].object.payload.supportingAssociations (array)

      • Added property: [n].object.payload.metadata (object)

      • Added property: [n].object.payload.type (string)

      • Added property: [n].object.payload.version (integer)

      • Added property: [n].object.payload.messageDefinition (string)

      • Removed property: [n].object.payload.content.grpHdr (object)

      • Removed property: [n].object.payload.content.orgnlGrpInf (object)

      • Removed property: [n].object.payload.content.txInf (array)

      • Removed property: [n].object.payload.content.splmtryData (array)

      • Changed property type: [n].object.payload.originProcessObjectId (object → string)

      • Removed property: [n].object.headers.primaryAssociation (string)

      • Added property: [n].object.headers.associationId (string)

GET /catalogue/mds-objects/PACS_004_PAYMENT_TRANSACTION

  • Parameter:

    • Delete primaryAssociation in query

  • Return Type:

    • Changed 200 OK

    • Media types:

      • Changed application/json

      • Schema: Broken compatibility

      • Removed property: [n].object.version (object)

      • Removed property: [n].object.class (string)

      • Removed property: [n].object.payload.mdsContentType (object)

      • Removed property: [n].object.payload.supportingAssociations (array)

      • Added property: [n].object.payload.metadata (object)

      • Added property: [n].object.payload.type (string)

      • Added property: [n].object.payload.version (integer)

      • Added property: [n].object.payload.messageDefinition (string)

      • Removed property: [n].object.payload.content.rtrId (string)

      • Removed property: [n].object.payload.content.orgnlGrpInf (object)

      • Removed property: [n].object.payload.content.orgnlInstrId (string)

      • Removed property: [n].object.payload.content.orgnlEndToEndId (string)

      • Removed property: [n].object.payload.content.orgnlTxId (string)

      • Removed property: [n].object.payload.content.orgnlUETR (string)

      • Removed property: [n].object.payload.content.orgnlClrSysRef (string)

      • Removed property: [n].object.payload.content.orgnlIntrBkSttlmAmt (object)

      • Removed property: [n].object.payload.content.orgnlIntrBkSttlmDt (string)

      • Removed property: [n].object.payload.content.rtrdIntrBkSttlmAmt (object)

      • Removed property: [n].object.payload.content.intrBkSttlmDt (string)

      • Removed property: [n].object.payload.content.sttlmPrty (string)

      • Removed property: [n].object.payload.content.sttlmTmIndctn (object)

      • Removed property: [n].object.payload.content.rtrdInstdAmt (object)

      • Removed property: [n].object.payload.content.xchgRate (number)

      • Removed property: [n].object.payload.content.compstnAmt (object)

      • Removed property: [n].object.payload.content.chrgBr (string)

      • Removed property: [n].object.payload.content.chrgsInf (array)

      • Removed property: [n].object.payload.content.clrSysRef (string)

      • Removed property: [n].object.payload.content.instgAgt (object)

      • Removed property: [n].object.payload.content.instdAgt (object)

      • Removed property: [n].object.payload.content.rtrChain (object)

      • Removed property: [n].object.payload.content.rtrRsnInf (array)

      • Removed property: [n].object.payload.content.orgnlTxRef (object)

      • Removed property: [n].object.payload.content.splmtryData (array)

      • Changed property type: [n].object.payload.originProcessObjectId (object → string)

      • Removed property: [n].object.headers.primaryAssociation (string)

      • Added property: [n].object.headers.associationId (string)

GET /catalogue/mds-objects/PACS_009

  • Parameter:

    • Delete primaryAssociation in query

  • Return Type:

    • Changed 200 OK

    • Media types:

      • Changed application/json

      • Schema: Broken compatibility

      • Removed property: [n].object.version (object)

      • Removed property: [n].object.class (string)

      • Removed property: [n].object.payload.mdsContentType (object)

      • Removed property: [n].object.payload.supportingAssociations (array)

      • Added property: [n].object.payload.metadata (object)

      • Added property: [n].object.payload.type (string)

      • Added property: [n].object.payload.version (integer)

      • Added property: [n].object.payload.messageDefinition (string)

      • Removed property: [n].object.payload.content.grpHdr (object)

      • Removed property: [n].object.payload.content.cdtTrfTxInf (array)

      • Removed property: [n].object.payload.content.splmtryData (array)

      • Changed property type: [n].object.payload.originProcessObjectId (object → string)

      • Removed property: [n].object.headers.primaryAssociation (string)

      • Added property: [n].object.headers.associationId (string)

GET /catalogue/mds-objects/PACS_009_CREDIT_TRANSFER_TRANSACTION

  • Parameter:

    • Delete primaryAssociation in query

  • Return Type:

    • Changed 200 OK

    • Media types:

      • Changed application/json

      • Schema: Broken compatibility

      • Removed property: [n].object.version (object)

      • Removed property: [n].object.class (string)

      • Removed property: [n].object.payload.mdsContentType (object)

      • Removed property: [n].object.payload.supportingAssociations (array)

      • Added property: [n].object.payload.metadata (object)

      • Added property: [n].object.payload.type (string)

      • Added property: [n].object.payload.version (integer)

      • Added property: [n].object.payload.messageDefinition (string)

      • Removed property: [n].object.payload.content.pmtId (object)

      • Removed property: [n].object.payload.content.pmtTpInf (object)

      • Removed property: [n].object.payload.content.intrBkSttlmAmt (object)

      • Removed property: [n].object.payload.content.intrBkSttlmDt (string)

      • Removed property: [n].object.payload.content.sttlmPrty (string)

      • Removed property: [n].object.payload.content.sttlmTmIndctn (object)

      • Removed property: [n].object.payload.content.sttlmTmReq (object)

      • Removed property: [n].object.payload.content.prvsInstgAgt1 (object)

      • Removed property: [n].object.payload.content.prvsInstgAgt1Acct (object)

      • Removed property: [n].object.payload.content.prvsInstgAgt2 (object)

      • Removed property: [n].object.payload.content.prvsInstgAgt2Acct (object)

      • Removed property: [n].object.payload.content.prvsInstgAgt3 (object)

      • Removed property: [n].object.payload.content.prvsInstgAgt3Acct (object)

      • Removed property: [n].object.payload.content.instgAgt (object)

      • Removed property: [n].object.payload.content.instdAgt (object)

      • Removed property: [n].object.payload.content.intrmyAgt1 (object)

      • Removed property: [n].object.payload.content.intrmyAgt1Acct (object)

      • Removed property: [n].object.payload.content.intrmyAgt2 (object)

      • Removed property: [n].object.payload.content.intrmyAgt2Acct (object)

      • Removed property: [n].object.payload.content.intrmyAgt3 (object)

      • Removed property: [n].object.payload.content.intrmyAgt3Acct (object)

      • Removed property: [n].object.payload.content.ultmtDbtr (object)

      • Removed property: [n].object.payload.content.dbtr (object)

      • Removed property: [n].object.payload.content.dbtrAcct (object)

      • Removed property: [n].object.payload.content.dbtrAgt (object)

      • Removed property: [n].object.payload.content.dbtrAgtAcct (object)

      • Removed property: [n].object.payload.content.cdtrAgt (object)

      • Removed property: [n].object.payload.content.cdtrAgtAcct (object)

      • Removed property: [n].object.payload.content.cdtr (object)

      • Removed property: [n].object.payload.content.cdtrAcct (object)

      • Removed property: [n].object.payload.content.ultmtCdtr (object)

      • Removed property: [n].object.payload.content.instrForCdtrAgt (array)

      • Removed property: [n].object.payload.content.instrForNxtAgt (array)

      • Removed property: [n].object.payload.content.purp (object)

      • Removed property: [n].object.payload.content.rmtInf (object)

      • Removed property: [n].object.payload.content.undrlygCstmrCdtTrf (object)

      • Removed property: [n].object.payload.content.splmtryData (array)

      • Changed property type: [n].object.payload.originProcessObjectId (object → string)

      • Removed property: [n].object.headers.primaryAssociation (string)

      • Added property: [n].object.headers.associationId (string)

GET /catalogue/mds-objects/PACS_028

  • Parameter:

    • Delete primaryAssociation in query

  • Return Type:

    • Changed 200 OK

    • Media types:

      • Changed application/json

      • Schema: Broken compatibility

      • Removed property: [n].object.version (object)

      • Removed property: [n].object.class (string)

      • Removed property: [n].object.payload.mdsContentType (object)

      • Removed property: [n].object.payload.supportingAssociations (array)

      • Added property: [n].object.payload.metadata (object)

      • Added property: [n].object.payload.type (string)

      • Added property: [n].object.payload.version (integer)

      • Added property: [n].object.payload.messageDefinition (string)

      • Removed property: [n].object.payload.content.grpHdr (object)

      • Removed property: [n].object.payload.content.orgnlGrpInf (array)

      • Removed property: [n].object.payload.content.txInf (array)

      • Removed property: [n].object.payload.content.splmtryData (array)

      • Changed property type: [n].object.payload.originProcessObjectId (object → string)

      • Removed property: [n].object.headers.primaryAssociation (string)

      • Added property: [n].object.headers.associationId (string)

GET /catalogue/mds-objects/PACS_028_ORIGINAL_GROUP_INFORMATION

  • Parameter:

    • Delete primaryAssociation in query

  • Return Type:

    • Changed 200 OK

    • Media types:

      • Changed application/json

      • Schema: Broken compatibility

      • Removed property: [n].object.version (object)

      • Removed property: [n].object.class (string)

      • Removed property: [n].object.payload.mdsContentType (object)

      • Removed property: [n].object.payload.supportingAssociations (array)

      • Added property: [n].object.payload.metadata (object)

      • Added property: [n].object.payload.type (string)

      • Added property: [n].object.payload.version (integer)

      • Added property: [n].object.payload.messageDefinition (string)

      • Removed property: [n].object.payload.content.orgnlMsgId (string)

      • Removed property: [n].object.payload.content.orgnlMsgNmId (string)

      • Removed property: [n].object.payload.content.orgnlCreDtTm (string)

      • Removed property: [n].object.payload.content.orgnlNbOfTxs (string)

      • Removed property: [n].object.payload.content.orgnlCtrlSum (number)

      • Changed property type: [n].object.payload.originProcessObjectId (object → string)

      • Removed property: [n].object.headers.primaryAssociation (string)

      • Added property: [n].object.headers.associationId (string)

GET /catalogue/mds-objects/PACS_028_PAYMENT_TRANSACTION

  • Parameter:

    • Delete primaryAssociation in query

  • Return Type:

    • Changed 200 OK

    • Media types:

      • Changed application/json

      • Schema: Broken compatibility

      • Removed property: [n].object.version (object)

      • Removed property: [n].object.class (string)

      • Removed property: [n].object.payload.mdsContentType (object)

      • Removed property: [n].object.payload.supportingAssociations (array)

      • Added property: [n].object.payload.metadata (object)

      • Added property: [n].object.payload.type (string)

      • Added property: [n].object.payload.version (integer)

      • Added property: [n].object.payload.messageDefinition (string)

      • Removed property: [n].object.payload.content.stsReqId (string)

      • Removed property: [n].object.payload.content.orgnlGrpInf (object)

      • Removed property: [n].object.payload.content.orgnlInstrId (string)

      • Removed property: [n].object.payload.content.orgnlEndToEndId (string)

      • Removed property: [n].object.payload.content.orgnlTxId (string)

      • Removed property: [n].object.payload.content.orgnlUETR (string)

      • Removed property: [n].object.payload.content.accptncDtTm (string)

      • Removed property: [n].object.payload.content.clrSysRef (string)

      • Removed property: [n].object.payload.content.instgAgt (object)

      • Removed property: [n].object.payload.content.instdAgt (object)

      • Removed property: [n].object.payload.content.orgnlTxRef (object)

      • Removed property: [n].object.payload.content.splmtryData (array)

      • Changed property type: [n].object.payload.originProcessObjectId (object → string)

      • Removed property: [n].object.headers.primaryAssociation (string)

      • Added property: [n].object.headers.associationId (string)

GET /catalogue/mds-objects/PAIN_001

  • Parameter:

    • Delete primaryAssociation in query

  • Return Type:

    • Changed 200 OK

    • Media types:

      • Changed application/json

      • Schema: Broken compatibility

      • Removed property: [n].object.version (object)

      • Removed property: [n].object.class (string)

      • Removed property: [n].object.payload.mdsContentType (object)

      • Removed property: [n].object.payload.supportingAssociations (array)

      • Added property: [n].object.payload.metadata (object)

      • Added property: [n].object.payload.type (string)

      • Added property: [n].object.payload.version (integer)

      • Added property: [n].object.payload.messageDefinition (string)

      • Removed property: [n].object.payload.content.grpHdr (object)

      • Removed property: [n].object.payload.content.pmtInf (array)

      • Removed property: [n].object.payload.content.splmtryData (array)

      • Changed property type: [n].object.payload.originProcessObjectId (object → string)

      • Removed property: [n].object.headers.primaryAssociation (string)

      • Added property: [n].object.headers.associationId (string)

GET /catalogue/mds-objects/PAIN_001_PAYMENT_INSTRUCTION

  • Parameter:

    • Delete primaryAssociation in query

  • Return Type:

    • Changed 200 OK

    • Media types:

      • Changed application/json

      • Schema: Broken compatibility

      • Removed property: [n].object.version (object)

      • Removed property: [n].object.class (string)

      • Removed property: [n].object.payload.mdsContentType (object)

      • Removed property: [n].object.payload.supportingAssociations (array)

      • Added property: [n].object.payload.metadata (object)

      • Added property: [n].object.payload.type (string)

      • Added property: [n].object.payload.version (integer)

      • Added property: [n].object.payload.messageDefinition (string)

      • Removed property: [n].object.payload.content.pmtInfId (string)

      • Removed property: [n].object.payload.content.pmtMtd (string)

      • Removed property: [n].object.payload.content.btchBookg (boolean)

      • Removed property: [n].object.payload.content.nbOfTxs (string)

      • Removed property: [n].object.payload.content.ctrlSum (number)

      • Removed property: [n].object.payload.content.pmtTpInf (object)

      • Removed property: [n].object.payload.content.reqdExctnDt (object)

      • Removed property: [n].object.payload.content.poolgAdjstmntDt (string)

      • Removed property: [n].object.payload.content.dbtr (object)

      • Removed property: [n].object.payload.content.dbtrAcct (object)

      • Removed property: [n].object.payload.content.dbtrAgt (object)

      • Removed property: [n].object.payload.content.dbtrAgtAcct (object)

      • Removed property: [n].object.payload.content.instrForDbtrAgt (string)

      • Removed property: [n].object.payload.content.ultmtDbtr (object)

      • Removed property: [n].object.payload.content.chrgBr (string)

      • Removed property: [n].object.payload.content.chrgsAcct (object)

      • Removed property: [n].object.payload.content.chrgsAcctAgt (object)

      • Removed property: [n].object.payload.content.cdtTrfTxInf (array)

      • Changed property type: [n].object.payload.originProcessObjectId (object → string)

      • Removed property: [n].object.headers.primaryAssociation (string)

      • Added property: [n].object.headers.associationId (string)

GET /catalogue/mds-objects/PAIN_001_CREDIT_TRANSFER_TRANSACTION

  • Parameter:

    • Delete primaryAssociation in query

  • Return Type:

    • Changed 200 OK

    • Media types:

      • Changed application/json

      • Schema: Broken compatibility

      • Removed property: [n].object.version (object)

      • Removed property: [n].object.class (string)

      • Removed property: [n].object.payload.mdsContentType (object)

      • Removed property: [n].object.payload.supportingAssociations (array)

      • Added property: [n].object.payload.metadata (object)

      • Added property: [n].object.payload.type (string)

      • Added property: [n].object.payload.version (integer)

      • Added property: [n].object.payload.messageDefinition (string)

      • Removed property: [n].object.payload.content.pmtId (object)

      • Removed property: [n].object.payload.content.pmtTpInf (object)

      • Removed property: [n].object.payload.content.amt (object)

      • Removed property: [n].object.payload.content.xchgRateInf (object)

      • Removed property: [n].object.payload.content.chrgBr (string)

      • Removed property: [n].object.payload.content.chqInstr (object)

      • Removed property: [n].object.payload.content.ultmtDbtr (object)

      • Removed property: [n].object.payload.content.intrmyAgt1 (object)

      • Removed property: [n].object.payload.content.intrmyAgt1Acct (object)

      • Removed property: [n].object.payload.content.intrmyAgt2 (object)

      • Removed property: [n].object.payload.content.intrmyAgt2Acct (object)

      • Removed property: [n].object.payload.content.intrmyAgt3 (object)

      • Removed property: [n].object.payload.content.intrmyAgt3Acct (object)

      • Removed property: [n].object.payload.content.cdtrAgt (object)

      • Removed property: [n].object.payload.content.cdtrAgtAcct (object)

      • Removed property: [n].object.payload.content.cdtr (object)

      • Removed property: [n].object.payload.content.cdtrAcct (object)

      • Removed property: [n].object.payload.content.ultmtCdtr (object)

      • Removed property: [n].object.payload.content.instrForCdtrAgt (array)

      • Removed property: [n].object.payload.content.instrForDbtrAgt (string)

      • Removed property: [n].object.payload.content.purp (object)

      • Removed property: [n].object.payload.content.rgltryRptg (array)

      • Removed property: [n].object.payload.content.tax (object)

      • Removed property: [n].object.payload.content.rltdRmtInf (array)

      • Removed property: [n].object.payload.content.rmtInf (object)

      • Removed property: [n].object.payload.content.splmtryData (array)

      • Changed property type: [n].object.payload.originProcessObjectId (object → string)

      • Removed property: [n].object.headers.primaryAssociation (string)

      • Added property: [n].object.headers.associationId (string)

GET /catalogue/mds-objects/PAIN_002

  • Parameter:

    • Delete primaryAssociation in query

  • Return Type:

    • Changed 200 OK

    • Media types:

      • Changed application/json

      • Schema: Broken compatibility

      • Removed property: [n].object.version (object)

      • Removed property: [n].object.class (string)

      • Removed property: [n].object.payload.mdsContentType (object)

      • Removed property: [n].object.payload.supportingAssociations (array)

      • Added property: [n].object.payload.metadata (object)

      • Added property: [n].object.payload.type (string)

      • Added property: [n].object.payload.version (integer)

      • Added property: [n].object.payload.messageDefinition (string)

      • Removed property: [n].object.payload.content.grpHdr (object)

      • Removed property: [n].object.payload.content.orgnlGrpInfAndSts (object)

      • Removed property: [n].object.payload.content.orgnlPmtInfAndSts (array)

      • Removed property: [n].object.payload.content.splmtryData (array)

      • Changed property type: [n].object.payload.originProcessObjectId (object → string)

      • Removed property: [n].object.headers.primaryAssociation (string)

      • Added property: [n].object.headers.associationId (string)

GET /catalogue/mds-objects/PAIN_002_ORIGINAL_PAYMENT_INSTRUCTION

  • Parameter:

    • Delete primaryAssociation in query

  • Return Type:

    • Changed 200 OK

    • Media types:

      • Changed application/json

      • Schema: Broken compatibility

      • Removed property: [n].object.version (object)

      • Removed property: [n].object.class (string)

      • Removed property: [n].object.payload.mdsContentType (object)

      • Removed property: [n].object.payload.supportingAssociations (array)

      • Added property: [n].object.payload.metadata (object)

      • Added property: [n].object.payload.type (string)

      • Added property: [n].object.payload.version (integer)

      • Added property: [n].object.payload.messageDefinition (string)

      • Removed property: [n].object.payload.content.orgnlPmtInfId (string)

      • Removed property: [n].object.payload.content.orgnlNbOfTxs (string)

      • Removed property: [n].object.payload.content.orgnlCtrlSum (number)

      • Removed property: [n].object.payload.content.pmtInfSts (string)

      • Removed property: [n].object.payload.content.stsRsnInf (array)

      • Removed property: [n].object.payload.content.nbOfTxsPerSts (array)

      • Removed property: [n].object.payload.content.txInfAndSts (array)

      • Changed property type: [n].object.payload.originProcessObjectId (object → string)

      • Removed property: [n].object.headers.primaryAssociation (string)

      • Added property: [n].object.headers.associationId (string)

GET /catalogue/mds-objects/PAIN_002_PAYMENT_TRANSACTION

  • Parameter:

    • Delete primaryAssociation in query

  • Return Type:

    • Changed 200 OK

    • Media types:

      • Changed application/json

      • Schema: Broken compatibility

      • Removed property: [n].object.version (object)

      • Removed property: [n].object.class (string)

      • Removed property: [n].object.payload.mdsContentType (object)

      • Removed property: [n].object.payload.supportingAssociations (array)

      • Added property: [n].object.payload.metadata (object)

      • Added property: [n].object.payload.type (string)

      • Added property: [n].object.payload.version (integer)

      • Added property: [n].object.payload.messageDefinition (string)

      • Removed property: [n].object.payload.content.stsId (string)

      • Removed property: [n].object.payload.content.orgnlInstrId (string)

      • Removed property: [n].object.payload.content.orgnlEndToEndId (string)

      • Removed property: [n].object.payload.content.orgnlUETR (string)

      • Removed property: [n].object.payload.content.txSts (string)

      • Removed property: [n].object.payload.content.stsRsnInf (array)

      • Removed property: [n].object.payload.content.chrgsInf (array)

      • Removed property: [n].object.payload.content.trckrData (object)

      • Removed property: [n].object.payload.content.accptncDtTm (string)

      • Removed property: [n].object.payload.content.acctSvcrRef (string)

      • Removed property: [n].object.payload.content.clrSysRef (string)

      • Removed property: [n].object.payload.content.orgnlTxRef (object)

      • Removed property: [n].object.payload.content.splmtryData (array)

      • Changed property type: [n].object.payload.originProcessObjectId (object → string)

      • Removed property: [n].object.headers.primaryAssociation (string)

      • Added property: [n].object.headers.associationId (string)

GET /catalogue/mds-objects/CAMT_027

  • Parameter:

    • Delete primaryAssociation in query

  • Return Type:

    • Changed 200 OK

    • Media types:

      • Changed application/json

      • Schema: Broken compatibility

      • Removed property: [n].object.version (object)

      • Removed property: [n].object.class (string)

      • Removed property: [n].object.payload.mdsContentType (object)

      • Removed property: [n].object.payload.supportingAssociations (array)

      • Added property: [n].object.payload.metadata (object)

      • Added property: [n].object.payload.type (string)

      • Added property: [n].object.payload.version (integer)

      • Added property: [n].object.payload.messageDefinition (string)

      • Removed property: [n].object.payload.content.assgnmt (object)

      • Removed property: [n].object.payload.content.get_case (object)

      • Removed property: [n].object.payload.content.undrlyg (object)

      • Removed property: [n].object.payload.content.coverDtls (object)

      • Removed property: [n].object.payload.content.instrForAssgne (object)

      • Removed property: [n].object.payload.content.splmtryData (array)

      • Removed property: [n].object.payload.content.case (object)

      • Changed property type: [n].object.payload.originProcessObjectId (object → string)

      • Removed property: [n].object.headers.primaryAssociation (string)

      • Added property: [n].object.headers.associationId (string)

GET /catalogue/mds-objects/CAMT_029

  • Parameter:

    • Delete primaryAssociation in query

  • Return Type:

    • Changed 200 OK

    • Media types:

      • Changed application/json

      • Schema: Broken compatibility

      • Removed property: [n].object.version (object)

      • Removed property: [n].object.class (string)

      • Removed property: [n].object.payload.mdsContentType (object)

      • Removed property: [n].object.payload.supportingAssociations (array)

      • Added property: [n].object.payload.metadata (object)

      • Added property: [n].object.payload.type (string)

      • Added property: [n].object.payload.version (integer)

      • Added property: [n].object.payload.messageDefinition (string)

      • Removed property: [n].object.payload.content.assgnmt (object)

      • Removed property: [n].object.payload.content.rslvdCase (object)

      • Removed property: [n].object.payload.content.sts (object)

      • Removed property: [n].object.payload.content.cxlDtls (array)

      • Removed property: [n].object.payload.content.modDtls (object)

      • Removed property: [n].object.payload.content.clmNonRctDtls (object)

      • Removed property: [n].object.payload.content.stmtDtls (object)

      • Removed property: [n].object.payload.content.crrctnTx (object)

      • Removed property: [n].object.payload.content.rsltnRltdInf (object)

      • Removed property: [n].object.payload.content.splmtryData (array)

      • Changed property type: [n].object.payload.originProcessObjectId (object → string)

      • Removed property: [n].object.headers.primaryAssociation (string)

      • Added property: [n].object.headers.associationId (string)

GET /catalogue/mds-objects/CAMT_029_PAYMENT_TRANSACTION_WITH_RESOLUTION

  • Parameter:

    • Delete primaryAssociation in query

  • Return Type:

    • Changed 200 OK

    • Media types:

      • Changed application/json

      • Schema: Broken compatibility

      • Removed property: [n].object.version (object)

      • Removed property: [n].object.class (string)

      • Removed property: [n].object.payload.mdsContentType (object)

      • Removed property: [n].object.payload.supportingAssociations (array)

      • Added property: [n].object.payload.metadata (object)

      • Added property: [n].object.payload.type (string)

      • Added property: [n].object.payload.version (integer)

      • Added property: [n].object.payload.messageDefinition (string)

      • Removed property: [n].object.payload.content.cxlStsId (string)

      • Removed property: [n].object.payload.content.rslvdCase (object)

      • Removed property: [n].object.payload.content.orgnlGrpInf (object)

      • Removed property: [n].object.payload.content.orgnlInstrId (string)

      • Removed property: [n].object.payload.content.orgnlEndToEndId (string)

      • Removed property: [n].object.payload.content.orgnlTxId (string)

      • Removed property: [n].object.payload.content.orgnlClrSysRef (string)

      • Removed property: [n].object.payload.content.orgnlUETR (string)

      • Removed property: [n].object.payload.content.txCxlSts (string)

      • Removed property: [n].object.payload.content.cxlStsRsnInf (array)

      • Removed property: [n].object.payload.content.rsltnRltdInf (object)

      • Removed property: [n].object.payload.content.orgnlIntrBkSttlmAmt (object)

      • Removed property: [n].object.payload.content.orgnlIntrBkSttlmDt (string)

      • Removed property: [n].object.payload.content.assgnr (object)

      • Removed property: [n].object.payload.content.assgne (object)

      • Removed property: [n].object.payload.content.orgnlTxRef (object)

      • Changed property type: [n].object.payload.originProcessObjectId (object → string)

      • Removed property: [n].object.headers.primaryAssociation (string)

      • Added property: [n].object.headers.associationId (string)

GET /catalogue/mds-objects/CAMT_029_UNDERLYING_TRANSACTION

  • Parameter:

    • Delete primaryAssociation in query

  • Return Type:

    • Changed 200 OK

    • Media types:

      • Changed application/json

      • Schema: Broken compatibility

      • Removed property: [n].object.version (object)

      • Removed property: [n].object.class (string)

      • Removed property: [n].object.payload.mdsContentType (object)

      • Removed property: [n].object.payload.supportingAssociations (array)

      • Added property: [n].object.payload.metadata (object)

      • Added property: [n].object.payload.type (string)

      • Added property: [n].object.payload.version (integer)

      • Added property: [n].object.payload.messageDefinition (string)

      • Removed property: [n].object.payload.content.orgnlGrpInfAndSts (object)

      • Removed property: [n].object.payload.content.orgnlPmtInfAndSts (array)

      • Removed property: [n].object.payload.content.txInfAndSts (array)

      • Changed property type: [n].object.payload.originProcessObjectId (object → string)

      • Removed property: [n].object.headers.primaryAssociation (string)

      • Added property: [n].object.headers.associationId (string)

GET /catalogue/mds-objects/CAMT_054

  • Parameter:

    • Delete primaryAssociation in query

  • Return Type:

    • Changed 200 OK

    • Media types:

      • Changed application/json

      • Schema: Broken compatibility

      • Removed property: [n].object.version (object)

      • Removed property: [n].object.class (string)

      • Removed property: [n].object.payload.mdsContentType (object)

      • Removed property: [n].object.payload.supportingAssociations (array)

      • Added property: [n].object.payload.metadata (object)

      • Added property: [n].object.payload.type (string)

      • Added property: [n].object.payload.version (integer)

      • Added property: [n].object.payload.messageDefinition (string)

      • Removed property: [n].object.payload.content.grpHdr (object)

      • Removed property: [n].object.payload.content.ntfctn (array)

      • Removed property: [n].object.payload.content.splmtryData (array)

      • Changed property type: [n].object.payload.originProcessObjectId (object → string)

      • Removed property: [n].object.headers.primaryAssociation (string)

      • Added property: [n].object.headers.associationId (string)

GET /catalogue/mds-objects/CAMT_054_ACCOUNT_NOTIFICATION

  • Parameter:

    • Delete primaryAssociation in query

  • Return Type:

    • Changed 200 OK

    • Media types:

      • Changed application/json

      • Schema: Broken compatibility

      • Removed property: [n].object.version (object)

      • Removed property: [n].object.class (string)

      • Removed property: [n].object.payload.mdsContentType (object)

      • Removed property: [n].object.payload.supportingAssociations (array)

      • Added property: [n].object.payload.metadata (object)

      • Added property: [n].object.payload.type (string)

      • Added property: [n].object.payload.version (integer)

      • Added property: [n].object.payload.messageDefinition (string)

      • Removed property: [n].object.payload.content.id (string)

      • Removed property: [n].object.payload.content.ntfctnPgntn (object)

      • Removed property: [n].object.payload.content.elctrncSeqNb (number)

      • Removed property: [n].object.payload.content.rptgSeq (object)

      • Removed property: [n].object.payload.content.lglSeqNb (number)

      • Removed property: [n].object.payload.content.creDtTm (string)

      • Removed property: [n].object.payload.content.frToDt (object)

      • Removed property: [n].object.payload.content.cpyDplctInd (string)

      • Removed property: [n].object.payload.content.rptgSrc (object)

      • Removed property: [n].object.payload.content.acct (object)

      • Removed property: [n].object.payload.content.rltdAcct (object)

      • Removed property: [n].object.payload.content.intrst (array)

      • Removed property: [n].object.payload.content.txsSummry (object)

      • Removed property: [n].object.payload.content.ntry (array)

      • Removed property: [n].object.payload.content.addtlNtfctnInf (string)

      • Changed property type: [n].object.payload.originProcessObjectId (object → string)

      • Removed property: [n].object.headers.primaryAssociation (string)

      • Added property: [n].object.headers.associationId (string)

GET /catalogue/mds-objects/CAMT_056

  • Parameter:

    • Delete primaryAssociation in query

  • Return Type:

    • Changed 200 OK

    • Media types:

      • Changed application/json

      • Schema: Broken compatibility

      • Removed property: [n].object.version (object)

      • Removed property: [n].object.class (string)

      • Removed property: [n].object.payload.mdsContentType (object)

      • Removed property: [n].object.payload.supportingAssociations (array)

      • Added property: [n].object.payload.metadata (object)

      • Added property: [n].object.payload.type (string)

      • Added property: [n].object.payload.version (integer)

      • Added property: [n].object.payload.messageDefinition (string)

      • Removed property: [n].object.payload.content.assgnmt (object)

      • Removed property: [n].object.payload.content.get_case (object)

      • Removed property: [n].object.payload.content.ctrlData (object)

      • Removed property: [n].object.payload.content.undrlyg (array)

      • Removed property: [n].object.payload.content.splmtryData (array)

      • Removed property: [n].object.payload.content.case (object)

      • Changed property type: [n].object.payload.originProcessObjectId (object → string)

      • Removed property: [n].object.headers.primaryAssociation (string)

      • Added property: [n].object.headers.associationId (string)

GET /catalogue/mds-objects/CAMT_056_PAYMENT_TRANSACTION

  • Parameter:

    • Delete primaryAssociation in query

  • Return Type:

    • Changed 200 OK

    • Media types:

      • Changed application/json

      • Schema: Broken compatibility

      • Removed property: [n].object.version (object)

      • Removed property: [n].object.class (string)

      • Removed property: [n].object.payload.mdsContentType (object)

      • Removed property: [n].object.payload.supportingAssociations (array)

      • Added property: [n].object.payload.metadata (object)

      • Added property: [n].object.payload.type (string)

      • Added property: [n].object.payload.version (integer)

      • Added property: [n].object.payload.messageDefinition (string)

      • Removed property: [n].object.payload.content.cxlId (string)

      • Removed property: [n].object.payload.content.get_case (object)

      • Removed property: [n].object.payload.content.orgnlGrpInf (object)

      • Removed property: [n].object.payload.content.orgnlInstrId (string)

      • Removed property: [n].object.payload.content.orgnlEndToEndId (string)

      • Removed property: [n].object.payload.content.orgnlTxId (string)

      • Removed property: [n].object.payload.content.orgnlUETR (string)

      • Removed property: [n].object.payload.content.orgnlClrSysRef (string)

      • Removed property: [n].object.payload.content.orgnlIntrBkSttlmAmt (object)

      • Removed property: [n].object.payload.content.orgnlIntrBkSttlmDt (string)

      • Removed property: [n].object.payload.content.assgnr (object)

      • Removed property: [n].object.payload.content.assgne (object)

      • Removed property: [n].object.payload.content.cxlRsnInf (array)

      • Removed property: [n].object.payload.content.orgnlTxRef (object)

      • Removed property: [n].object.payload.content.splmtryData (array)

      • Removed property: [n].object.payload.content.case (object)

      • Changed property type: [n].object.payload.originProcessObjectId (object → string)

      • Removed property: [n].object.headers.primaryAssociation (string)

      • Added property: [n].object.headers.associationId (string)

GET /catalogue/mds-objects/CAMT_056_UNDERLYING_TRANSACTION

  • Parameter:

    • Delete primaryAssociation in query

  • Return Type:

    • Changed 200 OK

    • Media types:

      • Changed application/json

      • Schema: Broken compatibility

      • Removed property: [n].object.version (object)

      • Removed property: [n].object.class (string)

      • Removed property: [n].object.payload.mdsContentType (object)

      • Removed property: [n].object.payload.supportingAssociations (array)

      • Added property: [n].object.payload.metadata (object)

      • Added property: [n].object.payload.type (string)

      • Added property: [n].object.payload.version (integer)

      • Added property: [n].object.payload.messageDefinition (string)

      • Removed property: [n].object.payload.content.orgnlGrpInfAndCxl (object)

      • Removed property: [n].object.payload.content.txInf (array)

      • Changed property type: [n].object.payload.originProcessObjectId (object → string)

      • Removed property: [n].object.headers.primaryAssociation (string)

      • Added property: [n].object.headers.associationId (string)

GET /catalogue/mds-objects/CAMT_087

  • Parameter:

    • Delete primaryAssociation in query

  • Return Type:

    • Changed 200 OK

    • Media types:

      • Changed application/json

      • Schema: Broken compatibility

      • Removed property: [n].object.version (object)

      • Removed property: [n].object.class (string)

      • Removed property: [n].object.payload.mdsContentType (object)

      • Removed property: [n].object.payload.supportingAssociations (array)

      • Added property: [n].object.payload.metadata (object)

      • Added property: [n].object.payload.type (string)

      • Added property: [n].object.payload.version (integer)

      • Added property: [n].object.payload.messageDefinition (string)

      • Removed property: [n].object.payload.content.assgnmt (object)

      • Removed property: [n].object.payload.content.get_case (object)

      • Removed property: [n].object.payload.content.undrlyg (object)

      • Removed property: [n].object.payload.content.mod (object)

      • Removed property: [n].object.payload.content.instrForAssgne (object)

      • Removed property: [n].object.payload.content.splmtryData (array)

      • Removed property: [n].object.payload.content.case (object)

      • Changed property type: [n].object.payload.originProcessObjectId (object → string)

      • Removed property: [n].object.headers.primaryAssociation (string)

      • Added property: [n].object.headers.associationId (string)

API changes broke backward compatibility