Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 1.4 KB

GetByIdQueryParams.md

File metadata and controls

15 lines (10 loc) · 1.4 KB

Zuora.Model.GetByIdQueryParams

Properties

Name Type Description Notes
expand List<string> Allows you to expand responses by including related object information in a single call. See the Expand responses section of the Quickstart API Tutorials for detailed instructions. [optional]
filter List<string> A case-sensitive filter on the list. See the Filter lists section of the Quickstart API Tutorial for detailed instructions. Note that the filters on this operation are only applicable to the related objects. For example, when you are calling the &quot;Retrieve a billing document&quot; operaiton, you can use the `filter[]` parameter on the related objects such as `filter[]=items[subscription_id].EQ:8ad09e208858b5cf0188595208151c63` [optional]
page_size int The maximum number of results to return in a single page. If the specified `page_size` is less than 1 or greater than 99, Zuora will return a 400 error. [optional]

[Back to Model list] [Back to API list] [Back to README]