Skip to content
Wazapin
Esc
navigateopen⌘Jpreview

POST /v1/public/storefronts/{slug}/booking/waitlist

POST/v1/public/storefronts/{slug}/booking/waitlist
Path parameters
slugstringrequired
Request body
requiredapplication/json
datestring
phonestringrequired
product_idstringrequired
slotstring
Responses
201Created
ContactIDstringrequired
CreatedAtstring<date-time>required
Datestringrequired
IDstringrequired
Phonestringrequired
ProductIDstringrequired
Slotstringrequired
Statusstringrequired
defaultError
errorErrorBodyrequired
Show properties
codestringrequired
detailsErrorDetail[] | null
Show properties
Array of ErrorDetail
codestring
fieldstring
locationstring
messagestringrequired
messagestringrequired
request_idstring
Request
curl -X POST "/v1/public/storefronts/string/booking/waitlist" \
  -H "Content-Type: application/json" \
  -d '{
  "date": "string",
  "phone": "string",
  "product_id": "string",
  "slot": "string"
}'
Response
{
  "ContactID": "string",
  "CreatedAt": "2024-01-01T00:00:00Z",
  "Date": "string",
  "ID": "string",
  "Phone": "string",
  "ProductID": "string",
  "Slot": "string",
  "Status": "string"
}