-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathexternal_message_function_code.json
More file actions
20 lines (20 loc) · 1.22 KB
/
external_message_function_code.json
File metadata and controls
20 lines (20 loc) · 1.22 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
{
"codes": {
"ADVC": "Advice indicates where the sender informs the receiver of an activity that has been taken that requires a response.",
"BNTF": "Notification to initiate the transfer of a batch (no response expected).",
"BTRQ": "Request to initiate the transfer of a batch (response expected).",
"CAAD": "Advice about the capture of an activity already performed (response expected).",
"CANO": "Notification about the capture of an activity already performed (no response expected).",
"CLNF": "Notification to initiate the transfer of a collection (no response expected).",
"CLRQ": "Request to initiate the transfer of a collection (response expected).",
"ERNO": "Notification of a message containing errors.",
"INSN": "Informs of an action to be taken.",
"NOTI": "Message function is notification.",
"RENO": "Notification of a rejected message.",
"REQU": "Message function is request.",
"STAD": "Advice about the status of a transaction.",
"STNO": "Notification about the status of a transaction."
},
"description": "Code to identify the type of process related to the message, as published separately in a message function external code set.",
"name": "ExternalMessageFunction1Code"
}