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
|`bookingId`|`String`| Template, Required | The ID of the target [booking](../../doc/models/booking.md). |
369
+
|`bookingId`|`String`| Template, Required | The ID of the target [booking](entity:Booking). |
366
370
|`limit`|`Integer`| 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). |
367
371
|`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). |
368
-
|`withDefinitions`|`Boolean`| 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`|
372
+
|`withDefinitions`|`Boolean`| 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`|
|`bookingId`|`String`| Template, Required | The ID of the target [booking](../../doc/models/booking.md). |
415
+
|`bookingId`|`String`| Template, Required | The ID of the target [booking](entity:Booking). |
410
416
|`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. |
|`bookingId`|`String`| Template, Required | The ID of the target [booking](../../doc/models/booking.md). |
458
+
|`bookingId`|`String`| Template, Required | The ID of the target [booking](entity:Booking). |
451
459
|`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. |
452
-
|`withDefinition`|`Boolean`| 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`|
460
+
|`withDefinition`|`Boolean`| 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`|
453
461
|`version`|`Integer`| 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. |
|`bookingId`|`String`| Template, Required | The ID of the target [booking](../../doc/models/booking.md). |
506
+
|`bookingId`|`String`| Template, Required | The ID of the target [booking](entity:Booking). |
497
507
|`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. |
498
508
|`body`|[`UpsertBookingCustomAttributeRequest`](../../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