Skip to main content

1.4 Examples postman

test.postman_collection.json

{
"info": {
"_postman_id": "6b8ce1e9-751e-48d2-ba44-71e8031075db",
"name": "test",
"schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json",
"_exporter_id": "31699535"
},
"item": [
{
"name": "register_order",
"request": {
"method": "POST",
"header": [
{
"key": "X-Requested-With",
"value": "XMLHttpRequest",
"type": "text"
},
{
"key": "X-COUNTRY-ID",
"value": "4",
"type": "text"
},
{
"key": "Authorization",
"value": "Bearer 5566",
"type": "text"
}
],
"body": {
"mode": "raw",
"raw": "{\n \"obj\": {\n \"activities\": [\n {\n \"code\": 17700,\n \"name\": \"test\"\n }\n ],\n \"is_legal\": true,\n \"name\": \"Test order\",\n \"fiscal_id\": \"456788\",\n \"contact_name\": \"\",\n \"region\": \"Test regions\",\n \"city\": \"Test\",\n \"district\": \"Test Districts\",\n \"address\": \"test address\",\n \"phone\": \"+22335566\",\n \"email\": \"[email protected]\"\n },\n \"shop\": {\n \"shop_name\": \"test shop\",\n \"shop_address\": \"test addr\",\n \"shop_type\": \"Store\",\n \"shop_phone\": \"+22335566\",\n \"shop_code\": \"1221\"\n },\n \"terminal\": {\n \"tid\": \"444567\",\n \"mcc\": \"1234\",\n \"mid\": \"456\",\n \"rs\": \"UA123456789\",\n \"template_name\": \"TBC Base\",\n \"processing_name\": \"Compass+ TPTP\"\n },\n \"device\": {\n \"serial\": \"5E785F950BC14FDC942361C0FA92E5ED\",\n \"dev_model\": \"Smart One Bank Pro\",\n \"activated_packages\": [\n {\n \"date_from\": \"2025-09-10\",\n \"date_for\": \"2025-09-11\",\n \"code\": \"payment\"\n }\n ]\n }\n}",
"options": {
"raw": {
"language": "json"
}
}
},
"url": {
"raw": "https://tms-stage-api.smartoneclub.com/register_order/",
"protocol": "https",
"host": [
"tms-stage-api",
"smartoneclub",
"com"
],
"path": [
"register_order",
""
]
}
},
"response": []
},
{
"name": "check_order",
"request": {
"method": "POST",
"header": [],
"body": {
"mode": "raw",
"raw": "{\n \"id\": 513\n}",
"options": {
"raw": {
"language": "json"
}
}
},
"url": {
"raw": "https://tms-stage-api.smartoneclub.com/check_order/",
"protocol": "https",
"host": [
"tms-stage-api",
"smartoneclub",
"com"
],
"path": [
"check_order",
""
]
}
},
"response": []
},
{
"name": "add_order_documents",
"request": {
"method": "POST",
"header": [],
"body": {
"mode": "formdata",
"formdata": [
{
"key": "file",
"type": "file",
"src": "/home/alia/Downloads/Untitled.jpeg"
},
{
"key": "order_id",
"value": "1892",
"type": "text"
},
{
"key": "code",
"value": "recent-excerpt",
"type": "text"
}
]
},
"url": {
"raw": "https://tms-stage-api.smartoneclub.com/add_order_documents/",
"protocol": "https",
"host": [
"tms-stage-api",
"smartoneclub",
"com"
],
"path": [
"add_order_documents",
""
]
}
},
"response": []
}
],
"auth": {
"type": "bearer",
"bearer": [
{
"key": "token",
"value": "e2bd08913b4546839a81c1ba2cb9dea5",
"type": "string"
}
]
},
"event": [
{
"listen": "prerequest",
"script": {
"type": "text/javascript",
"packages": {},
"exec": [
""
]
}
},
{
"listen": "test",
"script": {
"type": "text/javascript",
"packages": {},
"exec": [
""
]
}
}
]
}