cURL
curl --request POST \ --url https://api.example.com/api/JobPosting/JobBoards/add \ --header 'Content-Type: application/json' \ --data ' { "values": [ 123 ] } '
Requests additional Job Boards to Recruit Wizard.
Simple class that wraps a list of integers. Used when a post endpoint requires a list of integers as a body parameter.
Gets or sets list of integers.
OK
Was this page helpful?