# Create new partner supply delay **POST /partners/supply-delay** Create new partner supply delay. You can send either both start and end of validity or only end of validity. If no date for start sent, current time will be used as validity start. ## Servers ## Parameters ### Headers - **X-Application-Name** (string) ### Query parameters - **client_id** (string) Client identifier ### Body: (object) - **valid_from** (string(date-time)) Validity start date and time, if you don't send it, the actual date and time will be used - **valid_to** (string(date-time)) validity end date and time ## Responses ### 201 OK #### Body: (object) - **data** (object) - **result** (object) [Powered by Bump.sh](https://bump.sh)