You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|`booking_id`|`string`| Template, Required | The ID of the target [booking](../../doc/models/booking.md). |
354
+
|`booking_id`|`string`| Template, Required | The ID of the target [booking](entity:Booking). |
326
355
|`limit`|`int`| Query, Optional | The maximum number of results to return in a single paged response. This limit is advisory.<br>The response might contain more or fewer results. The minimum value is 1 and the maximum value is 100.<br>The default value is 20. For more information, see [Pagination](https://developer.squareup.com/docs/build-basics/common-api-patterns/pagination). |
327
356
|`cursor`|`string`| Query, Optional | The cursor returned in the paged response from the previous call to this endpoint.<br>Provide this cursor to retrieve the next page of results for your original request. For more<br>information, see [Pagination](https://developer.squareup.com/docs/build-basics/common-api-patterns/pagination). |
328
-
|`with_definitions`|`bool`| Query, Optional | Indicates whether to return the [custom attribute definition](../../doc/models/custom-attribute-definition.md) in the `definition` field of each<br>custom attribute. Set this parameter to `true` to get the name and description of each custom<br>attribute, information about the data type, or other definition details. The default value is `false`.<br>**Default**: `False`|
357
+
|`with_definitions`|`bool`| Query, Optional | Indicates whether to return the [custom attribute definition](entity:CustomAttributeDefinition) in the `definition` field of each<br>custom attribute. Set this parameter to `true` to get the name and description of each custom<br>attribute, information about the data type, or other definition details. The default value is `false`.<br>**Default**: `False`|
|`booking_id`|`string`| Template, Required | The ID of the target [booking](../../doc/models/booking.md). |
403
+
|`booking_id`|`string`| Template, Required | The ID of the target [booking](entity:Booking). |
370
404
|`key`|`string`| Template, Required | The key of the custom attribute to delete. This key must match the `key` of a custom<br>attribute definition in the Square seller account. If the requesting application is not the<br>definition owner, you must use the qualified key. |
|`booking_id`|`string`| Template, Required | The ID of the target [booking](../../doc/models/booking.md). |
449
+
|`booking_id`|`string`| Template, Required | The ID of the target [booking](entity:Booking). |
411
450
|`key`|`string`| Template, Required | The key of the custom attribute to retrieve. This key must match the `key` of a custom<br>attribute definition in the Square seller account. If the requesting application is not the<br>definition owner, you must use the qualified key. |
412
-
|`with_definition`|`bool`| Query, Optional | Indicates whether to return the [custom attribute definition](../../doc/models/custom-attribute-definition.md) in the `definition` field of<br>the custom attribute. Set this parameter to `true` to get the name and description of the custom<br>attribute, information about the data type, or other definition details. The default value is `false`.<br>**Default**: `False`|
451
+
|`with_definition`|`bool`| Query, Optional | Indicates whether to return the [custom attribute definition](entity:CustomAttributeDefinition) in the `definition` field of<br>the custom attribute. Set this parameter to `true` to get the name and description of the custom<br>attribute, information about the data type, or other definition details. The default value is `false`.<br>**Default**: `False`|
413
452
|`version`|`int`| Query, Optional | The current version of the custom attribute, which is used for strongly consistent reads to<br>guarantee that you receive the most up-to-date data. When included in the request, Square<br>returns the specified version or a higher version if one exists. If the specified version is<br>higher than the current version, Square returns a `BAD_REQUEST` error. |
|`booking_id`|`string`| Template, Required | The ID of the target [booking](../../doc/models/booking.md). |
502
+
|`booking_id`|`string`| Template, Required | The ID of the target [booking](entity:Booking). |
457
503
|`key`|`string`| Template, Required | The key of the custom attribute to create or update. This key must match the `key` of a<br>custom attribute definition in the Square seller account. If the requesting application is not<br>the definition owner, you must use the qualified key. |
458
504
|`body`|[`Upsert Booking Custom Attribute Request`](../../doc/models/upsert-booking-custom-attribute-request.md)| Body, Required | An object containing the fields to POST for the request.<br><br>See the corresponding object definition for field details. |
0 commit comments