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
The departments where the organizations are located
[optional]
fiscal_receipt_eligibility
bool
Allow only organization with a fiscal receipt eligibility
[optional]
internal_tags
List[str]
Allow only Organization with internal tags this filter is for special operations only
[optional]
tags
List[str]
Allow only Organization with public tags
[optional]
linked_partners
List[str]
Allow only Organization with linked partners
[optional]
Example
fromhelloasso_python.models.hello_asso_api_v5_models_directory_list_organizations_requestimportHelloAssoApiV5ModelsDirectoryListOrganizationsRequest# TODO update the JSON string belowjson="{}"# create an instance of HelloAssoApiV5ModelsDirectoryListOrganizationsRequest from a JSON stringhello_asso_api_v5_models_directory_list_organizations_request_instance=HelloAssoApiV5ModelsDirectoryListOrganizationsRequest.from_json(json)
# print the JSON string representation of the objectprint(HelloAssoApiV5ModelsDirectoryListOrganizationsRequest.to_json())
# convert the object into a dicthello_asso_api_v5_models_directory_list_organizations_request_dict=hello_asso_api_v5_models_directory_list_organizations_request_instance.to_dict()
# create an instance of HelloAssoApiV5ModelsDirectoryListOrganizationsRequest from a dicthello_asso_api_v5_models_directory_list_organizations_request_from_dict=HelloAssoApiV5ModelsDirectoryListOrganizationsRequest.from_dict(hello_asso_api_v5_models_directory_list_organizations_request_dict)