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
res = apideck.accounting.tax_rates.list(raw=False, service_id="salesforce", limit=20, filter_={
870
+
res = apideck.accounting.tax_rates.list(raw=False, service_id="salesforce", company_id="12345", limit=20, filter_={
856
871
"assets": True,
857
872
"equity": True,
858
873
"expenses": True,
@@ -920,7 +935,7 @@ with Apideck(
920
935
api_key=os.getenv("APIDECK_API_KEY", ""),
921
936
) as apideck:
922
937
923
-
res = apideck.accounting.tax_rates.list(raw=False, service_id="salesforce", limit=20, filter_={
938
+
res = apideck.accounting.tax_rates.list(raw=False, service_id="salesforce", company_id="12345", limit=20, filter_={
924
939
"assets": True,
925
940
"equity": True,
926
941
"expenses": True,
@@ -952,7 +967,7 @@ with Apideck(
952
967
api_key=os.getenv("APIDECK_API_KEY", ""),
953
968
) as apideck:
954
969
955
-
res = apideck.accounting.tax_rates.list(raw=False, service_id="salesforce", limit=20, filter_={
970
+
res = apideck.accounting.tax_rates.list(raw=False, service_id="salesforce", company_id="12345", limit=20, filter_={
956
971
"assets": True,
957
972
"equity": True,
958
973
"expenses": True,
@@ -999,7 +1014,7 @@ with Apideck(
999
1014
res =None
1000
1015
try:
1001
1016
1002
-
res = apideck.accounting.tax_rates.list(raw=False, service_id="salesforce", limit=20, filter_={
1017
+
res = apideck.accounting.tax_rates.list(raw=False, service_id="salesforce", company_id="12345", limit=20, filter_={
1003
1018
"assets": True,
1004
1019
"equity": True,
1005
1020
"expenses": True,
@@ -1052,7 +1067,7 @@ with Apideck(
1052
1067
1053
1068
1054
1069
**Inherit from [`ApideckError`](./src/apideck_unify/models/apideckerror.py)**:
1055
-
*[`Unauthorized`](./src/apideck_unify/models/unauthorized.py): Unauthorized. Status code `401`. Applicable to 6 of 326 methods.*
1070
+
*[`Unauthorized`](./src/apideck_unify/models/unauthorized.py): Unauthorized. Status code `401`. Applicable to 6 of 335 methods.*
1056
1071
*[`ResponseValidationError`](./src/apideck_unify/models/responsevalidationerror.py): Type mismatch between the response data and the expected Pydantic model. Provides access to the Pydantic validation error via the `cause` attribute.
1057
1072
1058
1073
</details>
@@ -1078,7 +1093,7 @@ with Apideck(
1078
1093
api_key=os.getenv("APIDECK_API_KEY", ""),
1079
1094
) as apideck:
1080
1095
1081
-
res = apideck.accounting.tax_rates.list(raw=False, service_id="salesforce", limit=20, filter_={
1096
+
res = apideck.accounting.tax_rates.list(raw=False, service_id="salesforce", company_id="12345", limit=20, filter_={
0 commit comments