Skip to content

Commit 61cfff0

Browse files
author
przemyslaw kedzierski
committed
Add locked to inquiries
1 parent c66221c commit 61cfff0

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

content/reference/endpoints/inquiries.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ firstname | String | Read | Inquiry's client firstname.
2323
lastname | String | Read | Inquiry's client lastname.
2424
message | Text | Read | Inquiry's message.
2525
phone | String | Read | Inquiry's client phone number.
26+
locked | String | Read | Inquiry's locked status.
2627
-----------------|---------|------------|------------
2728
created_at | [Time](/reference/enums#formats) | Read | Inquiry's create time.
2829
updated_at | [Time](/reference/enums#formats) | Read | Inquiry's update time.
@@ -48,6 +49,27 @@ created_at | [Time](/reference/enums#formats) | Read | Inquiry's cre
4849
updated_at | [Time](/reference/enums#formats) | Read | Inquiry's update time.
4950
start_at | [Time](/reference/enums#formats) | Read/Write | Inquiry's booking start time.
5051
end_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

Comments
 (0)