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
If a file is uploaded with the same name as a file that already exists under this account, the previous file will be overwritten.
297
297
298
-
A list of supported media types can be found [here](https://support.bandwidth.com/hc/en-us/articles/360014128994-What-MMS-file-types-are-supported-).
298
+
A list of supported media types can be found at [Bandwidth Support](https://www.bandwidth.com/support/en/articles/12823220-what-mms-file-types-are-supported).
299
299
operationId: uploadMedia
300
300
parameters:
301
301
- description: Your Bandwidth Account ID.
@@ -8956,7 +8956,7 @@ components:
8956
8956
description: |-
8957
8957
The URL of a media attachment.
8958
8958
8959
-
For MMS, the API limits file size to 3.5MB. Specific carriers and channels may have a smaller limit that could cause a large file to fail, see [here](https://support.bandwidth.com/hc/en-us/articles/360014235473-What-are-the-MMS-file-size-limits) for more details.
8959
+
For MMS, the API limits file size to 3.5MB. Specific carriers and channels may have a smaller limit that could cause a large file to fail, see more at [Bandwidth Support](https://www.bandwidth.com/support/en/articles/12823216-what-are-the-mms-file-size-limits) for more details.
**Note:** If this field is provided, it is strongly recommended to also provide `businessRegistrationType` and `businessRegistrationIssuingCountry`. Submissions missing these fields have a high likelihood of rejection.
13835
+
**Note: As of October 19th, 2026 this field will be required when `businessEntityType` is _not_ `SOLE_PROPRIETOR`. If this field is provided, `businessRegistrationType` and `businessRegistrationIssuingCountry` are also required.**
13836
13836
example: 12-3456789
13837
13837
maxLength: 500
13838
13838
nullable: true
13839
13839
type: string
13840
13840
businessRegistrationTypeEnum:
13841
13841
description: |
13842
13842
The type of business registration number.
13843
+
13844
+
**Note: As of October 19th, 2026 this field will be required when `businessRegistrationNumber` is provided.**
13843
13845
enum:
13844
13846
- EIN
13845
13847
- CBN
@@ -13862,11 +13864,11 @@ components:
13862
13864
example: EIN
13863
13865
nullable: true
13864
13866
type: string
13865
-
businessRegistrationIssuingCountryEnum:
13867
+
businessRegistrationIssuingCountry:
13866
13868
description: |-
13867
-
The country issuing the business registration in ISO-3166-1 alpha-3 format. Alpha-2 country codes are acceptable, but the application will convert them to alpha-3 when received, so alpha-3 is encouraged.
13869
+
The country issuing the business registration in ISO-3166-1 alpha-3 format. Alpha-2 format is accepted by the API, but alpha-3 is highly encouraged.
13868
13870
13869
-
**Note:** If this field is omitted but `businessRegistrationType` is provided, the application will attempt to infer the country based on the registration type. However, if the application cannot confidently infer the country, the submission may be rejected. To ensure the highest likelihood of acceptance, it is recommended to provide both `businessRegistrationType` and `businessRegistrationIssuingCountry`.
13871
+
**Note: As of October 19th, 2026 this field will be required when `businessRegistrationNumber` is provided.**
description: "The type of registered business.\n\n**Note: As of October 19th,\
13898
+
\ 2026 submissions using a value other than `SOLE_PROPRIETOR` must provide\
13899
+
\ a value for `businessRegistrationNumber`, `businessRegistrationType`, and\
13900
+
\ `businessRegistrationIssuingCountry`. \nSubmissions using `SOLE_PROPRIETOR`\
13901
+
\ must _omit_ `businessRegistrationNumber`, `businessRegistrationType`, and\
13902
+
\ `businessRegistrationIssuingCountry`. Failure to adhere to these constraints\
13903
+
\ will result in a 400 Bad Request rejection.**\n"
13915
13904
enum:
13916
13905
- SOLE_PROPRIETOR
13917
13906
- PRIVATE_PROFIT
@@ -14044,15 +14033,42 @@ components:
14044
14033
description: |
14045
14034
Government-issued business identifying number.
14046
14035
14047
-
**Note:** If this field is provided, it is strongly recommended to also provide `businessRegistrationType` and `businessRegistrationIssuingCountry`. Submissions missing these fields have a high likelihood of rejection.
14036
+
**Note: As of October 19th, 2026 this field will be required when `businessEntityType` is _not_ `SOLE_PROPRIETOR`. If this field is provided, `businessRegistrationType` and `businessRegistrationIssuingCountry` are also required.**
**Note:** If this field is provided, it is strongly recommended to also provide `businessRegistrationType` and `businessRegistrationIssuingCountry`. Submissions missing these fields have a high likelihood of rejection.
14173
+
**Note: As of October 19th, 2026 this field will be required when `businessEntityType` is _not_ `SOLE_PROPRIETOR`. If this field is provided, `businessRegistrationType` and `businessRegistrationIssuingCountry` are also required.**
description: A message that gets sent to users requesting help.
14170
14213
example: Please contact support for assistance.
@@ -15008,15 +15051,42 @@ components:
15008
15051
description: |
15009
15052
Government-issued business identifying number.
15010
15053
15011
-
**Note:** If this field is provided, it is strongly recommended to also provide `businessRegistrationType` and `businessRegistrationIssuingCountry`. Submissions missing these fields have a high likelihood of rejection.
15054
+
**Note: As of October 19th, 2026 this field will be required when `businessEntityType` is _not_ `SOLE_PROPRIETOR`. If this field is provided, `businessRegistrationType` and `businessRegistrationIssuingCountry` are also required.**
0 commit comments