This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
customer_portal:integration:iwashcloudbookingsapi [2021/03/03 21:26] trevor [Notes] |
customer_portal:integration:iwashcloudbookingsapi [2023/09/20 00:43] (current) |
||
---|---|---|---|
Line 24: | Line 24: | ||
" | " | ||
" | " | ||
- | " | + | " |
" | " | ||
" | " | ||
Line 60: | Line 60: | ||
<code AppleScript> | <code AppleScript> | ||
" | " | ||
+ | </ | ||
+ | |||
+ | ==== Site ==== | ||
+ | |||
+ | The API has some smarts and the BookingSite can be sent as either a string which matches the name of the store in the Sites Tabe, or you can send an integer which matches the record in the Sites Table. The API will take any string and try to match it to the a Site Name. | ||
+ | |||
+ | <code AppleScript> | ||
+ | " | ||
+ | </ | ||
+ | |||
+ | <code AppleScript> | ||
+ | " | ||
</ | </ | ||
Line 74: | Line 86: | ||
" | " | ||
" | " | ||
- | " | ||
" | " | ||
+ | " | ||
+ | " | ||
" | " | ||
} | } | ||
Line 99: | Line 112: | ||
" | " | ||
" | " | ||
- | " | ||
" | " | ||
" | " | ||
+ | " | ||
+ | " | ||
" | " | ||
" | " |