Home › Account & Wallet
update — FarazSMS SMS web service
POST https://api.iranpayamak.com/ws/v1/account/update
Purpose: Update your account information.
Auth: header Api-Key (key from the panel, case-sensitive).
Example body
{
"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"
}
}