Skip to main content

GetSerialNumbersRequest

Request used to retrieve the current state of a disposition.

usernamestring

SOPG username.

Example: USER
passwordstring

SOPG password.

Example: PASSWORD
mtidstring

Merchant transaction ID.

Example: 18b02d230-a6822f-4cbb-aee9-0bc07d90cfa4
subIdstring

Optional reporting criteria value.

Example: shop1
currencystring

Transaction currency.

Example: EUR
GetSerialNumbersRequest
{
"username": "USER",
"password": "PASSWORD",
"mtid": "18b02d230-a6822f-4cbb-aee9-0bc07d90cfa4",
"subId": "shop1",
"currency": "EUR"
}