# Send SMS Verification Code + Request body + phone (required, string, '+13155550175') - phone to which the code will be sent + fullname (option, sring, James) - Client name Endpoint: POST /v1/book_code/{location_id} Version: 1.0.1 Security: bearer ## Path parameters: - `location_id` (number, required) location ID Example: 4564 ## Header parameters: - `Accept` (string, required) application/vnd.api.v2+json - `Content-Type` (string, required) application/json - `Authorization` (string, required) Bearer partner_token ## Request fields (application/json): - `phone` (string) Customer phone number Example: "+13155550175" - `fulname` (string) Client name Example: "James Smith" ## Response 201 fields (application/json): - `success` (boolean) Execution success status (true) Example: true - `meta` (object) metadata Example: {"message":"Created"} - `meta.message` (string) Example: "Created" ## Response 401 fields (application/json): - `success` (boolean) Response status. - `data` (object,null) Response data. - `meta` (object) Additional response data. - `meta.message` (string) Error message. Example: "Authentication needed." ## Response 403 fields (application/json): - `success` (boolean) Response status. - `data` (object,null) Response data. - `meta` (object) Additional response data. - `meta.message` (string) Error message. Example: "Access denied." ## Response 404 fields (application/json): - `success` (boolean) Response status. - `data` (object,null) Response data. - `meta` (object,array) Additional response data (empty object or empty array)