Api-Key: ********************{
"phone_book_id": 33,
"phone_book_data_id": 1, // needed only when updating mobile
"prefix": "man", // man | woman | co | org
"mobile": "09123456781",
"name": "test name",
"attributes": [
{
"attribute_id": 5,
"value": "1378/01/24"
},
{
"attribute_id": 8,
"value": "Tehran"
}
]
}curl --location --request POST 'https://api.iranpayamak.com/ws/v1/phone_book_data' \
--header 'Accept: application/json' \
--header 'Api-Key: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"phone_book_id": 33,
"phone_book_data_id": 1, // needed only when updating mobile
"prefix": "man", // man | woman | co | org
"mobile": "09123456781",
"name": "test name",
"attributes": [
{
"attribute_id": 5,
"value": "1378/01/24"
},
{
"attribute_id": 8,
"value": "Tehran"
}
]
}'{}