All URIs are relative to https://api.helloasso.com/v5
Method | HTTP request | Description |
---|---|---|
organizationsOrganizationSlugTaxReceiptConfigurationGet | GET /organizations/{organizationSlug}/tax-receipt/configuration | |
organizationsOrganizationSlugTaxReceiptConfigurationPut | PUT /organizations/{organizationSlug}/tax-receipt/configuration | |
organizationsOrganizationSlugTaxReceiptPreviewPost | POST /organizations/{organizationSlug}/tax-receipt/preview |
HelloAssoModelsAccountsOrganizationLegalInformationsOrganizationFiscalReceiptOptionsConfiguration organizationsOrganizationSlugTaxReceiptConfigurationGet(organizationSlug)
<br/><br/><b>Your token must have one of these roles : </b><br/>OrganizationAdmin<br/><br/>If you are an <b>association</b>, you can obtain these roles with your client.<br/>If you are a <b>partner</b>, you can obtain these roles by the authorize flow.<br/><br/><b>Your clientId must be allowed all of those privileges : </b> <br/> OrganizationAdministration<br/><br/>
import HelloAssoApi from 'hello_asso_api';
let apiInstance = new HelloAssoApi.TaxReceiptApi();
let organizationSlug = "organizationSlug_example"; // String |
apiInstance.organizationsOrganizationSlugTaxReceiptConfigurationGet(organizationSlug, (error, data, response) => {
if (error) {
console.error(error);
} else {
console.log('API called successfully. Returned data: ' + data);
}
});
Name | Type | Description | Notes |
---|---|---|---|
organizationSlug | String |
HelloAssoModelsAccountsOrganizationLegalInformationsOrganizationFiscalReceiptOptionsConfiguration
No authorization required
- Content-Type: Not defined
- Accept: text/plain, application/json, text/json
organizationsOrganizationSlugTaxReceiptConfigurationPut(organizationSlug, file, opts)
<br/><br/><b>Your token must have one of these roles : </b><br/>OrganizationAdmin<br/><br/>If you are an <b>association</b>, you can obtain these roles with your client.<br/>If you are a <b>partner</b>, you can obtain these roles by the authorize flow.<br/><br/><b>Your clientId must be allowed all of those privileges : </b> <br/> OrganizationAdministration<br/><br/>
import HelloAssoApi from 'hello_asso_api';
let apiInstance = new HelloAssoApi.TaxReceiptApi();
let organizationSlug = "organizationSlug_example"; // String |
let file = "/path/to/file"; // File | Upload File
let opts = {
'config': "config_example" // String | config
};
apiInstance.organizationsOrganizationSlugTaxReceiptConfigurationPut(organizationSlug, file, opts, (error, data, response) => {
if (error) {
console.error(error);
} else {
console.log('API called successfully.');
}
});
Name | Type | Description | Notes |
---|---|---|---|
organizationSlug | String | ||
file | File | Upload File | |
config | String | config | [optional] |
null (empty response body)
No authorization required
- Content-Type: multipart/form-data
- Accept: Not defined
organizationsOrganizationSlugTaxReceiptPreviewPost(organizationSlug, file, opts)
<br/><br/><b>Your token must have one of these roles : </b><br/>OrganizationAdmin<br/><br/>If you are an <b>association</b>, you can obtain these roles with your client.<br/>If you are a <b>partner</b>, you can obtain these roles by the authorize flow.<br/><br/><b>Your clientId must be allowed all of those privileges : </b> <br/> OrganizationAdministration<br/><br/>
import HelloAssoApi from 'hello_asso_api';
let apiInstance = new HelloAssoApi.TaxReceiptApi();
let organizationSlug = "organizationSlug_example"; // String |
let file = "/path/to/file"; // File | Upload File
let opts = {
'config': "config_example" // String | config
};
apiInstance.organizationsOrganizationSlugTaxReceiptPreviewPost(organizationSlug, file, opts, (error, data, response) => {
if (error) {
console.error(error);
} else {
console.log('API called successfully.');
}
});
Name | Type | Description | Notes |
---|---|---|---|
organizationSlug | String | ||
file | File | Upload File | |
config | String | config | [optional] |
null (empty response body)
No authorization required
- Content-Type: multipart/form-data
- Accept: Not defined