curl -X 'POST' \
'https://dev-eis-api.mra.mw/api/v1/utilities/get-terminal-site-products' \
-H 'accept: text/plain' \
-H 'Content-Type: application/json' \
-H 'Authorization: <Bearer Token>' \
-d '{
"tin": "2005000001",
"siteId": "SITE-001"
}'
|
Json Path
|
Natural Name
|
Data Type
|
Restrictions
|
Comments
|
Authorization
|
Authorization Token
|
string
|
-mandatory
|
|
tin
|
Taxpayer Identification Number
|
string
|
-mandatory
|
TIN of the owner of the product
|
siteId
|
Site Identifier
|
string
|
-mandatory
|
The Site ID for the products and services.
|
|