# Create Vacancy **POST /vacancy/add** This api is to create vacancy ## Servers - https://api-console.logezy.co/v1: https://api-console.logezy.co/v1 () ## Parameters ### Headers - **Accept** (string) application/json - **Content-Type** (string) application/json ### Body: application/json (object) - **business_unit_id** (integer) - **job_id** (integer) - **shift_id** (integer) - **on_date** (array[string(date)]) - **start_time** (string) - **end_time** (string) - **break** (number) - **total_numbers** (number) - **po_number** (string) - **notes** (string) - **is_publish** (number) - **notify** (array[integer]) Pass 1 for Push,2 for SMS and 3 for Email Notification. eg: [1,2,3] ## Responses ### 200 OK #### Body: application/json (object) object [Powered by Bump.sh](https://bump.sh)