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
|`body`|[`RegisterDomainRequest`](/doc/models/register-domain-request.md)| Body, Required | An object containing the fields to POST for the request.<br><br>See the corresponding object definition for field details. |
33
+
|`body`|[`RegisterDomainRequest`](../../doc/models/register-domain-request.md)| Body, Required | An object containing the fields to POST for the request.<br><br>See the corresponding object definition for field details. |
|`cursor`|`String`| Query, Optional | The pagination cursor returned by a previous call to this endpoint.<br>Use it in the next `ListBankAccounts` request to retrieve the next set<br>of results.<br><br>See the [Pagination](https://developer.squareup.com/docs/working-with-apis/pagination) guide for more information. |
33
+
|`cursor`|`String`| Query, Optional | The pagination cursor returned by a previous call to this endpoint.<br>Use it in the next `ListBankAccounts` request to retrieve the next set<br>of results.<br><br>See the [Pagination](../../https://developer.squareup.com/docs/working-with-apis/pagination) guide for more information. |
34
34
|`limit`|`Integer`| Query, Optional | Upper limit on the number of bank accounts to return in the response.<br>Currently, 1000 is the largest supported limit. You can specify a limit<br>of up to 1000 bank accounts. This is also the default limit. |
35
35
|`locationId`|`String`| Query, Optional | Location ID. You can specify this optional filter<br>to retrieve only the linked bank accounts belonging to a specific location. |
|`v1BankAccountId`|`String`| Template, Required | Connect V1 ID of the desired `BankAccount`. For more information, see<br>[Retrieve a bank account by using an ID issued by V1 Bank Accounts API](https://developer.squareup.com/docs/bank-accounts-api#retrieve-a-bank-account-by-using-an-id-issued-by-v1-bank-accounts-api). |
70
+
|`v1BankAccountId`|`String`| Template, Required | Connect V1 ID of the desired `BankAccount`. For more information, see<br>[Retrieve a bank account by using an ID issued by V1 Bank Accounts API](../../https://developer.squareup.com/docs/bank-accounts-api#retrieve-a-bank-account-by-using-an-id-issued-by-v1-bank-accounts-api). |
|`body`|[`CreateBookingRequest`](/doc/models/create-booking-request.md)| Body, Required | An object containing the fields to POST for the request.<br><br>See the corresponding object definition for field details. |
91
+
|`body`|[`CreateBookingRequest`](../../doc/models/create-booking-request.md)| Body, Required | An object containing the fields to POST for the request.<br><br>See the corresponding object definition for field details. |
|`body`|[`SearchAvailabilityRequest`](/doc/models/search-availability-request.md)| Body, Required | An object containing the fields to POST for the request.<br><br>See the corresponding object definition for field details. |
137
+
|`body`|[`SearchAvailabilityRequest`](../../doc/models/search-availability-request.md)| Body, Required | An object containing the fields to POST for the request.<br><br>See the corresponding object definition for field details. |
|`bookingId`|`String`| Template, Required | The ID of the [Booking](/doc/models/booking.md) object representing the to-be-updated booking. |
367
-
|`body`|[`UpdateBookingRequest`](/doc/models/update-booking-request.md)| Body, Required | An object containing the fields to POST for the request.<br><br>See the corresponding object definition for field details. |
366
+
|`bookingId`|`String`| Template, Required | The ID of the [Booking](../../doc/models/booking.md) object representing the to-be-updated booking. |
367
+
|`body`|[`UpdateBookingRequest`](../../doc/models/update-booking-request.md)| Body, Required | An object containing the fields to POST for the request.<br><br>See the corresponding object definition for field details. |
|`bookingId`|`String`| Template, Required | The ID of the [Booking](/doc/models/booking.md) object representing the to-be-cancelled booking. |
416
-
|`body`|[`CancelBookingRequest`](/doc/models/cancel-booking-request.md)| Body, Required | An object containing the fields to POST for the request.<br><br>See the corresponding object definition for field details. |
415
+
|`bookingId`|`String`| Template, Required | The ID of the [Booking](../../doc/models/booking.md) object representing the to-be-cancelled booking. |
416
+
|`body`|[`CancelBookingRequest`](../../doc/models/cancel-booking-request.md)| Body, Required | An object containing the fields to POST for the request.<br><br>See the corresponding object definition for field details. |
|`cursor`|`String`| Query, Optional | A pagination cursor returned by a previous call to this endpoint.<br>Provide this to retrieve the next set of results for your original query.<br><br>See [Pagination](https://developer.squareup.com/docs/basics/api101/pagination) for more information. |
37
+
|`cursor`|`String`| Query, Optional | A pagination cursor returned by a previous call to this endpoint.<br>Provide this to retrieve the next set of results for your original query.<br><br>See [Pagination](../../https://developer.squareup.com/docs/basics/api101/pagination) for more information. |
38
38
|`customerId`|`String`| Query, Optional | Limit results to cards associated with the customer supplied.<br>By default, all cards owned by the merchant are returned. |
39
39
|`includeDisabled`|`Boolean`| Query, Optional | Includes disabled cards.<br>By default, all enabled cards owned by the merchant are returned.<br>**Default**: `false`|
40
40
|`referenceId`|`String`| Query, Optional | Limit results to cards associated with the reference_id supplied. |
41
-
|`sortOrder`|[`String`](/doc/models/sort-order.md)| Query, Optional | Sorts the returned list by when the card was created with the specified order.<br>This field defaults to ASC. |
41
+
|`sortOrder`|[`String`](../../doc/models/sort-order.md)| Query, Optional | Sorts the returned list by when the card was created with the specified order.<br>This field defaults to ASC. |
|`body`|[`CreateCardRequest`](/doc/models/create-card-request.md)| Body, Required | An object containing the fields to POST for the request.<br><br>See the corresponding object definition for field details. |
78
+
|`body`|[`CreateCardRequest`](../../doc/models/create-card-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