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
*OrganizationLegalInformationsApi* | [**organizations_legal_informations_organization_slug_configuration_put**](docs/OrganizationLegalInformationsApi.md#organizations_legal_informations_organization_slug_configuration_put) | **PUT** /organizations/legal-informations/{organizationSlug}/configuration | Update the organization legal information configuration
119
119
*PaiementsApi* | [**organizations_organization_slug_forms_form_type_form_slug_payments_get**](docs/PaiementsApi.md#organizations_organization_slug_forms_form_type_form_slug_payments_get) | **GET** /organizations/{organizationSlug}/forms/{formType}/{formSlug}/payments | Obtenir les informations des paiements effectués sur un formulaire
120
120
*PaiementsApi* | [**organizations_organization_slug_payments_get**](docs/PaiementsApi.md#organizations_organization_slug_payments_get) | **GET** /organizations/{organizationSlug}/payments | Obtenir les informations des paiements effectués sur une organisation
121
121
*PaiementsApi* | [**organizations_organization_slug_payments_search_get**](docs/PaiementsApi.md#organizations_organization_slug_payments_search_get) | **GET** /organizations/{organizationSlug}/payments/search | Rechercher des paiements.
[[Back to Model list]](../README.md#documentation-for-models)[[Back to API list]](../README.md#documentation-for-api-endpoints)[[Back to README]](../README.md)
Copy file name to clipboardExpand all lines: docs/HelloAssoApiV5ModelsDirectoryListFormsRequest.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,12 +14,12 @@ Name | Type | Description | Notes
14
14
**form_countries** | **List[str]** | The countries where the forms are located | [optional]
15
15
**form_types** | [**List[HelloAssoApiV5ModelsEnumsFormType]**](HelloAssoApiV5ModelsEnumsFormType.md) | The form types : CrowdFunding, Membership, Event, Donation, PaymentForm ... | [optional]
16
16
**form_activity_type** | **List[str]** | The Activity Type of the form | [optional]
17
-
**form_publication_start_date_min** | **datetime** | The minimum publication date of the forms, format \"yyyy-MM-ddTHH:mm:ss.fffK\" | [optional]
18
-
**form_publication_start_date_max** | **datetime** | The maximum publication date of the forms, format \"yyyy-MM-ddTHH:mm:ss.fffK\" | [optional]
19
-
**form_start_date_min** | **datetime** | The minimum start date of the forms, format \"yyyy-MM-ddTHH:mm:ss.fffK\" | [optional]
20
-
**form_start_date_max** | **datetime** | The maximum start date of the forms, format \"yyyy-MM-ddTHH:mm:ss.fffK\" | [optional]
21
-
**form_end_date_max** | **datetime** | The maximum end date of the forms, format \"yyyy-MM-ddTHH:mm:ss.fffK\" | [optional]
22
-
**form_end_date_min** | **datetime** | The minimum end date of the forms, format \"yyyy-MM-ddTHH:mm:ss.fffK\" | [optional]
17
+
**form_publication_start_date_min** | **datetime** | The inclusive minimum publication date of the forms, format \"yyyy-MM-ddTHH:mm:ss.fffK\" | [optional]
18
+
**form_publication_start_date_max** | **datetime** | The exclusive maximum publication date of the forms, format \"yyyy-MM-ddTHH:mm:ss.fffK\" | [optional]
19
+
**form_start_date_min** | **datetime** | The inclusive minimum start date of the forms, format \"yyyy-MM-ddTHH:mm:ss.fffK\" | [optional]
20
+
**form_start_date_max** | **datetime** | The exclusive maximum start date of the forms, format \"yyyy-MM-ddTHH:mm:ss.fffK\" | [optional]
21
+
**form_end_date_max** | **datetime** | The exclusive maximum end date of the forms, format \"yyyy-MM-ddTHH:mm:ss.fffK\" | [optional]
22
+
**form_end_date_min** | **datetime** | The inclusive minimum end date of the forms, format \"yyyy-MM-ddTHH:mm:ss.fffK\" | [optional]
23
23
**form_is_free** | **bool** | Allow only free forms if true | [optional]
24
24
**form_has_remaining_entries** | **bool** | Allow only forms with remaning entries if true | [optional]
25
25
**form_internal_tags** | **List[str]** | Allow only forms with internal tags this filter is for special operations only | [optional]
from helloasso-python.models.hello_asso_api_v5_models_organization_legal_informations_update_organization_fiscal_receipt_transmitter_body import HelloAssoApiV5ModelsOrganizationLegalInformationsUpdateOrganizationFiscalReceiptTransmitterBody
14
+
15
+
#TODO update the JSON string below
16
+
json ="{}"
17
+
# create an instance of HelloAssoApiV5ModelsOrganizationLegalInformationsUpdateOrganizationFiscalReceiptTransmitterBody from a JSON string
[[Back to Model list]](../README.md#documentation-for-models)[[Back to API list]](../README.md#documentation-for-api-endpoints)[[Back to README]](../README.md)
Copy file name to clipboardExpand all lines: docs/HelloAssoApiV5ModelsOrganizationLegalInformationsUpdateOrganizationLegalInformationConfigurationBody.md
0 commit comments