Activity Types
Fiscal tizimdan faoliyat turi bo‘yicha ma’lumotlarni tekshiradi.
Endpoint
Method:
POST
URL: BASE_URL/merchant/fiscalization/activity-types/
Header:
http
Authorization: Bearer <ACCESS_TOKEN>Request Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
pinfl | string | Yes | Jismoniy shaxsning PINFL ma’lumoti (JSHSHIR) |
activityType | int | Yes | Tekshiriladigan faoliyat turi |
Activity Types
| Value | Description |
|---|---|
| 1 | Shaxs YATT ekanini tekshiradi |
| 2 | Shaxs o‘zini o‘zi band qilganligini tekshiradi |
| 3 | Daromad 100 milliondan oshganini tekshiradi |
Request example
json
{
"pinfl": "12345678901234",
"activityType": 1
}Response example
Activity Type: 1
json
{
"result": {
"success": false,
"reason": "Ушбу ПИНФЛда ЯТТ аниқланмади",
"data": 200
}
}Activity Type: 2
json
{
"result": {
"success": true,
"reason": "Success",
"data": null
}
}Activity Type: 3
json
{
"result": {
"success": true,
"reason": "Success",
"data": {
"status": true,
"activityNames": [
"Lorem Ipsum is simply dummy text"
]
}
}
}