Make: Difference between revisions

Jump to navigation Jump to search
IuriRosa (talk | contribs)
Line 580: Line 580:
d. On the Sample Data insert  
d. On the Sample Data insert  


<code>
{
    "authentication": {
        "apiKey": "apiKeyAsSetInAccountSettings",
        "propKey": "propKeyAsSetForTheProperty"
    },
"bookId": "12345678",
    "guestFirstName": "Joe",
    "guestName": "Smith",
    "guestAddress": "1 Big Street",
    "guestCity": "London",
    "guestPostcode": "EX 1234",
    "guestCountry": "United_Kingdom"
}
</code>


  {
  {