خانه › حساب و کیفپول
بهروزرسانی حساب — وب سرویس پیامک فراز اس ام اس
POST https://api.iranpayamak.com/ws/v1/account/update
کاربرد: بهروزرسانی اطلاعات حساب.
احراز هویت: هدر Api-Key (کلید از پنل، حساس به حروف).
فیلدهای درخواست
first_name(string) — اختیاریlast_name(string) — اختیاریfather_name(string) — اختیاریgender(integer) — اختیاریnational_code(string) — اختیاریnational_id(string) — اختیاریbr_date(integer) — اختیاریlive_province_id(integer) — اختیاریlive_city_id(integer) — اختیاریlive_postal_code(string) — اختیاریfixed_phone(string) — اختیاریmobile(string) — اختیاریemail(string) — اختیاریaddress(string) — اختیاریceo(object) — اختیاریcompany(object) — اختیاری
نمونه بدنه
{
"first_name": "Ali",
"last_name": "Rezaei",
"father_name": "Mohammad",
"gender": 1,
"national_code": "1234567890",
"national_id": "A123456789",
"br_date": 631152000,
"live_province_id": 2,
"live_city_id": 20,
"live_postal_code": "1234567890",
"fixed_phone": "02112345678",
"mobile": "09121234567",
"email": "ali.rezaei@example.com",
"address": "123 Example St, Cityname",
"ceo": {
"has_ceo": true,
"first_name": "Sara",
"last_name": "Ahmadi",
"father_name": "Hossein",
"gender": 1,
"br_date": 599616000,
"mobile": "09351234567",
"national_id": "B987654321",
"national_code": "9876543210"
},
"company": {
"name": "Example Co",
"national_id": "1122334455",
"registration_id": "778899",
"economic_id": "6655443322",
"province_id": 3,
"city_id": 30,
"address": "456 Corporate Ave, Business City",
"postal_code": "4433221100",
"fixed_phone": "02187654321",
"email": "info@exampleco.com"
}
}