Skip to main content

Body structure (JSON)

Required fields are in bold.

FieldExampleType and formatComments
{
"mgsID"45integerMessage identifier
"fiscalNumbersCnt"100integerNumber of fiscal numbers to generate
"identity"objectCash register identification
"fn""FN00000007"stringDevice token (Fiscal Number of device)
"tin""5566778899"stringTaxpayer identification number
"shopName""Outlet"stringShop name
"shopAddress""Central Street, 11"stringShop address
}

[!NOTE] Notes • Method is applicable only for offline cashbox , For online cashbox - returns an empty arrayfiscalNumbersCnt defines how many fiscal numbers should be additionally generated • Total available fiscal numbers for a cash register is limited: maximum = 2 × fiscalNumbersCnt (from order) • If the limit is reached, fewer numbers may be returned than requested

Example:

{
"msgID": 771,
"fiscalNumbersCnt": 100,
"identity": {
"fn": "FN00000007",
"tin": "5566778899",
"shopName": "Outlet",
"shopAddress": "Central Street, 11"
}
}