This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| DECLARE | |
| json_ CLOB; | |
| message_id_ NUMBER; | |
| url_params_ PLSQLAP_DOCUMENT_API.DOCUMENT; | |
| BEGIN | |
| json_ := ' | |
| { | |
| "TestAttr1": "TestValue1" | |
| }'; | |
| -- To match this request, set the Rest Root Endpoint URL as https://yourrooturl/{parameter1}/{parameter2} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?xml version="1.0" encoding="UTF-8"?> | |
| <Document xmlns="urn:iso:std:iso:20022:tech:xsd:camt.054.001.02"> | |
| <BkToCstmrDbtCdtNtfctn> | |
| <GrpHdr> | |
| <MsgId>MsgId_1000001</MsgId> | |
| <CreDtTm>2023-04-24T15:02:36.570+01:00</CreDtTm> | |
| <MsgRcpt> | |
| <Id> | |
| <OrgId> | |
| <Othr> |
OlderNewer