factpulse 2.0.20 → 2.0.22
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.
- checksums.yaml +4 -4
- data/CHANGELOG.md +3 -3
- data/Gemfile.lock +1 -1
- data/docs/ChorusProApi.md +65 -69
- data/docs/TraitementFactureApi.md +1 -1
- data/lib/factpulse/api/chorus_pro_api.rb +94 -107
- data/lib/factpulse/api/traitement_facture_api.rb +2 -2
- data/lib/factpulse/helpers/client.rb +66 -15
- data/lib/factpulse/version.rb +1 -1
- data/lib/factpulse.rb +0 -13
- metadata +2 -28
- data/docs/BodyAjouterFichierApiV1ChorusProTransversesAjouterFichierPost.md +0 -22
- data/docs/BodyCompleterFactureApiV1ChorusProFacturesCompleterPost.md +0 -22
- data/docs/BodyListerServicesStructureApiV1ChorusProStructuresIdStructureCppServicesGet.md +0 -20
- data/docs/BodyRechercherFacturesDestinataireApiV1ChorusProFacturesRechercherDestinatairePost.md +0 -22
- data/docs/BodyRechercherFacturesFournisseurApiV1ChorusProFacturesRechercherFournisseurPost.md +0 -22
- data/docs/BodyRecyclerFactureApiV1ChorusProFacturesRecyclerPost.md +0 -22
- data/docs/BodyTelechargerGroupeFacturesApiV1ChorusProFacturesTelechargerGroupePost.md +0 -22
- data/docs/BodyTraiterFactureRecueApiV1ChorusProFacturesTraiterFactureRecuePost.md +0 -22
- data/docs/BodyValideurConsulterFactureApiV1ChorusProFacturesValideurConsulterPost.md +0 -22
- data/docs/BodyValideurRechercherFacturesApiV1ChorusProFacturesValideurRechercherPost.md +0 -22
- data/docs/BodyValideurTraiterFactureApiV1ChorusProFacturesValideurTraiterPost.md +0 -22
- data/docs/QuotaInfo.md +0 -26
- data/docs/Utilisateur.md +0 -40
- data/lib/factpulse/models/body_ajouter_fichier_api_v1_chorus_pro_transverses_ajouter_fichier_post.rb +0 -202
- data/lib/factpulse/models/body_completer_facture_api_v1_chorus_pro_factures_completer_post.rb +0 -202
- data/lib/factpulse/models/body_lister_services_structure_api_v1_chorus_pro_structures_id_structure_cpp_services_get.rb +0 -174
- data/lib/factpulse/models/body_rechercher_factures_destinataire_api_v1_chorus_pro_factures_rechercher_destinataire_post.rb +0 -202
- data/lib/factpulse/models/body_rechercher_factures_fournisseur_api_v1_chorus_pro_factures_rechercher_fournisseur_post.rb +0 -202
- data/lib/factpulse/models/body_recycler_facture_api_v1_chorus_pro_factures_recycler_post.rb +0 -202
- data/lib/factpulse/models/body_telecharger_groupe_factures_api_v1_chorus_pro_factures_telecharger_groupe_post.rb +0 -202
- data/lib/factpulse/models/body_traiter_facture_recue_api_v1_chorus_pro_factures_traiter_facture_recue_post.rb +0 -202
- data/lib/factpulse/models/body_valideur_consulter_facture_api_v1_chorus_pro_factures_valideur_consulter_post.rb +0 -202
- data/lib/factpulse/models/body_valideur_rechercher_factures_api_v1_chorus_pro_factures_valideur_rechercher_post.rb +0 -202
- data/lib/factpulse/models/body_valideur_traiter_facture_api_v1_chorus_pro_factures_valideur_traiter_post.rb +0 -202
- data/lib/factpulse/models/quota_info.rb +0 -269
- data/lib/factpulse/models/utilisateur.rb +0 -328
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: b6f91b2e1c487bfcde750f5c161d8a2b4c55cc45e74ed47cba711352dea218ae
|
|
4
|
+
data.tar.gz: 4a4c794a94d73a53e08677e12d1246944a1dfe740c3656a88f027662ca876e51
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 5543f91d2bfcc51a8ca8905acf4b942ae82b751a56a84d226534d5a99ec3aa8de3f5beebd2108d44fce3f7313b8327e2d70c3b52d93cdd66aa3da0ff8aa40e57
|
|
7
|
+
data.tar.gz: 69596f652dc425b3b0b7ccffe00016d1d75b2a55263681c807e48b7a47c56579c6dfb64fb10f373899c12365068a9c6e023a20ce1025c691ea19e8c6a56cabd7
|
data/CHANGELOG.md
CHANGED
|
@@ -7,7 +7,7 @@ et ce projet adhère au [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
|
|
|
7
7
|
|
|
8
8
|
## [Unreleased]
|
|
9
9
|
|
|
10
|
-
## [2.0.
|
|
10
|
+
## [2.0.22] - 2025-11-27
|
|
11
11
|
|
|
12
12
|
### Added
|
|
13
13
|
- Version initiale du SDK ruby
|
|
@@ -24,5 +24,5 @@ et ce projet adhère au [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
|
|
|
24
24
|
- Guide d'authentification JWT
|
|
25
25
|
- Configuration avancée (timeout, proxy, debug)
|
|
26
26
|
|
|
27
|
-
[Unreleased]: https://github.com/factpulse/sdk-ruby/compare/v2.0.
|
|
28
|
-
[2.0.
|
|
27
|
+
[Unreleased]: https://github.com/factpulse/sdk-ruby/compare/v2.0.22...HEAD
|
|
28
|
+
[2.0.22]: https://github.com/factpulse/sdk-ruby/releases/tag/v2.0.22
|
data/Gemfile.lock
CHANGED
data/docs/ChorusProApi.md
CHANGED
|
@@ -24,7 +24,7 @@ All URIs are relative to *http://localhost*
|
|
|
24
24
|
|
|
25
25
|
## ajouter_fichier_api_v1_chorus_pro_transverses_ajouter_fichier_post
|
|
26
26
|
|
|
27
|
-
> Object ajouter_fichier_api_v1_chorus_pro_transverses_ajouter_fichier_post(
|
|
27
|
+
> Object ajouter_fichier_api_v1_chorus_pro_transverses_ajouter_fichier_post(request_body)
|
|
28
28
|
|
|
29
29
|
Ajouter une pièce jointe
|
|
30
30
|
|
|
@@ -42,11 +42,11 @@ FactPulse.configure do |config|
|
|
|
42
42
|
end
|
|
43
43
|
|
|
44
44
|
api_instance = FactPulse::ChorusProApi.new
|
|
45
|
-
|
|
45
|
+
request_body = { key: 3.56} # Hash<String, Object> |
|
|
46
46
|
|
|
47
47
|
begin
|
|
48
48
|
# Ajouter une pièce jointe
|
|
49
|
-
result = api_instance.ajouter_fichier_api_v1_chorus_pro_transverses_ajouter_fichier_post(
|
|
49
|
+
result = api_instance.ajouter_fichier_api_v1_chorus_pro_transverses_ajouter_fichier_post(request_body)
|
|
50
50
|
p result
|
|
51
51
|
rescue FactPulse::ApiError => e
|
|
52
52
|
puts "Error when calling ChorusProApi->ajouter_fichier_api_v1_chorus_pro_transverses_ajouter_fichier_post: #{e}"
|
|
@@ -57,12 +57,12 @@ end
|
|
|
57
57
|
|
|
58
58
|
This returns an Array which contains the response data, status code and headers.
|
|
59
59
|
|
|
60
|
-
> <Array(Object, Integer, Hash)> ajouter_fichier_api_v1_chorus_pro_transverses_ajouter_fichier_post_with_http_info(
|
|
60
|
+
> <Array(Object, Integer, Hash)> ajouter_fichier_api_v1_chorus_pro_transverses_ajouter_fichier_post_with_http_info(request_body)
|
|
61
61
|
|
|
62
62
|
```ruby
|
|
63
63
|
begin
|
|
64
64
|
# Ajouter une pièce jointe
|
|
65
|
-
data, status_code, headers = api_instance.ajouter_fichier_api_v1_chorus_pro_transverses_ajouter_fichier_post_with_http_info(
|
|
65
|
+
data, status_code, headers = api_instance.ajouter_fichier_api_v1_chorus_pro_transverses_ajouter_fichier_post_with_http_info(request_body)
|
|
66
66
|
p status_code # => 2xx
|
|
67
67
|
p headers # => { ... }
|
|
68
68
|
p data # => Object
|
|
@@ -75,7 +75,7 @@ end
|
|
|
75
75
|
|
|
76
76
|
| Name | Type | Description | Notes |
|
|
77
77
|
| ---- | ---- | ----------- | ----- |
|
|
78
|
-
| **
|
|
78
|
+
| **request_body** | [**Hash<String, Object>**](Object.md) | | |
|
|
79
79
|
|
|
80
80
|
### Return type
|
|
81
81
|
|
|
@@ -93,7 +93,7 @@ end
|
|
|
93
93
|
|
|
94
94
|
## completer_facture_api_v1_chorus_pro_factures_completer_post
|
|
95
95
|
|
|
96
|
-
> Object completer_facture_api_v1_chorus_pro_factures_completer_post(
|
|
96
|
+
> Object completer_facture_api_v1_chorus_pro_factures_completer_post(request_body)
|
|
97
97
|
|
|
98
98
|
Compléter une facture suspendue (Fournisseur)
|
|
99
99
|
|
|
@@ -111,11 +111,11 @@ FactPulse.configure do |config|
|
|
|
111
111
|
end
|
|
112
112
|
|
|
113
113
|
api_instance = FactPulse::ChorusProApi.new
|
|
114
|
-
|
|
114
|
+
request_body = { key: 3.56} # Hash<String, Object> |
|
|
115
115
|
|
|
116
116
|
begin
|
|
117
117
|
# Compléter une facture suspendue (Fournisseur)
|
|
118
|
-
result = api_instance.completer_facture_api_v1_chorus_pro_factures_completer_post(
|
|
118
|
+
result = api_instance.completer_facture_api_v1_chorus_pro_factures_completer_post(request_body)
|
|
119
119
|
p result
|
|
120
120
|
rescue FactPulse::ApiError => e
|
|
121
121
|
puts "Error when calling ChorusProApi->completer_facture_api_v1_chorus_pro_factures_completer_post: #{e}"
|
|
@@ -126,12 +126,12 @@ end
|
|
|
126
126
|
|
|
127
127
|
This returns an Array which contains the response data, status code and headers.
|
|
128
128
|
|
|
129
|
-
> <Array(Object, Integer, Hash)> completer_facture_api_v1_chorus_pro_factures_completer_post_with_http_info(
|
|
129
|
+
> <Array(Object, Integer, Hash)> completer_facture_api_v1_chorus_pro_factures_completer_post_with_http_info(request_body)
|
|
130
130
|
|
|
131
131
|
```ruby
|
|
132
132
|
begin
|
|
133
133
|
# Compléter une facture suspendue (Fournisseur)
|
|
134
|
-
data, status_code, headers = api_instance.completer_facture_api_v1_chorus_pro_factures_completer_post_with_http_info(
|
|
134
|
+
data, status_code, headers = api_instance.completer_facture_api_v1_chorus_pro_factures_completer_post_with_http_info(request_body)
|
|
135
135
|
p status_code # => 2xx
|
|
136
136
|
p headers # => { ... }
|
|
137
137
|
p data # => Object
|
|
@@ -144,7 +144,7 @@ end
|
|
|
144
144
|
|
|
145
145
|
| Name | Type | Description | Notes |
|
|
146
146
|
| ---- | ---- | ----------- | ----- |
|
|
147
|
-
| **
|
|
147
|
+
| **request_body** | [**Hash<String, Object>**](Object.md) | | |
|
|
148
148
|
|
|
149
149
|
### Return type
|
|
150
150
|
|
|
@@ -300,7 +300,7 @@ end
|
|
|
300
300
|
|
|
301
301
|
## lister_services_structure_api_v1_chorus_pro_structures_id_structure_cpp_services_get
|
|
302
302
|
|
|
303
|
-
> <RechercherServicesResponse> lister_services_structure_api_v1_chorus_pro_structures_id_structure_cpp_services_get(id_structure_cpp
|
|
303
|
+
> <RechercherServicesResponse> lister_services_structure_api_v1_chorus_pro_structures_id_structure_cpp_services_get(id_structure_cpp)
|
|
304
304
|
|
|
305
305
|
Lister les services d'une structure
|
|
306
306
|
|
|
@@ -319,11 +319,10 @@ end
|
|
|
319
319
|
|
|
320
320
|
api_instance = FactPulse::ChorusProApi.new
|
|
321
321
|
id_structure_cpp = 56 # Integer |
|
|
322
|
-
body_lister_services_structure_api_v1_chorus_pro_structures_id_structure_cpp_services_get = FactPulse::BodyListerServicesStructureApiV1ChorusProStructuresIdStructureCppServicesGet.new({user_info: FactPulse::Utilisateur.new({id: 37, username: 'username_example', email: 'email_example', is_active: false})}) # BodyListerServicesStructureApiV1ChorusProStructuresIdStructureCppServicesGet |
|
|
323
322
|
|
|
324
323
|
begin
|
|
325
324
|
# Lister les services d'une structure
|
|
326
|
-
result = api_instance.lister_services_structure_api_v1_chorus_pro_structures_id_structure_cpp_services_get(id_structure_cpp
|
|
325
|
+
result = api_instance.lister_services_structure_api_v1_chorus_pro_structures_id_structure_cpp_services_get(id_structure_cpp)
|
|
327
326
|
p result
|
|
328
327
|
rescue FactPulse::ApiError => e
|
|
329
328
|
puts "Error when calling ChorusProApi->lister_services_structure_api_v1_chorus_pro_structures_id_structure_cpp_services_get: #{e}"
|
|
@@ -334,12 +333,12 @@ end
|
|
|
334
333
|
|
|
335
334
|
This returns an Array which contains the response data, status code and headers.
|
|
336
335
|
|
|
337
|
-
> <Array(<RechercherServicesResponse>, Integer, Hash)> lister_services_structure_api_v1_chorus_pro_structures_id_structure_cpp_services_get_with_http_info(id_structure_cpp
|
|
336
|
+
> <Array(<RechercherServicesResponse>, Integer, Hash)> lister_services_structure_api_v1_chorus_pro_structures_id_structure_cpp_services_get_with_http_info(id_structure_cpp)
|
|
338
337
|
|
|
339
338
|
```ruby
|
|
340
339
|
begin
|
|
341
340
|
# Lister les services d'une structure
|
|
342
|
-
data, status_code, headers = api_instance.lister_services_structure_api_v1_chorus_pro_structures_id_structure_cpp_services_get_with_http_info(id_structure_cpp
|
|
341
|
+
data, status_code, headers = api_instance.lister_services_structure_api_v1_chorus_pro_structures_id_structure_cpp_services_get_with_http_info(id_structure_cpp)
|
|
343
342
|
p status_code # => 2xx
|
|
344
343
|
p headers # => { ... }
|
|
345
344
|
p data # => <RechercherServicesResponse>
|
|
@@ -353,7 +352,6 @@ end
|
|
|
353
352
|
| Name | Type | Description | Notes |
|
|
354
353
|
| ---- | ---- | ----------- | ----- |
|
|
355
354
|
| **id_structure_cpp** | **Integer** | | |
|
|
356
|
-
| **body_lister_services_structure_api_v1_chorus_pro_structures_id_structure_cpp_services_get** | [**BodyListerServicesStructureApiV1ChorusProStructuresIdStructureCppServicesGet**](BodyListerServicesStructureApiV1ChorusProStructuresIdStructureCppServicesGet.md) | | |
|
|
357
355
|
|
|
358
356
|
### Return type
|
|
359
357
|
|
|
@@ -365,7 +363,7 @@ end
|
|
|
365
363
|
|
|
366
364
|
### HTTP request headers
|
|
367
365
|
|
|
368
|
-
- **Content-Type**:
|
|
366
|
+
- **Content-Type**: Not defined
|
|
369
367
|
- **Accept**: application/json
|
|
370
368
|
|
|
371
369
|
|
|
@@ -440,7 +438,7 @@ end
|
|
|
440
438
|
|
|
441
439
|
## rechercher_factures_destinataire_api_v1_chorus_pro_factures_rechercher_destinataire_post
|
|
442
440
|
|
|
443
|
-
> Object rechercher_factures_destinataire_api_v1_chorus_pro_factures_rechercher_destinataire_post(
|
|
441
|
+
> Object rechercher_factures_destinataire_api_v1_chorus_pro_factures_rechercher_destinataire_post(request_body)
|
|
444
442
|
|
|
445
443
|
Rechercher factures reçues (Destinataire)
|
|
446
444
|
|
|
@@ -458,11 +456,11 @@ FactPulse.configure do |config|
|
|
|
458
456
|
end
|
|
459
457
|
|
|
460
458
|
api_instance = FactPulse::ChorusProApi.new
|
|
461
|
-
|
|
459
|
+
request_body = { key: 3.56} # Hash<String, Object> |
|
|
462
460
|
|
|
463
461
|
begin
|
|
464
462
|
# Rechercher factures reçues (Destinataire)
|
|
465
|
-
result = api_instance.rechercher_factures_destinataire_api_v1_chorus_pro_factures_rechercher_destinataire_post(
|
|
463
|
+
result = api_instance.rechercher_factures_destinataire_api_v1_chorus_pro_factures_rechercher_destinataire_post(request_body)
|
|
466
464
|
p result
|
|
467
465
|
rescue FactPulse::ApiError => e
|
|
468
466
|
puts "Error when calling ChorusProApi->rechercher_factures_destinataire_api_v1_chorus_pro_factures_rechercher_destinataire_post: #{e}"
|
|
@@ -473,12 +471,12 @@ end
|
|
|
473
471
|
|
|
474
472
|
This returns an Array which contains the response data, status code and headers.
|
|
475
473
|
|
|
476
|
-
> <Array(Object, Integer, Hash)> rechercher_factures_destinataire_api_v1_chorus_pro_factures_rechercher_destinataire_post_with_http_info(
|
|
474
|
+
> <Array(Object, Integer, Hash)> rechercher_factures_destinataire_api_v1_chorus_pro_factures_rechercher_destinataire_post_with_http_info(request_body)
|
|
477
475
|
|
|
478
476
|
```ruby
|
|
479
477
|
begin
|
|
480
478
|
# Rechercher factures reçues (Destinataire)
|
|
481
|
-
data, status_code, headers = api_instance.rechercher_factures_destinataire_api_v1_chorus_pro_factures_rechercher_destinataire_post_with_http_info(
|
|
479
|
+
data, status_code, headers = api_instance.rechercher_factures_destinataire_api_v1_chorus_pro_factures_rechercher_destinataire_post_with_http_info(request_body)
|
|
482
480
|
p status_code # => 2xx
|
|
483
481
|
p headers # => { ... }
|
|
484
482
|
p data # => Object
|
|
@@ -491,7 +489,7 @@ end
|
|
|
491
489
|
|
|
492
490
|
| Name | Type | Description | Notes |
|
|
493
491
|
| ---- | ---- | ----------- | ----- |
|
|
494
|
-
| **
|
|
492
|
+
| **request_body** | [**Hash<String, Object>**](Object.md) | | |
|
|
495
493
|
|
|
496
494
|
### Return type
|
|
497
495
|
|
|
@@ -509,7 +507,7 @@ end
|
|
|
509
507
|
|
|
510
508
|
## rechercher_factures_fournisseur_api_v1_chorus_pro_factures_rechercher_fournisseur_post
|
|
511
509
|
|
|
512
|
-
> Object rechercher_factures_fournisseur_api_v1_chorus_pro_factures_rechercher_fournisseur_post(
|
|
510
|
+
> Object rechercher_factures_fournisseur_api_v1_chorus_pro_factures_rechercher_fournisseur_post(request_body)
|
|
513
511
|
|
|
514
512
|
Rechercher factures émises (Fournisseur)
|
|
515
513
|
|
|
@@ -527,11 +525,11 @@ FactPulse.configure do |config|
|
|
|
527
525
|
end
|
|
528
526
|
|
|
529
527
|
api_instance = FactPulse::ChorusProApi.new
|
|
530
|
-
|
|
528
|
+
request_body = { key: 3.56} # Hash<String, Object> |
|
|
531
529
|
|
|
532
530
|
begin
|
|
533
531
|
# Rechercher factures émises (Fournisseur)
|
|
534
|
-
result = api_instance.rechercher_factures_fournisseur_api_v1_chorus_pro_factures_rechercher_fournisseur_post(
|
|
532
|
+
result = api_instance.rechercher_factures_fournisseur_api_v1_chorus_pro_factures_rechercher_fournisseur_post(request_body)
|
|
535
533
|
p result
|
|
536
534
|
rescue FactPulse::ApiError => e
|
|
537
535
|
puts "Error when calling ChorusProApi->rechercher_factures_fournisseur_api_v1_chorus_pro_factures_rechercher_fournisseur_post: #{e}"
|
|
@@ -542,12 +540,12 @@ end
|
|
|
542
540
|
|
|
543
541
|
This returns an Array which contains the response data, status code and headers.
|
|
544
542
|
|
|
545
|
-
> <Array(Object, Integer, Hash)> rechercher_factures_fournisseur_api_v1_chorus_pro_factures_rechercher_fournisseur_post_with_http_info(
|
|
543
|
+
> <Array(Object, Integer, Hash)> rechercher_factures_fournisseur_api_v1_chorus_pro_factures_rechercher_fournisseur_post_with_http_info(request_body)
|
|
546
544
|
|
|
547
545
|
```ruby
|
|
548
546
|
begin
|
|
549
547
|
# Rechercher factures émises (Fournisseur)
|
|
550
|
-
data, status_code, headers = api_instance.rechercher_factures_fournisseur_api_v1_chorus_pro_factures_rechercher_fournisseur_post_with_http_info(
|
|
548
|
+
data, status_code, headers = api_instance.rechercher_factures_fournisseur_api_v1_chorus_pro_factures_rechercher_fournisseur_post_with_http_info(request_body)
|
|
551
549
|
p status_code # => 2xx
|
|
552
550
|
p headers # => { ... }
|
|
553
551
|
p data # => Object
|
|
@@ -560,7 +558,7 @@ end
|
|
|
560
558
|
|
|
561
559
|
| Name | Type | Description | Notes |
|
|
562
560
|
| ---- | ---- | ----------- | ----- |
|
|
563
|
-
| **
|
|
561
|
+
| **request_body** | [**Hash<String, Object>**](Object.md) | | |
|
|
564
562
|
|
|
565
563
|
### Return type
|
|
566
564
|
|
|
@@ -647,7 +645,7 @@ end
|
|
|
647
645
|
|
|
648
646
|
## recycler_facture_api_v1_chorus_pro_factures_recycler_post
|
|
649
647
|
|
|
650
|
-
> Object recycler_facture_api_v1_chorus_pro_factures_recycler_post(
|
|
648
|
+
> Object recycler_facture_api_v1_chorus_pro_factures_recycler_post(request_body)
|
|
651
649
|
|
|
652
650
|
Recycler une facture (Fournisseur)
|
|
653
651
|
|
|
@@ -665,11 +663,11 @@ FactPulse.configure do |config|
|
|
|
665
663
|
end
|
|
666
664
|
|
|
667
665
|
api_instance = FactPulse::ChorusProApi.new
|
|
668
|
-
|
|
666
|
+
request_body = { key: 3.56} # Hash<String, Object> |
|
|
669
667
|
|
|
670
668
|
begin
|
|
671
669
|
# Recycler une facture (Fournisseur)
|
|
672
|
-
result = api_instance.recycler_facture_api_v1_chorus_pro_factures_recycler_post(
|
|
670
|
+
result = api_instance.recycler_facture_api_v1_chorus_pro_factures_recycler_post(request_body)
|
|
673
671
|
p result
|
|
674
672
|
rescue FactPulse::ApiError => e
|
|
675
673
|
puts "Error when calling ChorusProApi->recycler_facture_api_v1_chorus_pro_factures_recycler_post: #{e}"
|
|
@@ -680,12 +678,12 @@ end
|
|
|
680
678
|
|
|
681
679
|
This returns an Array which contains the response data, status code and headers.
|
|
682
680
|
|
|
683
|
-
> <Array(Object, Integer, Hash)> recycler_facture_api_v1_chorus_pro_factures_recycler_post_with_http_info(
|
|
681
|
+
> <Array(Object, Integer, Hash)> recycler_facture_api_v1_chorus_pro_factures_recycler_post_with_http_info(request_body)
|
|
684
682
|
|
|
685
683
|
```ruby
|
|
686
684
|
begin
|
|
687
685
|
# Recycler une facture (Fournisseur)
|
|
688
|
-
data, status_code, headers = api_instance.recycler_facture_api_v1_chorus_pro_factures_recycler_post_with_http_info(
|
|
686
|
+
data, status_code, headers = api_instance.recycler_facture_api_v1_chorus_pro_factures_recycler_post_with_http_info(request_body)
|
|
689
687
|
p status_code # => 2xx
|
|
690
688
|
p headers # => { ... }
|
|
691
689
|
p data # => Object
|
|
@@ -698,7 +696,7 @@ end
|
|
|
698
696
|
|
|
699
697
|
| Name | Type | Description | Notes |
|
|
700
698
|
| ---- | ---- | ----------- | ----- |
|
|
701
|
-
| **
|
|
699
|
+
| **request_body** | [**Hash<String, Object>**](Object.md) | | |
|
|
702
700
|
|
|
703
701
|
### Return type
|
|
704
702
|
|
|
@@ -785,7 +783,7 @@ end
|
|
|
785
783
|
|
|
786
784
|
## telecharger_groupe_factures_api_v1_chorus_pro_factures_telecharger_groupe_post
|
|
787
785
|
|
|
788
|
-
> Object telecharger_groupe_factures_api_v1_chorus_pro_factures_telecharger_groupe_post(
|
|
786
|
+
> Object telecharger_groupe_factures_api_v1_chorus_pro_factures_telecharger_groupe_post(request_body)
|
|
789
787
|
|
|
790
788
|
Télécharger un groupe de factures
|
|
791
789
|
|
|
@@ -803,11 +801,11 @@ FactPulse.configure do |config|
|
|
|
803
801
|
end
|
|
804
802
|
|
|
805
803
|
api_instance = FactPulse::ChorusProApi.new
|
|
806
|
-
|
|
804
|
+
request_body = { key: 3.56} # Hash<String, Object> |
|
|
807
805
|
|
|
808
806
|
begin
|
|
809
807
|
# Télécharger un groupe de factures
|
|
810
|
-
result = api_instance.telecharger_groupe_factures_api_v1_chorus_pro_factures_telecharger_groupe_post(
|
|
808
|
+
result = api_instance.telecharger_groupe_factures_api_v1_chorus_pro_factures_telecharger_groupe_post(request_body)
|
|
811
809
|
p result
|
|
812
810
|
rescue FactPulse::ApiError => e
|
|
813
811
|
puts "Error when calling ChorusProApi->telecharger_groupe_factures_api_v1_chorus_pro_factures_telecharger_groupe_post: #{e}"
|
|
@@ -818,12 +816,12 @@ end
|
|
|
818
816
|
|
|
819
817
|
This returns an Array which contains the response data, status code and headers.
|
|
820
818
|
|
|
821
|
-
> <Array(Object, Integer, Hash)> telecharger_groupe_factures_api_v1_chorus_pro_factures_telecharger_groupe_post_with_http_info(
|
|
819
|
+
> <Array(Object, Integer, Hash)> telecharger_groupe_factures_api_v1_chorus_pro_factures_telecharger_groupe_post_with_http_info(request_body)
|
|
822
820
|
|
|
823
821
|
```ruby
|
|
824
822
|
begin
|
|
825
823
|
# Télécharger un groupe de factures
|
|
826
|
-
data, status_code, headers = api_instance.telecharger_groupe_factures_api_v1_chorus_pro_factures_telecharger_groupe_post_with_http_info(
|
|
824
|
+
data, status_code, headers = api_instance.telecharger_groupe_factures_api_v1_chorus_pro_factures_telecharger_groupe_post_with_http_info(request_body)
|
|
827
825
|
p status_code # => 2xx
|
|
828
826
|
p headers # => { ... }
|
|
829
827
|
p data # => Object
|
|
@@ -836,7 +834,7 @@ end
|
|
|
836
834
|
|
|
837
835
|
| Name | Type | Description | Notes |
|
|
838
836
|
| ---- | ---- | ----------- | ----- |
|
|
839
|
-
| **
|
|
837
|
+
| **request_body** | [**Hash<String, Object>**](Object.md) | | |
|
|
840
838
|
|
|
841
839
|
### Return type
|
|
842
840
|
|
|
@@ -854,7 +852,7 @@ end
|
|
|
854
852
|
|
|
855
853
|
## traiter_facture_recue_api_v1_chorus_pro_factures_traiter_facture_recue_post
|
|
856
854
|
|
|
857
|
-
> Object traiter_facture_recue_api_v1_chorus_pro_factures_traiter_facture_recue_post(
|
|
855
|
+
> Object traiter_facture_recue_api_v1_chorus_pro_factures_traiter_facture_recue_post(request_body)
|
|
858
856
|
|
|
859
857
|
Traiter une facture reçue (Destinataire)
|
|
860
858
|
|
|
@@ -872,11 +870,11 @@ FactPulse.configure do |config|
|
|
|
872
870
|
end
|
|
873
871
|
|
|
874
872
|
api_instance = FactPulse::ChorusProApi.new
|
|
875
|
-
|
|
873
|
+
request_body = { key: 3.56} # Hash<String, Object> |
|
|
876
874
|
|
|
877
875
|
begin
|
|
878
876
|
# Traiter une facture reçue (Destinataire)
|
|
879
|
-
result = api_instance.traiter_facture_recue_api_v1_chorus_pro_factures_traiter_facture_recue_post(
|
|
877
|
+
result = api_instance.traiter_facture_recue_api_v1_chorus_pro_factures_traiter_facture_recue_post(request_body)
|
|
880
878
|
p result
|
|
881
879
|
rescue FactPulse::ApiError => e
|
|
882
880
|
puts "Error when calling ChorusProApi->traiter_facture_recue_api_v1_chorus_pro_factures_traiter_facture_recue_post: #{e}"
|
|
@@ -887,12 +885,12 @@ end
|
|
|
887
885
|
|
|
888
886
|
This returns an Array which contains the response data, status code and headers.
|
|
889
887
|
|
|
890
|
-
> <Array(Object, Integer, Hash)> traiter_facture_recue_api_v1_chorus_pro_factures_traiter_facture_recue_post_with_http_info(
|
|
888
|
+
> <Array(Object, Integer, Hash)> traiter_facture_recue_api_v1_chorus_pro_factures_traiter_facture_recue_post_with_http_info(request_body)
|
|
891
889
|
|
|
892
890
|
```ruby
|
|
893
891
|
begin
|
|
894
892
|
# Traiter une facture reçue (Destinataire)
|
|
895
|
-
data, status_code, headers = api_instance.traiter_facture_recue_api_v1_chorus_pro_factures_traiter_facture_recue_post_with_http_info(
|
|
893
|
+
data, status_code, headers = api_instance.traiter_facture_recue_api_v1_chorus_pro_factures_traiter_facture_recue_post_with_http_info(request_body)
|
|
896
894
|
p status_code # => 2xx
|
|
897
895
|
p headers # => { ... }
|
|
898
896
|
p data # => Object
|
|
@@ -905,7 +903,7 @@ end
|
|
|
905
903
|
|
|
906
904
|
| Name | Type | Description | Notes |
|
|
907
905
|
| ---- | ---- | ----------- | ----- |
|
|
908
|
-
| **
|
|
906
|
+
| **request_body** | [**Hash<String, Object>**](Object.md) | | |
|
|
909
907
|
|
|
910
908
|
### Return type
|
|
911
909
|
|
|
@@ -923,12 +921,10 @@ end
|
|
|
923
921
|
|
|
924
922
|
## valideur_consulter_facture_api_v1_chorus_pro_factures_valideur_consulter_post
|
|
925
923
|
|
|
926
|
-
> Object valideur_consulter_facture_api_v1_chorus_pro_factures_valideur_consulter_post(
|
|
924
|
+
> Object valideur_consulter_facture_api_v1_chorus_pro_factures_valideur_consulter_post(request_body)
|
|
927
925
|
|
|
928
926
|
Consulter une facture (Valideur)
|
|
929
927
|
|
|
930
|
-
Consulte facture (valideur).
|
|
931
|
-
|
|
932
928
|
### Examples
|
|
933
929
|
|
|
934
930
|
```ruby
|
|
@@ -941,11 +937,11 @@ FactPulse.configure do |config|
|
|
|
941
937
|
end
|
|
942
938
|
|
|
943
939
|
api_instance = FactPulse::ChorusProApi.new
|
|
944
|
-
|
|
940
|
+
request_body = { key: 3.56} # Hash<String, Object> |
|
|
945
941
|
|
|
946
942
|
begin
|
|
947
943
|
# Consulter une facture (Valideur)
|
|
948
|
-
result = api_instance.valideur_consulter_facture_api_v1_chorus_pro_factures_valideur_consulter_post(
|
|
944
|
+
result = api_instance.valideur_consulter_facture_api_v1_chorus_pro_factures_valideur_consulter_post(request_body)
|
|
949
945
|
p result
|
|
950
946
|
rescue FactPulse::ApiError => e
|
|
951
947
|
puts "Error when calling ChorusProApi->valideur_consulter_facture_api_v1_chorus_pro_factures_valideur_consulter_post: #{e}"
|
|
@@ -956,12 +952,12 @@ end
|
|
|
956
952
|
|
|
957
953
|
This returns an Array which contains the response data, status code and headers.
|
|
958
954
|
|
|
959
|
-
> <Array(Object, Integer, Hash)> valideur_consulter_facture_api_v1_chorus_pro_factures_valideur_consulter_post_with_http_info(
|
|
955
|
+
> <Array(Object, Integer, Hash)> valideur_consulter_facture_api_v1_chorus_pro_factures_valideur_consulter_post_with_http_info(request_body)
|
|
960
956
|
|
|
961
957
|
```ruby
|
|
962
958
|
begin
|
|
963
959
|
# Consulter une facture (Valideur)
|
|
964
|
-
data, status_code, headers = api_instance.valideur_consulter_facture_api_v1_chorus_pro_factures_valideur_consulter_post_with_http_info(
|
|
960
|
+
data, status_code, headers = api_instance.valideur_consulter_facture_api_v1_chorus_pro_factures_valideur_consulter_post_with_http_info(request_body)
|
|
965
961
|
p status_code # => 2xx
|
|
966
962
|
p headers # => { ... }
|
|
967
963
|
p data # => Object
|
|
@@ -974,7 +970,7 @@ end
|
|
|
974
970
|
|
|
975
971
|
| Name | Type | Description | Notes |
|
|
976
972
|
| ---- | ---- | ----------- | ----- |
|
|
977
|
-
| **
|
|
973
|
+
| **request_body** | [**Hash<String, Object>**](Object.md) | | |
|
|
978
974
|
|
|
979
975
|
### Return type
|
|
980
976
|
|
|
@@ -992,7 +988,7 @@ end
|
|
|
992
988
|
|
|
993
989
|
## valideur_rechercher_factures_api_v1_chorus_pro_factures_valideur_rechercher_post
|
|
994
990
|
|
|
995
|
-
> Object valideur_rechercher_factures_api_v1_chorus_pro_factures_valideur_rechercher_post(
|
|
991
|
+
> Object valideur_rechercher_factures_api_v1_chorus_pro_factures_valideur_rechercher_post(request_body)
|
|
996
992
|
|
|
997
993
|
Rechercher factures à valider (Valideur)
|
|
998
994
|
|
|
@@ -1010,11 +1006,11 @@ FactPulse.configure do |config|
|
|
|
1010
1006
|
end
|
|
1011
1007
|
|
|
1012
1008
|
api_instance = FactPulse::ChorusProApi.new
|
|
1013
|
-
|
|
1009
|
+
request_body = { key: 3.56} # Hash<String, Object> |
|
|
1014
1010
|
|
|
1015
1011
|
begin
|
|
1016
1012
|
# Rechercher factures à valider (Valideur)
|
|
1017
|
-
result = api_instance.valideur_rechercher_factures_api_v1_chorus_pro_factures_valideur_rechercher_post(
|
|
1013
|
+
result = api_instance.valideur_rechercher_factures_api_v1_chorus_pro_factures_valideur_rechercher_post(request_body)
|
|
1018
1014
|
p result
|
|
1019
1015
|
rescue FactPulse::ApiError => e
|
|
1020
1016
|
puts "Error when calling ChorusProApi->valideur_rechercher_factures_api_v1_chorus_pro_factures_valideur_rechercher_post: #{e}"
|
|
@@ -1025,12 +1021,12 @@ end
|
|
|
1025
1021
|
|
|
1026
1022
|
This returns an Array which contains the response data, status code and headers.
|
|
1027
1023
|
|
|
1028
|
-
> <Array(Object, Integer, Hash)> valideur_rechercher_factures_api_v1_chorus_pro_factures_valideur_rechercher_post_with_http_info(
|
|
1024
|
+
> <Array(Object, Integer, Hash)> valideur_rechercher_factures_api_v1_chorus_pro_factures_valideur_rechercher_post_with_http_info(request_body)
|
|
1029
1025
|
|
|
1030
1026
|
```ruby
|
|
1031
1027
|
begin
|
|
1032
1028
|
# Rechercher factures à valider (Valideur)
|
|
1033
|
-
data, status_code, headers = api_instance.valideur_rechercher_factures_api_v1_chorus_pro_factures_valideur_rechercher_post_with_http_info(
|
|
1029
|
+
data, status_code, headers = api_instance.valideur_rechercher_factures_api_v1_chorus_pro_factures_valideur_rechercher_post_with_http_info(request_body)
|
|
1034
1030
|
p status_code # => 2xx
|
|
1035
1031
|
p headers # => { ... }
|
|
1036
1032
|
p data # => Object
|
|
@@ -1043,7 +1039,7 @@ end
|
|
|
1043
1039
|
|
|
1044
1040
|
| Name | Type | Description | Notes |
|
|
1045
1041
|
| ---- | ---- | ----------- | ----- |
|
|
1046
|
-
| **
|
|
1042
|
+
| **request_body** | [**Hash<String, Object>**](Object.md) | | |
|
|
1047
1043
|
|
|
1048
1044
|
### Return type
|
|
1049
1045
|
|
|
@@ -1061,7 +1057,7 @@ end
|
|
|
1061
1057
|
|
|
1062
1058
|
## valideur_traiter_facture_api_v1_chorus_pro_factures_valideur_traiter_post
|
|
1063
1059
|
|
|
1064
|
-
> Object valideur_traiter_facture_api_v1_chorus_pro_factures_valideur_traiter_post(
|
|
1060
|
+
> Object valideur_traiter_facture_api_v1_chorus_pro_factures_valideur_traiter_post(request_body)
|
|
1065
1061
|
|
|
1066
1062
|
Valider ou refuser une facture (Valideur)
|
|
1067
1063
|
|
|
@@ -1079,11 +1075,11 @@ FactPulse.configure do |config|
|
|
|
1079
1075
|
end
|
|
1080
1076
|
|
|
1081
1077
|
api_instance = FactPulse::ChorusProApi.new
|
|
1082
|
-
|
|
1078
|
+
request_body = { key: 3.56} # Hash<String, Object> |
|
|
1083
1079
|
|
|
1084
1080
|
begin
|
|
1085
1081
|
# Valider ou refuser une facture (Valideur)
|
|
1086
|
-
result = api_instance.valideur_traiter_facture_api_v1_chorus_pro_factures_valideur_traiter_post(
|
|
1082
|
+
result = api_instance.valideur_traiter_facture_api_v1_chorus_pro_factures_valideur_traiter_post(request_body)
|
|
1087
1083
|
p result
|
|
1088
1084
|
rescue FactPulse::ApiError => e
|
|
1089
1085
|
puts "Error when calling ChorusProApi->valideur_traiter_facture_api_v1_chorus_pro_factures_valideur_traiter_post: #{e}"
|
|
@@ -1094,12 +1090,12 @@ end
|
|
|
1094
1090
|
|
|
1095
1091
|
This returns an Array which contains the response data, status code and headers.
|
|
1096
1092
|
|
|
1097
|
-
> <Array(Object, Integer, Hash)> valideur_traiter_facture_api_v1_chorus_pro_factures_valideur_traiter_post_with_http_info(
|
|
1093
|
+
> <Array(Object, Integer, Hash)> valideur_traiter_facture_api_v1_chorus_pro_factures_valideur_traiter_post_with_http_info(request_body)
|
|
1098
1094
|
|
|
1099
1095
|
```ruby
|
|
1100
1096
|
begin
|
|
1101
1097
|
# Valider ou refuser une facture (Valideur)
|
|
1102
|
-
data, status_code, headers = api_instance.valideur_traiter_facture_api_v1_chorus_pro_factures_valideur_traiter_post_with_http_info(
|
|
1098
|
+
data, status_code, headers = api_instance.valideur_traiter_facture_api_v1_chorus_pro_factures_valideur_traiter_post_with_http_info(request_body)
|
|
1103
1099
|
p status_code # => 2xx
|
|
1104
1100
|
p headers # => { ... }
|
|
1105
1101
|
p data # => Object
|
|
@@ -1112,7 +1108,7 @@ end
|
|
|
1112
1108
|
|
|
1113
1109
|
| Name | Type | Description | Notes |
|
|
1114
1110
|
| ---- | ---- | ----------- | ----- |
|
|
1115
|
-
| **
|
|
1111
|
+
| **request_body** | [**Hash<String, Object>**](Object.md) | | |
|
|
1116
1112
|
|
|
1117
1113
|
### Return type
|
|
1118
1114
|
|
|
@@ -240,7 +240,7 @@ end
|
|
|
240
240
|
|
|
241
241
|
Signer un PDF avec le certificat du client (PAdES-B-LT)
|
|
242
242
|
|
|
243
|
-
Signe un PDF uploadé avec le certificat électronique configuré pour le client (via client_uid du JWT). **Standards supportés** : PAdES-B-B, PAdES-B-T (horodatage), PAdES-B-LT (archivage long terme). **Niveaux eIDAS** : SES (auto-signé), AdES (CA commerciale), QES (PSCO - hors scope). **⚠️ Disclaimer légal** : Les signatures générées sont des cachets électroniques au sens du règlement eIDAS. Le niveau de validité juridique dépend du certificat utilisé (SES/AdES/QES). FactPulse ne fournit pas de certificats qualifiés QES - vous devez obtenir un certificat auprès d'un PSCO (Prestataire de Services de Confiance qualifié) pour une validité juridique maximale.
|
|
243
|
+
Signe un PDF uploadé avec le certificat électronique configuré pour le client (via client_uid du JWT). **Standards supportés** : PAdES-B-B, PAdES-B-T (horodatage), PAdES-B-LT (archivage long terme). **Niveaux eIDAS** : SES (auto-signé), AdES (CA commerciale), QES (PSCO - hors scope). **Sécurité** : Double authentification X-Internal-Secret + JWT Bearer pour récupérer le certificat. **⚠️ Disclaimer légal** : Les signatures générées sont des cachets électroniques au sens du règlement eIDAS. Le niveau de validité juridique dépend du certificat utilisé (SES/AdES/QES). FactPulse ne fournit pas de certificats qualifiés QES - vous devez obtenir un certificat auprès d'un PSCO (Prestataire de Services de Confiance qualifié) pour une validité juridique maximale.
|
|
244
244
|
|
|
245
245
|
### Examples
|
|
246
246
|
|