Add new attributes for a specific provider in a talent pool.
access_token OAuth 2.0 Access Token
In: query
Talent Pool ID
Provider ID
application/json
List of attributes to create
Array of attributes to update
curl -X POST "https://api-sandbox.fndev.net/api/rest/v2/talent-pools/0/providers/0/attributes" \ -H "Content-Type: application/json" \ -d '{ "attributes": [ { "name": "preferred_status", "value": "gold" }, { "name": "availability", "value": "weekends" } ] }'{
"attributes": []
}{
"status": 500,
"message": "Operation successful."
}{
"status": 500,
"message": "Operation successful."
}application/json
application/json
application/json
Last updated on
curl -X POST "https://api-sandbox.fndev.net/api/rest/v2/talent-pools/0/providers/0/attributes" \
-H "Content-Type: application/json" \
-d '{
"attributes": [
{
"name": "preferred_status",
"value": "gold"
},
{
"name": "availability",
"value": "weekends"
}
]
}'