خانه › ورود و حساب پنل
ثبتنام در پنل — وب سرویس پیامک فراز اس ام اس
POST https://api.iranpayamak.com/ws/v1/auth/register
کاربرد: ثبتنام کاربر در پنل؛ برای کار با APIها لازم نیست.
احراز هویت: هدر Api-Key (کلید از پنل، حساس به حروف).
فیلدهای درخواست
plan_id(integer) — الزامیperson_type(string) — الزامیusername(string) — الزامیfirst_name(string) — الزامیlast_name(string) — الزامیnational_code(string) — الزامیmobile(string) — الزامیdiscount_code(string) — الزامیseller_id(integer) — الزامیshould_notify_user(boolean) — الزامیredirect_url(string) — الزامی
نمونه بدنه
{
"plan_id": 3,
"person_type": "personal",
"username": "test_name2",
"first_name": "test fname",
"last_name": "test lname",
"national_code": "1234567890",
"mobile": "09121234567",
"discount_code": "",
"seller_id": 1,
"should_notify_user": true,
"redirect_url": "https://test.com/test"
}