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
print_r($response->fileNames); //this can be a single string (if there's 1 file) or an array of strings (if there's multiple files)
660
+
```
661
+
662
+
### Upload LOA file for an Import TN Order
663
+
Valid `mime_types` can be found on the [Dashboard API Reference](https://dev.bandwidth.com/numbers/apiReference.html) under `/accounts /{accountId} /importTnOrders /{orderid} /loas`
664
+
665
+
Mime types are expected to be in the format `x/y`, such as `application/pdf` or `text/plain`
0 commit comments