پرش به مطلب اصلی

لیست شعبه‌ها (Stations)

برای دریافت لیست شعبه‌های مربوط به سازمان باید از وب‌سرویس زیر استفاده کنید.

GET/v1.1/infrastructure/stations/organization/

Response Body

{
"count": 50,
"next": null,
"previous": null,
"results": [
{
"uuid": "27866ff0-3d59-41f8-9711-77e08921b25b",
"organization_code": "",
"nickname": "گنجدار تست ۱",
"latitude": 35.60436367357403,
"longitude": 51.30924919424054,
"address": "آدرس گنجدار",
"operators": ["+98912345678"],
"city": "تهران"
},
{
"uuid": "37b7435b-9d0a-491a-830f-54013507553a",
"organization_code": "",
"nickname": "گنجدار تست ۲",
"latitude": 35.79123547896572,
"longitude": 51.30794236900101,
"address": "آدرس گنجدار",
"operators": ["+98912345678", "+98937891234"],
"city": "اصفهان"
},
...
]
}