POST
/jobTypes
curl \
-X POST http://api.example.com/jobTypes \
-H "Content-Type: application/json" \
-d '{"jobTypeID":42,"name":"string","description":"string"}'
Request example
{
"jobTypeID": 42,
"name": "string",
"description": "string"
}