Make: Difference between revisions
Jump to navigation
Jump to search
Markkinchin (talk | contribs) |
|||
| Line 581: | Line 581: | ||
<code> | <code> | ||
{ | { | ||
"authentication": { | "authentication": { | ||
"apiKey": "apiKeyAsSetInAccountSettings", | "apiKey": "apiKeyAsSetInAccountSettings", | ||
"propKey": "propKeyAsSetForTheProperty" | "propKey": "propKeyAsSetForTheProperty" | ||
}, | }, | ||
"bookId": "12345678", | "bookId": "12345678", | ||
"guestFirstName": "Joe", | "guestFirstName": "Joe", | ||
"guestName": "Smith", | "guestName": "Smith", | ||
| Line 593: | Line 593: | ||
"guestPostcode": "EX 1234", | "guestPostcode": "EX 1234", | ||
"guestCountry": "United_Kingdom" | "guestCountry": "United_Kingdom" | ||
} | } | ||
</code> | </code> | ||