@factpulse/sdk 1.0.15 → 2.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (114) hide show
  1. package/.openapi-generator/FILES +10 -18
  2. package/CHANGELOG.md +3 -3
  3. package/api/afnorpdppaapi.ts +1 -1
  4. package/api/afnorpdppadirectory-service-api.ts +1147 -87
  5. package/api/afnorpdppaflow-service-api.ts +4 -4
  6. package/api/chorus-pro-api.ts +16 -32
  7. package/api/sant-api.ts +1 -1
  8. package/api/traitement-facture-api.ts +39 -49
  9. package/api/utilisateur-api.ts +1 -1
  10. package/dist/api/afnorpdppaapi.js +1 -0
  11. package/dist/api/afnorpdppadirectory-service-api.d.ts +520 -24
  12. package/dist/api/afnorpdppadirectory-service-api.js +1137 -106
  13. package/dist/api/afnorpdppaflow-service-api.js +4 -0
  14. package/dist/api/chorus-pro-api.js +16 -0
  15. package/dist/api/sant-api.js +1 -0
  16. package/dist/api/traitement-facture-api.js +11 -0
  17. package/dist/api/utilisateur-api.js +1 -0
  18. package/dist/esm/api/afnorpdppaapi.js +1 -0
  19. package/dist/esm/api/afnorpdppadirectory-service-api.d.ts +520 -24
  20. package/dist/esm/api/afnorpdppadirectory-service-api.js +1134 -103
  21. package/dist/esm/api/afnorpdppaflow-service-api.js +4 -0
  22. package/dist/esm/api/chorus-pro-api.js +16 -0
  23. package/dist/esm/api/sant-api.js +1 -0
  24. package/dist/esm/api/traitement-facture-api.js +11 -0
  25. package/dist/esm/api/utilisateur-api.js +1 -0
  26. package/dist/esm/models/index.d.ts +5 -9
  27. package/dist/esm/models/index.js +5 -9
  28. package/dist/esm/models/ligne-de-poste.d.ts +4 -4
  29. package/dist/esm/models/ligne-de-tva.d.ts +4 -4
  30. package/dist/esm/models/{montantapayer.d.ts → montant-apayer.d.ts} +1 -1
  31. package/dist/{models/montantbaseht.d.ts → esm/models/montant-base-ht.d.ts} +1 -1
  32. package/dist/esm/models/montant-ht-total.d.ts +3 -0
  33. package/dist/{models/montant-total-montant-remise-globale-ttc.d.ts → esm/models/montant-remise-globale-ttc.d.ts} +1 -1
  34. package/dist/esm/models/{ligne-de-poste-montant-total-ligne-ht.d.ts → montant-total-ligne-ht.d.ts} +1 -1
  35. package/dist/esm/models/montant-total.d.ts +10 -10
  36. package/dist/esm/models/montant-ttc-total.d.ts +3 -0
  37. package/dist/esm/models/montant-tva.d.ts +3 -0
  38. package/dist/esm/models/montant-tva1.d.ts +1 -1
  39. package/dist/esm/models/{montantunitaireht.d.ts → montant-unitaire-ht.d.ts} +1 -1
  40. package/dist/models/index.d.ts +5 -9
  41. package/dist/models/index.js +5 -9
  42. package/dist/models/ligne-de-poste.d.ts +4 -4
  43. package/dist/models/ligne-de-tva.d.ts +4 -4
  44. package/dist/models/{montantapayer.d.ts → montant-apayer.d.ts} +1 -1
  45. package/dist/{esm/models/montantbaseht.d.ts → models/montant-base-ht.d.ts} +1 -1
  46. package/dist/models/montant-ht-total.d.ts +3 -0
  47. package/dist/{esm/models/montant-total-montant-remise-globale-ttc.d.ts → models/montant-remise-globale-ttc.d.ts} +1 -1
  48. package/dist/models/{ligne-de-poste-montant-total-ligne-ht.d.ts → montant-total-ligne-ht.d.ts} +1 -1
  49. package/dist/models/montant-total.d.ts +10 -10
  50. package/dist/models/montant-ttc-total.d.ts +3 -0
  51. package/dist/models/montant-tva.d.ts +3 -0
  52. package/dist/models/montant-tva1.d.ts +1 -1
  53. package/dist/models/{montantunitaireht.d.ts → montant-unitaire-ht.d.ts} +1 -1
  54. package/docs/AFNORPDPPADirectoryServiceApi.md +860 -17
  55. package/docs/LigneDePoste.md +2 -2
  56. package/docs/LigneDeTVA.md +2 -2
  57. package/docs/{Montantapayer.md → MontantAPayer.md} +3 -3
  58. package/docs/{Montantbaseht.md → MontantBaseHt.md} +3 -3
  59. package/docs/MontantHtTotal.md +1 -0
  60. package/docs/{MontantTotalMontantRemiseGlobaleTtc.md → MontantRemiseGlobaleTtc.md} +3 -3
  61. package/docs/MontantTotal.md +5 -5
  62. package/docs/{LigneDePosteMontantTotalLigneHt.md → MontantTotalLigneHt.md} +3 -3
  63. package/docs/MontantTtcTotal.md +1 -0
  64. package/docs/MontantTva.md +1 -0
  65. package/docs/MontantTva1.md +1 -1
  66. package/docs/{Montantunitaireht.md → MontantUnitaireHt.md} +3 -3
  67. package/models/index.ts +5 -9
  68. package/models/ligne-de-poste.ts +5 -5
  69. package/models/ligne-de-tva.ts +4 -4
  70. package/models/{montantapayer.ts → montant-apayer.ts} +1 -1
  71. package/models/{montantbaseht.ts → montant-base-ht.ts} +1 -1
  72. package/models/montant-ht-total.ts +3 -0
  73. package/models/{montant-total-montant-remise-globale-ttc.ts → montant-remise-globale-ttc.ts} +1 -1
  74. package/models/{ligne-de-poste-montant-total-ligne-ht.ts → montant-total-ligne-ht.ts} +1 -1
  75. package/models/montant-total.ts +11 -11
  76. package/models/montant-ttc-total.ts +3 -0
  77. package/models/montant-tva.ts +3 -0
  78. package/models/montant-tva1.ts +1 -1
  79. package/models/{montantunitaireht.ts → montant-unitaire-ht.ts} +1 -1
  80. package/package.json +1 -1
  81. package/dist/esm/models/montanthttotal.d.ts +0 -16
  82. package/dist/esm/models/montantttctotal.d.ts +0 -16
  83. package/dist/esm/models/montantttctotal.js +0 -14
  84. package/dist/esm/models/montanttva.d.ts +0 -16
  85. package/dist/esm/models/montanttva.js +0 -14
  86. package/dist/esm/models/montanttva1.d.ts +0 -16
  87. package/dist/esm/models/montanttva1.js +0 -14
  88. package/dist/esm/models/montantunitaireht.js +0 -14
  89. package/dist/models/montanthttotal.d.ts +0 -16
  90. package/dist/models/montantttctotal.d.ts +0 -16
  91. package/dist/models/montantttctotal.js +0 -15
  92. package/dist/models/montanttva.d.ts +0 -16
  93. package/dist/models/montanttva.js +0 -15
  94. package/dist/models/montanttva1.d.ts +0 -16
  95. package/dist/models/montanttva1.js +0 -15
  96. package/dist/models/montantunitaireht.js +0 -15
  97. package/docs/Montanthttotal.md +0 -19
  98. package/docs/Montantttctotal.md +0 -19
  99. package/docs/Montanttva.md +0 -19
  100. package/docs/Montanttva1.md +0 -19
  101. package/models/montanthttotal.ts +0 -22
  102. package/models/montantttctotal.ts +0 -22
  103. package/models/montanttva.ts +0 -22
  104. package/models/montanttva1.ts +0 -22
  105. /package/dist/esm/models/{ligne-de-poste-montant-total-ligne-ht.js → montant-apayer.js} +0 -0
  106. /package/dist/esm/models/{montant-total-montant-remise-globale-ttc.js → montant-base-ht.js} +0 -0
  107. /package/dist/esm/models/{montantapayer.js → montant-remise-globale-ttc.js} +0 -0
  108. /package/dist/esm/models/{montantbaseht.js → montant-total-ligne-ht.js} +0 -0
  109. /package/dist/esm/models/{montanthttotal.js → montant-unitaire-ht.js} +0 -0
  110. /package/dist/models/{ligne-de-poste-montant-total-ligne-ht.js → montant-apayer.js} +0 -0
  111. /package/dist/models/{montant-total-montant-remise-globale-ttc.js → montant-base-ht.js} +0 -0
  112. /package/dist/models/{montantapayer.js → montant-remise-globale-ttc.js} +0 -0
  113. /package/dist/models/{montantbaseht.js → montant-total-ligne-ht.js} +0 -0
  114. /package/dist/models/{montanthttotal.js → montant-unitaire-ht.js} +0 -0
@@ -4,9 +4,174 @@ All URIs are relative to *http://localhost*
4
4
 
5
5
  |Method | HTTP request | Description|
6
6
  |------------- | ------------- | -------------|
7
+ |[**createDirectoryLineProxyApiV1AfnorDirectoryV1DirectoryLinePost**](#createdirectorylineproxyapiv1afnordirectoryv1directorylinepost) | **POST** /api/v1/afnor/directory/v1/directory-line | Creating a directory line|
8
+ |[**createRoutingCodeProxyApiV1AfnorDirectoryV1RoutingCodePost**](#createroutingcodeproxyapiv1afnordirectoryv1routingcodepost) | **POST** /api/v1/afnor/directory/v1/routing-code | Create a routing code|
9
+ |[**deleteDirectoryLineProxyApiV1AfnorDirectoryV1DirectoryLineIdInstanceIdInstanceDelete**](#deletedirectorylineproxyapiv1afnordirectoryv1directorylineidinstanceidinstancedelete) | **DELETE** /api/v1/afnor/directory/v1/directory-line/id-instance:{id_instance} | Delete a directory line|
7
10
  |[**directoryHealthcheckProxyApiV1AfnorDirectoryV1HealthcheckGet**](#directoryhealthcheckproxyapiv1afnordirectoryv1healthcheckget) | **GET** /api/v1/afnor/directory/v1/healthcheck | Healthcheck Directory Service|
8
- |[**getCompanyProxyApiV1AfnorDirectoryV1CompaniesSirenGet**](#getcompanyproxyapiv1afnordirectoryv1companiessirenget) | **GET** /api/v1/afnor/directory/v1/companies/{siren} | Récupérer une entreprise|
9
- |[**searchCompaniesProxyApiV1AfnorDirectoryV1CompaniesSearchPost**](#searchcompaniesproxyapiv1afnordirectoryv1companiessearchpost) | **POST** /api/v1/afnor/directory/v1/companies/search | Rechercher des entreprises|
11
+ |[**getDirectoryLineByCodeProxyApiV1AfnorDirectoryV1DirectoryLineCodeAddressingIdentifierGet**](#getdirectorylinebycodeproxyapiv1afnordirectoryv1directorylinecodeaddressingidentifierget) | **GET** /api/v1/afnor/directory/v1/directory-line/code:{addressing_identifier} | Get a directory line|
12
+ |[**getDirectoryLineByIdInstanceProxyApiV1AfnorDirectoryV1DirectoryLineIdInstanceIdInstanceGet**](#getdirectorylinebyidinstanceproxyapiv1afnordirectoryv1directorylineidinstanceidinstanceget) | **GET** /api/v1/afnor/directory/v1/directory-line/id-instance:{id_instance} | Get a directory line|
13
+ |[**getRoutingCodeByIdInstanceProxyApiV1AfnorDirectoryV1RoutingCodeIdInstanceIdInstanceGet**](#getroutingcodebyidinstanceproxyapiv1afnordirectoryv1routingcodeidinstanceidinstanceget) | **GET** /api/v1/afnor/directory/v1/routing-code/id-instance:{id_instance} | Get a routing code by instance-id|
14
+ |[**getRoutingCodeBySiretAndCodeProxyApiV1AfnorDirectoryV1RoutingCodeSiretSiretCodeRoutingIdentifierGet**](#getroutingcodebysiretandcodeproxyapiv1afnordirectoryv1routingcodesiretsiretcoderoutingidentifierget) | **GET** /api/v1/afnor/directory/v1/routing-code/siret:{siret}/code:{routing_identifier} | Get a routing code by SIRET and routing identifier|
15
+ |[**getSirenByCodeInseeProxyApiV1AfnorDirectoryV1SirenCodeInseeSirenGet**](#getsirenbycodeinseeproxyapiv1afnordirectoryv1sirencodeinseesirenget) | **GET** /api/v1/afnor/directory/v1/siren/code-insee:{siren} | Consult a siren (legal unit) by SIREN number|
16
+ |[**getSirenByIdInstanceProxyApiV1AfnorDirectoryV1SirenIdInstanceIdInstanceGet**](#getsirenbyidinstanceproxyapiv1afnordirectoryv1sirenidinstanceidinstanceget) | **GET** /api/v1/afnor/directory/v1/siren/id-instance:{id_instance} | Gets a siren (legal unit) by instance ID|
17
+ |[**getSiretByCodeInseeProxyApiV1AfnorDirectoryV1SiretCodeInseeSiretGet**](#getsiretbycodeinseeproxyapiv1afnordirectoryv1siretcodeinseesiretget) | **GET** /api/v1/afnor/directory/v1/siret/code-insee:{siret} | Gets a siret (facility) by SIRET number|
18
+ |[**getSiretByIdInstanceProxyApiV1AfnorDirectoryV1SiretIdInstanceIdInstanceGet**](#getsiretbyidinstanceproxyapiv1afnordirectoryv1siretidinstanceidinstanceget) | **GET** /api/v1/afnor/directory/v1/siret/id-instance:{id_instance} | Gets a siret (facility) by id-instance|
19
+ |[**patchDirectoryLineProxyApiV1AfnorDirectoryV1DirectoryLineIdInstanceIdInstancePatch**](#patchdirectorylineproxyapiv1afnordirectoryv1directorylineidinstanceidinstancepatch) | **PATCH** /api/v1/afnor/directory/v1/directory-line/id-instance:{id_instance} | Partially updates a directory line|
20
+ |[**patchRoutingCodeProxyApiV1AfnorDirectoryV1RoutingCodeIdInstanceIdInstancePatch**](#patchroutingcodeproxyapiv1afnordirectoryv1routingcodeidinstanceidinstancepatch) | **PATCH** /api/v1/afnor/directory/v1/routing-code/id-instance:{id_instance} | Partially update a private routing code|
21
+ |[**putRoutingCodeProxyApiV1AfnorDirectoryV1RoutingCodeIdInstanceIdInstancePut**](#putroutingcodeproxyapiv1afnordirectoryv1routingcodeidinstanceidinstanceput) | **PUT** /api/v1/afnor/directory/v1/routing-code/id-instance:{id_instance} | Completely update a private routing code|
22
+ |[**searchDirectoryLineProxyApiV1AfnorDirectoryV1DirectoryLineSearchPost**](#searchdirectorylineproxyapiv1afnordirectoryv1directorylinesearchpost) | **POST** /api/v1/afnor/directory/v1/directory-line/search | Search for a directory line|
23
+ |[**searchRoutingCodeProxyApiV1AfnorDirectoryV1RoutingCodeSearchPost**](#searchroutingcodeproxyapiv1afnordirectoryv1routingcodesearchpost) | **POST** /api/v1/afnor/directory/v1/routing-code/search | Search for a routing code|
24
+ |[**searchSirenProxyApiV1AfnorDirectoryV1SirenSearchPost**](#searchsirenproxyapiv1afnordirectoryv1sirensearchpost) | **POST** /api/v1/afnor/directory/v1/siren/search | SIREN search (or legal unit)|
25
+ |[**searchSiretProxyApiV1AfnorDirectoryV1SiretSearchPost**](#searchsiretproxyapiv1afnordirectoryv1siretsearchpost) | **POST** /api/v1/afnor/directory/v1/siret/search | Search for a SIRET (facility)|
26
+
27
+ # **createDirectoryLineProxyApiV1AfnorDirectoryV1DirectoryLinePost**
28
+ > any createDirectoryLineProxyApiV1AfnorDirectoryV1DirectoryLinePost()
29
+
30
+ Créer une ligne dans l\'annuaire
31
+
32
+ ### Example
33
+
34
+ ```typescript
35
+ import {
36
+ AFNORPDPPADirectoryServiceApi,
37
+ Configuration
38
+ } from '@factpulse/sdk';
39
+
40
+ const configuration = new Configuration();
41
+ const apiInstance = new AFNORPDPPADirectoryServiceApi(configuration);
42
+
43
+ const { status, data } = await apiInstance.createDirectoryLineProxyApiV1AfnorDirectoryV1DirectoryLinePost();
44
+ ```
45
+
46
+ ### Parameters
47
+ This endpoint does not have any parameters.
48
+
49
+
50
+ ### Return type
51
+
52
+ **any**
53
+
54
+ ### Authorization
55
+
56
+ No authorization required
57
+
58
+ ### HTTP request headers
59
+
60
+ - **Content-Type**: Not defined
61
+ - **Accept**: application/json
62
+
63
+
64
+ ### HTTP response details
65
+ | Status code | Description | Response headers |
66
+ |-------------|-------------|------------------|
67
+ |**200** | Successful Response | - |
68
+ |**201** | Ligne d\'annuaire créée avec succès | - |
69
+ |**400** | Requête invalide | - |
70
+ |**401** | Non authentifié | - |
71
+
72
+ [[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
73
+
74
+ # **createRoutingCodeProxyApiV1AfnorDirectoryV1RoutingCodePost**
75
+ > any createRoutingCodeProxyApiV1AfnorDirectoryV1RoutingCodePost()
76
+
77
+ Créer un code de routage dans l\'annuaire
78
+
79
+ ### Example
80
+
81
+ ```typescript
82
+ import {
83
+ AFNORPDPPADirectoryServiceApi,
84
+ Configuration
85
+ } from '@factpulse/sdk';
86
+
87
+ const configuration = new Configuration();
88
+ const apiInstance = new AFNORPDPPADirectoryServiceApi(configuration);
89
+
90
+ const { status, data } = await apiInstance.createRoutingCodeProxyApiV1AfnorDirectoryV1RoutingCodePost();
91
+ ```
92
+
93
+ ### Parameters
94
+ This endpoint does not have any parameters.
95
+
96
+
97
+ ### Return type
98
+
99
+ **any**
100
+
101
+ ### Authorization
102
+
103
+ No authorization required
104
+
105
+ ### HTTP request headers
106
+
107
+ - **Content-Type**: Not defined
108
+ - **Accept**: application/json
109
+
110
+
111
+ ### HTTP response details
112
+ | Status code | Description | Response headers |
113
+ |-------------|-------------|------------------|
114
+ |**200** | Successful Response | - |
115
+ |**201** | Code de routage créé avec succès | - |
116
+ |**400** | Requête invalide | - |
117
+ |**401** | Non authentifié | - |
118
+
119
+ [[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
120
+
121
+ # **deleteDirectoryLineProxyApiV1AfnorDirectoryV1DirectoryLineIdInstanceIdInstanceDelete**
122
+ > any deleteDirectoryLineProxyApiV1AfnorDirectoryV1DirectoryLineIdInstanceIdInstanceDelete()
123
+
124
+ Supprimer une ligne d\'annuaire
125
+
126
+ ### Example
127
+
128
+ ```typescript
129
+ import {
130
+ AFNORPDPPADirectoryServiceApi,
131
+ Configuration
132
+ } from '@factpulse/sdk';
133
+
134
+ const configuration = new Configuration();
135
+ const apiInstance = new AFNORPDPPADirectoryServiceApi(configuration);
136
+
137
+ let idInstance: string; // (default to undefined)
138
+
139
+ const { status, data } = await apiInstance.deleteDirectoryLineProxyApiV1AfnorDirectoryV1DirectoryLineIdInstanceIdInstanceDelete(
140
+ idInstance
141
+ );
142
+ ```
143
+
144
+ ### Parameters
145
+
146
+ |Name | Type | Description | Notes|
147
+ |------------- | ------------- | ------------- | -------------|
148
+ | **idInstance** | [**string**] | | defaults to undefined|
149
+
150
+
151
+ ### Return type
152
+
153
+ **any**
154
+
155
+ ### Authorization
156
+
157
+ No authorization required
158
+
159
+ ### HTTP request headers
160
+
161
+ - **Content-Type**: Not defined
162
+ - **Accept**: application/json
163
+
164
+
165
+ ### HTTP response details
166
+ | Status code | Description | Response headers |
167
+ |-------------|-------------|------------------|
168
+ |**200** | Successful Response | - |
169
+ |**204** | Ligne d\'annuaire supprimée | - |
170
+ |**404** | Ligne d\'annuaire non trouvée | - |
171
+ |**401** | Non authentifié | - |
172
+ |**422** | Validation Error | - |
173
+
174
+ [[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
10
175
 
11
176
  # **directoryHealthcheckProxyApiV1AfnorDirectoryV1HealthcheckGet**
12
177
  > any directoryHealthcheckProxyApiV1AfnorDirectoryV1HealthcheckGet()
@@ -52,10 +217,10 @@ No authorization required
52
217
 
53
218
  [[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
54
219
 
55
- # **getCompanyProxyApiV1AfnorDirectoryV1CompaniesSirenGet**
56
- > any getCompanyProxyApiV1AfnorDirectoryV1CompaniesSirenGet()
220
+ # **getDirectoryLineByCodeProxyApiV1AfnorDirectoryV1DirectoryLineCodeAddressingIdentifierGet**
221
+ > any getDirectoryLineByCodeProxyApiV1AfnorDirectoryV1DirectoryLineCodeAddressingIdentifierGet()
57
222
 
58
- Récupérer les informations d\'une entreprise par son SIREN
223
+ Obtenir une ligne d\'annuaire identifiée par un identifiant d\'adressage
59
224
 
60
225
  ### Example
61
226
 
@@ -68,10 +233,10 @@ import {
68
233
  const configuration = new Configuration();
69
234
  const apiInstance = new AFNORPDPPADirectoryServiceApi(configuration);
70
235
 
71
- let siren: string; // (default to undefined)
236
+ let addressingIdentifier: string; // (default to undefined)
72
237
 
73
- const { status, data } = await apiInstance.getCompanyProxyApiV1AfnorDirectoryV1CompaniesSirenGet(
74
- siren
238
+ const { status, data } = await apiInstance.getDirectoryLineByCodeProxyApiV1AfnorDirectoryV1DirectoryLineCodeAddressingIdentifierGet(
239
+ addressingIdentifier
75
240
  );
76
241
  ```
77
242
 
@@ -79,7 +244,7 @@ const { status, data } = await apiInstance.getCompanyProxyApiV1AfnorDirectoryV1C
79
244
 
80
245
  |Name | Type | Description | Notes|
81
246
  |------------- | ------------- | ------------- | -------------|
82
- | **siren** | [**string**] | | defaults to undefined|
247
+ | **addressingIdentifier** | [**string**] | | defaults to undefined|
83
248
 
84
249
 
85
250
  ### Return type
@@ -99,17 +264,17 @@ No authorization required
99
264
  ### HTTP response details
100
265
  | Status code | Description | Response headers |
101
266
  |-------------|-------------|------------------|
102
- |**200** | Informations de l\'entreprise | - |
103
- |**404** | Entreprise non trouvée | - |
267
+ |**200** | Détails de la ligne d\'annuaire | - |
268
+ |**404** | Ligne d\'annuaire non trouvée | - |
104
269
  |**401** | Non authentifié | - |
105
270
  |**422** | Validation Error | - |
106
271
 
107
272
  [[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
108
273
 
109
- # **searchCompaniesProxyApiV1AfnorDirectoryV1CompaniesSearchPost**
110
- > any searchCompaniesProxyApiV1AfnorDirectoryV1CompaniesSearchPost()
274
+ # **getDirectoryLineByIdInstanceProxyApiV1AfnorDirectoryV1DirectoryLineIdInstanceIdInstanceGet**
275
+ > any getDirectoryLineByIdInstanceProxyApiV1AfnorDirectoryV1DirectoryLineIdInstanceIdInstanceGet()
111
276
 
112
- Rechercher des entreprises dans l\'annuaire AFNOR
277
+ Obtenir une ligne d\'annuaire identifiée par son idInstance
113
278
 
114
279
  ### Example
115
280
 
@@ -122,11 +287,18 @@ import {
122
287
  const configuration = new Configuration();
123
288
  const apiInstance = new AFNORPDPPADirectoryServiceApi(configuration);
124
289
 
125
- const { status, data } = await apiInstance.searchCompaniesProxyApiV1AfnorDirectoryV1CompaniesSearchPost();
290
+ let idInstance: string; // (default to undefined)
291
+
292
+ const { status, data } = await apiInstance.getDirectoryLineByIdInstanceProxyApiV1AfnorDirectoryV1DirectoryLineIdInstanceIdInstanceGet(
293
+ idInstance
294
+ );
126
295
  ```
127
296
 
128
297
  ### Parameters
129
- This endpoint does not have any parameters.
298
+
299
+ |Name | Type | Description | Notes|
300
+ |------------- | ------------- | ------------- | -------------|
301
+ | **idInstance** | [**string**] | | defaults to undefined|
130
302
 
131
303
 
132
304
  ### Return type
@@ -146,7 +318,678 @@ No authorization required
146
318
  ### HTTP response details
147
319
  | Status code | Description | Response headers |
148
320
  |-------------|-------------|------------------|
149
- |**200** | Résultats de recherche | - |
321
+ |**200** | Détails de la ligne d\'annuaire | - |
322
+ |**404** | Ligne d\'annuaire non trouvée | - |
323
+ |**401** | Non authentifié | - |
324
+ |**422** | Validation Error | - |
325
+
326
+ [[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
327
+
328
+ # **getRoutingCodeByIdInstanceProxyApiV1AfnorDirectoryV1RoutingCodeIdInstanceIdInstanceGet**
329
+ > any getRoutingCodeByIdInstanceProxyApiV1AfnorDirectoryV1RoutingCodeIdInstanceIdInstanceGet()
330
+
331
+ Obtenir un code de routage identifié par son idInstance
332
+
333
+ ### Example
334
+
335
+ ```typescript
336
+ import {
337
+ AFNORPDPPADirectoryServiceApi,
338
+ Configuration
339
+ } from '@factpulse/sdk';
340
+
341
+ const configuration = new Configuration();
342
+ const apiInstance = new AFNORPDPPADirectoryServiceApi(configuration);
343
+
344
+ let idInstance: string; // (default to undefined)
345
+
346
+ const { status, data } = await apiInstance.getRoutingCodeByIdInstanceProxyApiV1AfnorDirectoryV1RoutingCodeIdInstanceIdInstanceGet(
347
+ idInstance
348
+ );
349
+ ```
350
+
351
+ ### Parameters
352
+
353
+ |Name | Type | Description | Notes|
354
+ |------------- | ------------- | ------------- | -------------|
355
+ | **idInstance** | [**string**] | | defaults to undefined|
356
+
357
+
358
+ ### Return type
359
+
360
+ **any**
361
+
362
+ ### Authorization
363
+
364
+ No authorization required
365
+
366
+ ### HTTP request headers
367
+
368
+ - **Content-Type**: Not defined
369
+ - **Accept**: application/json
370
+
371
+
372
+ ### HTTP response details
373
+ | Status code | Description | Response headers |
374
+ |-------------|-------------|------------------|
375
+ |**200** | Détails du code de routage | - |
376
+ |**404** | Code de routage non trouvé | - |
377
+ |**401** | Non authentifié | - |
378
+ |**422** | Validation Error | - |
379
+
380
+ [[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
381
+
382
+ # **getRoutingCodeBySiretAndCodeProxyApiV1AfnorDirectoryV1RoutingCodeSiretSiretCodeRoutingIdentifierGet**
383
+ > any getRoutingCodeBySiretAndCodeProxyApiV1AfnorDirectoryV1RoutingCodeSiretSiretCodeRoutingIdentifierGet()
384
+
385
+ Consulter un code de routage identifié par SIRET et identifiant de routage
386
+
387
+ ### Example
388
+
389
+ ```typescript
390
+ import {
391
+ AFNORPDPPADirectoryServiceApi,
392
+ Configuration
393
+ } from '@factpulse/sdk';
394
+
395
+ const configuration = new Configuration();
396
+ const apiInstance = new AFNORPDPPADirectoryServiceApi(configuration);
397
+
398
+ let siret: string; // (default to undefined)
399
+ let routingIdentifier: string; // (default to undefined)
400
+
401
+ const { status, data } = await apiInstance.getRoutingCodeBySiretAndCodeProxyApiV1AfnorDirectoryV1RoutingCodeSiretSiretCodeRoutingIdentifierGet(
402
+ siret,
403
+ routingIdentifier
404
+ );
405
+ ```
406
+
407
+ ### Parameters
408
+
409
+ |Name | Type | Description | Notes|
410
+ |------------- | ------------- | ------------- | -------------|
411
+ | **siret** | [**string**] | | defaults to undefined|
412
+ | **routingIdentifier** | [**string**] | | defaults to undefined|
413
+
414
+
415
+ ### Return type
416
+
417
+ **any**
418
+
419
+ ### Authorization
420
+
421
+ No authorization required
422
+
423
+ ### HTTP request headers
424
+
425
+ - **Content-Type**: Not defined
426
+ - **Accept**: application/json
427
+
428
+
429
+ ### HTTP response details
430
+ | Status code | Description | Response headers |
431
+ |-------------|-------------|------------------|
432
+ |**200** | Détails du code de routage | - |
433
+ |**404** | Code de routage non trouvé | - |
434
+ |**401** | Non authentifié | - |
435
+ |**422** | Validation Error | - |
436
+
437
+ [[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
438
+
439
+ # **getSirenByCodeInseeProxyApiV1AfnorDirectoryV1SirenCodeInseeSirenGet**
440
+ > any getSirenByCodeInseeProxyApiV1AfnorDirectoryV1SirenCodeInseeSirenGet()
441
+
442
+ Retourne les détails d\'une entreprise (unité légale) identifiée par son numéro SIREN
443
+
444
+ ### Example
445
+
446
+ ```typescript
447
+ import {
448
+ AFNORPDPPADirectoryServiceApi,
449
+ Configuration
450
+ } from '@factpulse/sdk';
451
+
452
+ const configuration = new Configuration();
453
+ const apiInstance = new AFNORPDPPADirectoryServiceApi(configuration);
454
+
455
+ let siren: string; // (default to undefined)
456
+
457
+ const { status, data } = await apiInstance.getSirenByCodeInseeProxyApiV1AfnorDirectoryV1SirenCodeInseeSirenGet(
458
+ siren
459
+ );
460
+ ```
461
+
462
+ ### Parameters
463
+
464
+ |Name | Type | Description | Notes|
465
+ |------------- | ------------- | ------------- | -------------|
466
+ | **siren** | [**string**] | | defaults to undefined|
467
+
468
+
469
+ ### Return type
470
+
471
+ **any**
472
+
473
+ ### Authorization
474
+
475
+ No authorization required
476
+
477
+ ### HTTP request headers
478
+
479
+ - **Content-Type**: Not defined
480
+ - **Accept**: application/json
481
+
482
+
483
+ ### HTTP response details
484
+ | Status code | Description | Response headers |
485
+ |-------------|-------------|------------------|
486
+ |**200** | Informations de l\'entreprise | - |
487
+ |**404** | Entreprise non trouvée | - |
488
+ |**401** | Non authentifié | - |
489
+ |**422** | Validation Error | - |
490
+
491
+ [[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
492
+
493
+ # **getSirenByIdInstanceProxyApiV1AfnorDirectoryV1SirenIdInstanceIdInstanceGet**
494
+ > any getSirenByIdInstanceProxyApiV1AfnorDirectoryV1SirenIdInstanceIdInstanceGet()
495
+
496
+ Obtenir une entreprise (unité légale) identifiée par son idInstance
497
+
498
+ ### Example
499
+
500
+ ```typescript
501
+ import {
502
+ AFNORPDPPADirectoryServiceApi,
503
+ Configuration
504
+ } from '@factpulse/sdk';
505
+
506
+ const configuration = new Configuration();
507
+ const apiInstance = new AFNORPDPPADirectoryServiceApi(configuration);
508
+
509
+ let idInstance: string; // (default to undefined)
510
+
511
+ const { status, data } = await apiInstance.getSirenByIdInstanceProxyApiV1AfnorDirectoryV1SirenIdInstanceIdInstanceGet(
512
+ idInstance
513
+ );
514
+ ```
515
+
516
+ ### Parameters
517
+
518
+ |Name | Type | Description | Notes|
519
+ |------------- | ------------- | ------------- | -------------|
520
+ | **idInstance** | [**string**] | | defaults to undefined|
521
+
522
+
523
+ ### Return type
524
+
525
+ **any**
526
+
527
+ ### Authorization
528
+
529
+ No authorization required
530
+
531
+ ### HTTP request headers
532
+
533
+ - **Content-Type**: Not defined
534
+ - **Accept**: application/json
535
+
536
+
537
+ ### HTTP response details
538
+ | Status code | Description | Response headers |
539
+ |-------------|-------------|------------------|
540
+ |**200** | Informations de l\'entreprise | - |
541
+ |**404** | Entreprise non trouvée | - |
542
+ |**401** | Non authentifié | - |
543
+ |**422** | Validation Error | - |
544
+
545
+ [[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
546
+
547
+ # **getSiretByCodeInseeProxyApiV1AfnorDirectoryV1SiretCodeInseeSiretGet**
548
+ > any getSiretByCodeInseeProxyApiV1AfnorDirectoryV1SiretCodeInseeSiretGet()
549
+
550
+ Obtenir un établissement identifié par son numéro SIRET
551
+
552
+ ### Example
553
+
554
+ ```typescript
555
+ import {
556
+ AFNORPDPPADirectoryServiceApi,
557
+ Configuration
558
+ } from '@factpulse/sdk';
559
+
560
+ const configuration = new Configuration();
561
+ const apiInstance = new AFNORPDPPADirectoryServiceApi(configuration);
562
+
563
+ let siret: string; // (default to undefined)
564
+
565
+ const { status, data } = await apiInstance.getSiretByCodeInseeProxyApiV1AfnorDirectoryV1SiretCodeInseeSiretGet(
566
+ siret
567
+ );
568
+ ```
569
+
570
+ ### Parameters
571
+
572
+ |Name | Type | Description | Notes|
573
+ |------------- | ------------- | ------------- | -------------|
574
+ | **siret** | [**string**] | | defaults to undefined|
575
+
576
+
577
+ ### Return type
578
+
579
+ **any**
580
+
581
+ ### Authorization
582
+
583
+ No authorization required
584
+
585
+ ### HTTP request headers
586
+
587
+ - **Content-Type**: Not defined
588
+ - **Accept**: application/json
589
+
590
+
591
+ ### HTTP response details
592
+ | Status code | Description | Response headers |
593
+ |-------------|-------------|------------------|
594
+ |**200** | Informations de l\'établissement | - |
595
+ |**404** | Établissement non trouvé | - |
596
+ |**401** | Non authentifié | - |
597
+ |**422** | Validation Error | - |
598
+
599
+ [[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
600
+
601
+ # **getSiretByIdInstanceProxyApiV1AfnorDirectoryV1SiretIdInstanceIdInstanceGet**
602
+ > any getSiretByIdInstanceProxyApiV1AfnorDirectoryV1SiretIdInstanceIdInstanceGet()
603
+
604
+ Obtenir un établissement identifié par son idInstance
605
+
606
+ ### Example
607
+
608
+ ```typescript
609
+ import {
610
+ AFNORPDPPADirectoryServiceApi,
611
+ Configuration
612
+ } from '@factpulse/sdk';
613
+
614
+ const configuration = new Configuration();
615
+ const apiInstance = new AFNORPDPPADirectoryServiceApi(configuration);
616
+
617
+ let idInstance: string; // (default to undefined)
618
+
619
+ const { status, data } = await apiInstance.getSiretByIdInstanceProxyApiV1AfnorDirectoryV1SiretIdInstanceIdInstanceGet(
620
+ idInstance
621
+ );
622
+ ```
623
+
624
+ ### Parameters
625
+
626
+ |Name | Type | Description | Notes|
627
+ |------------- | ------------- | ------------- | -------------|
628
+ | **idInstance** | [**string**] | | defaults to undefined|
629
+
630
+
631
+ ### Return type
632
+
633
+ **any**
634
+
635
+ ### Authorization
636
+
637
+ No authorization required
638
+
639
+ ### HTTP request headers
640
+
641
+ - **Content-Type**: Not defined
642
+ - **Accept**: application/json
643
+
644
+
645
+ ### HTTP response details
646
+ | Status code | Description | Response headers |
647
+ |-------------|-------------|------------------|
648
+ |**200** | Informations de l\'établissement | - |
649
+ |**404** | Établissement non trouvé | - |
650
+ |**401** | Non authentifié | - |
651
+ |**422** | Validation Error | - |
652
+
653
+ [[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
654
+
655
+ # **patchDirectoryLineProxyApiV1AfnorDirectoryV1DirectoryLineIdInstanceIdInstancePatch**
656
+ > any patchDirectoryLineProxyApiV1AfnorDirectoryV1DirectoryLineIdInstanceIdInstancePatch()
657
+
658
+ Mettre à jour partiellement une ligne d\'annuaire
659
+
660
+ ### Example
661
+
662
+ ```typescript
663
+ import {
664
+ AFNORPDPPADirectoryServiceApi,
665
+ Configuration
666
+ } from '@factpulse/sdk';
667
+
668
+ const configuration = new Configuration();
669
+ const apiInstance = new AFNORPDPPADirectoryServiceApi(configuration);
670
+
671
+ let idInstance: string; // (default to undefined)
672
+
673
+ const { status, data } = await apiInstance.patchDirectoryLineProxyApiV1AfnorDirectoryV1DirectoryLineIdInstanceIdInstancePatch(
674
+ idInstance
675
+ );
676
+ ```
677
+
678
+ ### Parameters
679
+
680
+ |Name | Type | Description | Notes|
681
+ |------------- | ------------- | ------------- | -------------|
682
+ | **idInstance** | [**string**] | | defaults to undefined|
683
+
684
+
685
+ ### Return type
686
+
687
+ **any**
688
+
689
+ ### Authorization
690
+
691
+ No authorization required
692
+
693
+ ### HTTP request headers
694
+
695
+ - **Content-Type**: Not defined
696
+ - **Accept**: application/json
697
+
698
+
699
+ ### HTTP response details
700
+ | Status code | Description | Response headers |
701
+ |-------------|-------------|------------------|
702
+ |**200** | Ligne d\'annuaire mise à jour | - |
703
+ |**404** | Ligne d\'annuaire non trouvée | - |
704
+ |**401** | Non authentifié | - |
705
+ |**422** | Validation Error | - |
706
+
707
+ [[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
708
+
709
+ # **patchRoutingCodeProxyApiV1AfnorDirectoryV1RoutingCodeIdInstanceIdInstancePatch**
710
+ > any patchRoutingCodeProxyApiV1AfnorDirectoryV1RoutingCodeIdInstanceIdInstancePatch()
711
+
712
+ Mettre à jour partiellement un code de routage privé
713
+
714
+ ### Example
715
+
716
+ ```typescript
717
+ import {
718
+ AFNORPDPPADirectoryServiceApi,
719
+ Configuration
720
+ } from '@factpulse/sdk';
721
+
722
+ const configuration = new Configuration();
723
+ const apiInstance = new AFNORPDPPADirectoryServiceApi(configuration);
724
+
725
+ let idInstance: string; // (default to undefined)
726
+
727
+ const { status, data } = await apiInstance.patchRoutingCodeProxyApiV1AfnorDirectoryV1RoutingCodeIdInstanceIdInstancePatch(
728
+ idInstance
729
+ );
730
+ ```
731
+
732
+ ### Parameters
733
+
734
+ |Name | Type | Description | Notes|
735
+ |------------- | ------------- | ------------- | -------------|
736
+ | **idInstance** | [**string**] | | defaults to undefined|
737
+
738
+
739
+ ### Return type
740
+
741
+ **any**
742
+
743
+ ### Authorization
744
+
745
+ No authorization required
746
+
747
+ ### HTTP request headers
748
+
749
+ - **Content-Type**: Not defined
750
+ - **Accept**: application/json
751
+
752
+
753
+ ### HTTP response details
754
+ | Status code | Description | Response headers |
755
+ |-------------|-------------|------------------|
756
+ |**200** | Code de routage mis à jour | - |
757
+ |**404** | Code de routage non trouvé | - |
758
+ |**401** | Non authentifié | - |
759
+ |**422** | Validation Error | - |
760
+
761
+ [[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
762
+
763
+ # **putRoutingCodeProxyApiV1AfnorDirectoryV1RoutingCodeIdInstanceIdInstancePut**
764
+ > any putRoutingCodeProxyApiV1AfnorDirectoryV1RoutingCodeIdInstanceIdInstancePut()
765
+
766
+ Mettre à jour complètement un code de routage privé
767
+
768
+ ### Example
769
+
770
+ ```typescript
771
+ import {
772
+ AFNORPDPPADirectoryServiceApi,
773
+ Configuration
774
+ } from '@factpulse/sdk';
775
+
776
+ const configuration = new Configuration();
777
+ const apiInstance = new AFNORPDPPADirectoryServiceApi(configuration);
778
+
779
+ let idInstance: string; // (default to undefined)
780
+
781
+ const { status, data } = await apiInstance.putRoutingCodeProxyApiV1AfnorDirectoryV1RoutingCodeIdInstanceIdInstancePut(
782
+ idInstance
783
+ );
784
+ ```
785
+
786
+ ### Parameters
787
+
788
+ |Name | Type | Description | Notes|
789
+ |------------- | ------------- | ------------- | -------------|
790
+ | **idInstance** | [**string**] | | defaults to undefined|
791
+
792
+
793
+ ### Return type
794
+
795
+ **any**
796
+
797
+ ### Authorization
798
+
799
+ No authorization required
800
+
801
+ ### HTTP request headers
802
+
803
+ - **Content-Type**: Not defined
804
+ - **Accept**: application/json
805
+
806
+
807
+ ### HTTP response details
808
+ | Status code | Description | Response headers |
809
+ |-------------|-------------|------------------|
810
+ |**200** | Code de routage mis à jour | - |
811
+ |**404** | Code de routage non trouvé | - |
812
+ |**401** | Non authentifié | - |
813
+ |**422** | Validation Error | - |
814
+
815
+ [[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
816
+
817
+ # **searchDirectoryLineProxyApiV1AfnorDirectoryV1DirectoryLineSearchPost**
818
+ > any searchDirectoryLineProxyApiV1AfnorDirectoryV1DirectoryLineSearchPost()
819
+
820
+ Rechercher des lignes d\'annuaire selon des critères
821
+
822
+ ### Example
823
+
824
+ ```typescript
825
+ import {
826
+ AFNORPDPPADirectoryServiceApi,
827
+ Configuration
828
+ } from '@factpulse/sdk';
829
+
830
+ const configuration = new Configuration();
831
+ const apiInstance = new AFNORPDPPADirectoryServiceApi(configuration);
832
+
833
+ const { status, data } = await apiInstance.searchDirectoryLineProxyApiV1AfnorDirectoryV1DirectoryLineSearchPost();
834
+ ```
835
+
836
+ ### Parameters
837
+ This endpoint does not have any parameters.
838
+
839
+
840
+ ### Return type
841
+
842
+ **any**
843
+
844
+ ### Authorization
845
+
846
+ No authorization required
847
+
848
+ ### HTTP request headers
849
+
850
+ - **Content-Type**: Not defined
851
+ - **Accept**: application/json
852
+
853
+
854
+ ### HTTP response details
855
+ | Status code | Description | Response headers |
856
+ |-------------|-------------|------------------|
857
+ |**200** | Résultats de recherche | - |
858
+ |**401** | Non authentifié | - |
859
+
860
+ [[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
861
+
862
+ # **searchRoutingCodeProxyApiV1AfnorDirectoryV1RoutingCodeSearchPost**
863
+ > any searchRoutingCodeProxyApiV1AfnorDirectoryV1RoutingCodeSearchPost()
864
+
865
+ Rechercher des codes de routage selon des critères
866
+
867
+ ### Example
868
+
869
+ ```typescript
870
+ import {
871
+ AFNORPDPPADirectoryServiceApi,
872
+ Configuration
873
+ } from '@factpulse/sdk';
874
+
875
+ const configuration = new Configuration();
876
+ const apiInstance = new AFNORPDPPADirectoryServiceApi(configuration);
877
+
878
+ const { status, data } = await apiInstance.searchRoutingCodeProxyApiV1AfnorDirectoryV1RoutingCodeSearchPost();
879
+ ```
880
+
881
+ ### Parameters
882
+ This endpoint does not have any parameters.
883
+
884
+
885
+ ### Return type
886
+
887
+ **any**
888
+
889
+ ### Authorization
890
+
891
+ No authorization required
892
+
893
+ ### HTTP request headers
894
+
895
+ - **Content-Type**: Not defined
896
+ - **Accept**: application/json
897
+
898
+
899
+ ### HTTP response details
900
+ | Status code | Description | Response headers |
901
+ |-------------|-------------|------------------|
902
+ |**200** | Résultats de recherche | - |
903
+ |**401** | Non authentifié | - |
904
+
905
+ [[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
906
+
907
+ # **searchSirenProxyApiV1AfnorDirectoryV1SirenSearchPost**
908
+ > any searchSirenProxyApiV1AfnorDirectoryV1SirenSearchPost()
909
+
910
+ Recherche multi-critères d\'entreprises (unités légales)
911
+
912
+ ### Example
913
+
914
+ ```typescript
915
+ import {
916
+ AFNORPDPPADirectoryServiceApi,
917
+ Configuration
918
+ } from '@factpulse/sdk';
919
+
920
+ const configuration = new Configuration();
921
+ const apiInstance = new AFNORPDPPADirectoryServiceApi(configuration);
922
+
923
+ const { status, data } = await apiInstance.searchSirenProxyApiV1AfnorDirectoryV1SirenSearchPost();
924
+ ```
925
+
926
+ ### Parameters
927
+ This endpoint does not have any parameters.
928
+
929
+
930
+ ### Return type
931
+
932
+ **any**
933
+
934
+ ### Authorization
935
+
936
+ No authorization required
937
+
938
+ ### HTTP request headers
939
+
940
+ - **Content-Type**: Not defined
941
+ - **Accept**: application/json
942
+
943
+
944
+ ### HTTP response details
945
+ | Status code | Description | Response headers |
946
+ |-------------|-------------|------------------|
947
+ |**200** | Retourne une ou plusieurs entreprises | - |
948
+ |**401** | Non authentifié | - |
949
+
950
+ [[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
951
+
952
+ # **searchSiretProxyApiV1AfnorDirectoryV1SiretSearchPost**
953
+ > any searchSiretProxyApiV1AfnorDirectoryV1SiretSearchPost()
954
+
955
+ Recherche multi-critères d\'établissements
956
+
957
+ ### Example
958
+
959
+ ```typescript
960
+ import {
961
+ AFNORPDPPADirectoryServiceApi,
962
+ Configuration
963
+ } from '@factpulse/sdk';
964
+
965
+ const configuration = new Configuration();
966
+ const apiInstance = new AFNORPDPPADirectoryServiceApi(configuration);
967
+
968
+ const { status, data } = await apiInstance.searchSiretProxyApiV1AfnorDirectoryV1SiretSearchPost();
969
+ ```
970
+
971
+ ### Parameters
972
+ This endpoint does not have any parameters.
973
+
974
+
975
+ ### Return type
976
+
977
+ **any**
978
+
979
+ ### Authorization
980
+
981
+ No authorization required
982
+
983
+ ### HTTP request headers
984
+
985
+ - **Content-Type**: Not defined
986
+ - **Accept**: application/json
987
+
988
+
989
+ ### HTTP response details
990
+ | Status code | Description | Response headers |
991
+ |-------------|-------------|------------------|
992
+ |**200** | Retourne un ou plusieurs établissements | - |
150
993
  |**401** | Non authentifié | - |
151
994
 
152
995
  [[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)