# Create a new dispatch request **POST /ext/dispatch** Create a new dispatch request with a pickup and delivery address ## Servers - https://dev.hubz.nyotek.com: https://dev.hubz.nyotek.com () ## Parameters ### Body: application/json (object) Create a new dispatch - **pickup** (object) - **destination** (object) - **user_metadata** (object) - **vendor_logo_url** (string) restaurant logo url - **vendor_id** (string) Restaurant unique identifier - **vendor_name** (object) locale based text objects - **vendor_oid** (string) unique order identifier - **vendor_sid** (string) unique short readable identifier - **vendor_bid** (string) unique restaurant branch identifier - **vendor_payload** (object) ## Responses ### 201 Successful operation #### Body: application/json (object) - **data** (object) ### 400 if a dispatch with a an existing order/vendor_oid exists #### Body: application/json (object) - **error** (string) generic information about the error - **error_desc** (string) error information for the developer ### 401 Unauthorized if incorrect api_key is given #### Body: application/json (object) - **error** (string) generic information about the error - **error_desc** (string) error information for the developer ### 500 any other errors from the server #### Body: application/json (object) - **error** (string) generic information about the error - **error_desc** (string) error information for the developer [Powered by Bump.sh](https://bump.sh)