We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi - I am unable to list all of my organization's letters, because some enum values are missing, causing LettersApi.list to throw an error.
lob.dotnet.Client.ApiException: Error converting value "Delivered" to type 'lob.dotnet.Model.TrackingEventNormal+NameEnum'. Path 'data[41].tracking_events[3].name', line 6335, position 39. at lob.dotnet.Client.ApiClient.Exec[T](RestRequest req, RequestOptions options, IReadableConfiguration configuration) at lob.dotnet.Client.ApiClient.Get[T](String path, RequestOptions options, IReadableConfiguration configuration) at lob.dotnet.Api.LettersApi.listWithHttpInfo(Nullable`1 limit, String before, String after, List`1 include, Dictionary`2 dateCreated, Dictionary`2 metadata, Nullable`1 color, Nullable`1 scheduled, Dictionary`2 sendDate, Nullable`1 mailType, SortBy3 sortBy, Int32 operationIndex) at lob.dotnet.Api.LettersApi.list(Nullable`1 limit, String before, String after, List`1 include, Dictionary`2 dateCreated, Dictionary`2 metadata, Nullable`1 color, Nullable`1 scheduled, Dictionary`2 sendDate, Nullable`1 mailType, SortBy3 sortBy, Int32 operationIndex)
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi - I am unable to list all of my organization's letters, because some enum values are missing, causing LettersApi.list to throw an error.
The text was updated successfully, but these errors were encountered: