To properly display this page you need a browser with JavaScript support.
Electronic Invoicing System API v1
Developers Guide
×
Menu
Index
Search
Search
4. EIS API
4.4. Utilities
4.4.6. Get Terminal Blocking Message
4.4.6.2. Response
Previous page
Next page
Print version
©
Malawi Revenue Authority - ICT Research and Innovations, 2024
To properly display this page you need a browser with JavaScript support.
4.4.6.2. Response
{
"statusCode"
:
0
,
"remark"
:
"string"
,
"data"
: {
"isBlocked"
:
true
,
"blockingReason"
:
"string"
,
"blockedAt"
:
"2025-05-28T06:42:59.980Z"
},
"errors"
: [
{
"errorCode"
:
0
,
"fieldName"
:
"string"
,
"errorMessage"
:
"string"
}
]
}