Skip to content

Commit

Permalink
Update webhook response (#15)
Browse files Browse the repository at this point in the history
* Update example payloads

* Update customer docs to reflect updated payloads
  • Loading branch information
brettgoss committed Apr 10, 2018
1 parent faf8763 commit d6c2d6f
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions docs/ref/webhook/booking.rst
Original file line number Diff line number Diff line change
Expand Up @@ -51,19 +51,19 @@ booking.customer
+===========================+==================+============================================================================+
| **code** | *string* | The customer's unique account code |
+---------------------------+------------------+----------------------------------------------------------------------------+
| **name** | *string* | The customer's full name |
| **customer_name** | *string* | The customer's full name |
+---------------------------+------------------+----------------------------------------------------------------------------+
| **email** | *string* | The customer's email address |
| **customer_email** | *string* | The customer's email address |
+---------------------------+------------------+----------------------------------------------------------------------------+
| **address** | *string* | The customer's street address |
| **customer_address** | *string* | The customer's street address |
+---------------------------+------------------+----------------------------------------------------------------------------+
| **region** | *string* | The customer's province or state |
| **customer_region** | *string* | The customer's province or state |
+---------------------------+------------------+----------------------------------------------------------------------------+
| **country** | *string* | The customer's country of residence |
| **customer_country** | *string* | The customer's country of residence |
+---------------------------+------------------+----------------------------------------------------------------------------+
| **postal_zip** | *string* | The customer's postal or zip code |
| **customer_postal_zip** | *string* | The customer's postal or zip code |
+---------------------------+------------------+----------------------------------------------------------------------------+
| **phone** | *string* | The customer's phone number |
| **customer_phone** | *string* | The customer's phone number |
+---------------------------+------------------+----------------------------------------------------------------------------+

.. _note-booking-fields:
Expand Down

0 comments on commit d6c2d6f

Please sign in to comment.