@@ -23,6 +23,7 @@ firstname | String | Read | Inquiry's client firstname.
2323lastname | String | Read | Inquiry's client lastname.
2424message | Text | Read | Inquiry's message.
2525phone | String | Read | Inquiry's client phone number.
26+ locked | String | Read | Inquiry's locked status.
2627-----------------|---------|------------|------------
2728created_at | [ Time] ( /reference/enums#formats ) | Read | Inquiry's create time.
2829updated_at | [ Time] ( /reference/enums#formats ) | Read | Inquiry's update time.
@@ -48,6 +49,27 @@ created_at | [Time](/reference/enums#formats) | Read | Inquiry's cre
4849updated_at | [ Time] ( /reference/enums#formats ) | Read | Inquiry's update time.
4950start_at | [ Time] ( /reference/enums#formats ) | Read/Write | Inquiry's booking start time.
5051end_at | [ Time] ( /reference/enums#formats ) | Read/Write | Inquiry's booking end time.
52+ {: class="table table-bordered"}
53+ </div >
54+ <div class="tab-pane" id="inquiries_write_owned" markdown="1">
55+ Name | Type | Read/Write | Description
56+ -----------------|---------|------------|------------
57+ id | Integer | Read | Inquiry's id.
58+ -----------------|---------|------------|------------
59+ adults | Integer | Read/Write | Inquiry's booking number of adults.
60+ children | Integer | Read/Write | Inquiry's booking number of children.
61+ country_code | String | Read/Write | Inquiry's client country code, list of codes is available at [ wikipedia] ( http://en.wikipedia.org/wiki/ISO_3166-1_alpha-2#Officially_assigned_code_elements ) .
62+ email | String | Read/Write | ** Required** . Inquiry's client email.
63+ firstname | String | Read/Write | ** Required** . Inquiry's client firstname. (50 characters max)
64+ lastname | String | Read/Write | ** Required** . Inquiry's client lastname. (99 characters max)
65+ message | Text | Read/Write | Inquiry's message. (500 characters max)
66+ phone | String | Read/Write | Inquiry's client phone number.
67+ locked | String | Read/Write | Inquiry's locked status.
68+ -----------------|---------|------------|------------
69+ created_at | [ Time] ( /reference/enums#formats ) | Read | Inquiry's create time.
70+ updated_at | [ Time] ( /reference/enums#formats ) | Read | Inquiry's update time.
71+ start_at | [ Time] ( /reference/enums#formats ) | Read/Write | Inquiry's booking start time.
72+ end_at | [ Time] ( /reference/enums#formats ) | Read/Write | Inquiry's booking end time.
5173{: class="table table-bordered"}
5274 </div >
5375</div >
0 commit comments