Api-Key: ********************{
"phone_book_id": 86292,
"items": [
{
"prefix": "man", // man | woman | co | org
"mobile": "09123456781",
"name": "test name",
"attributes": [
{
"attribute_id": 2,
"value": "2061207342"
},
{
"attribute_id": 3,
"value": "test"
}
]
}
]
}curl --location 'https://api.iranpayamak.com/ws/v1/phone_book_data/bulk-upsert' \
--header 'Accept: application/json' \
--header 'Api-Key: <api-key>' \
--header 'Content-Type: application/json' \
--data '{
"phone_book_id": 86292,
"items": [
{
"prefix": "man", // man | woman | co | org
"mobile": "09123456781",
"name": "test name",
"attributes": [
{
"attribute_id": 2,
"value": "2061207342"
},
{
"attribute_id": 3,
"value": "test"
}
]
}
]
}'{}