curl --request PUT \
--url https://api.example.com/api/Placements/{placementId}/JobTitle \
--header 'Content-Type: application/json' \
--data '
{
"value": "<string>"
}
'curl --request PUT \
--url https://api.example.com/api/Placements/{placementId}/JobTitle \
--header 'Content-Type: application/json' \
--data '
{
"value": "<string>"
}
'Was this page helpful?