# Create a listing time slot **POST /listings/{listingId}/time-slots** Create a listing time slot ## Servers - https://api.pexipengage.com/enterprises/acme: https://api.pexipengage.com/enterprises/acme () ## Authentication methods - O auth2 ## Parameters ### Headers - **Authorization** (string) Bearer token used for authorization - **X-Correlation-Id** (string) Unique identifier to allow referencing a particular transaction or event chain ### Path parameters - **listingId** (string) ### Body: application/json (object) - **date** (string) - **startTime** (string) - **endTime** (string) - **bookable** (boolean) - **assignments** (array[object]) ## Responses ### 201 Successful operation #### Body: application/json (object) - **data** (object) ### 404 Resource not found #### Body: application/json (object) - **errors** (array[object]) ### 422 Business validation failed * `LISTING_TIME_SLOT_EMPLOYEE_NOT_LINKED` * `LISTING_TIME_SLOT_OVERLAP` See [Error codes](#topic-error-codes) #### Body: application/json (object) - **errors** (array[object]) [Powered by Bump.sh](https://bump.sh)