cURL
curl --request POST \ --url https://api.example.com/api/JobPosting/ScreeningQuestionnaireTemplates/{id}/Copy \ --header 'Content-Type: application/json' \ --data ' { "value": "<string>" } '
OK
Was this page helpful?