Position

All endpoints related to position / job data.

Create Position

POST https://api.yourdomain.com/v1/position/create

Create a new position

Request Body

{
    "success": true,
    "position": {
                 "id": "position001",
    }
}

The position property in the response should contain an id property with the id of the newly created position record.

Last updated