Skip to main content
POST
/
api
/
JobPosting
/
JobBoards
/
add
Add Job Boards.
curl --request POST \
  --url https://api.example.com/api/JobPosting/JobBoards/add \
  --header 'Content-Type: application/json' \
  --data '
{
  "values": [
    123
  ]
}
'

Body

application/json

Simple class that wraps a list of integers. Used when a post endpoint requires a list of integers as a body parameter.

values
integer<int32>[] | null

Gets or sets list of integers.

Response

200

OK