Skip to content
New issue

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

Missing "Delivered" tracking event enum value #38

Open
nilesr opened this issue May 15, 2024 · 0 comments
Open

Missing "Delivered" tracking event enum value #38

nilesr opened this issue May 15, 2024 · 0 comments

Comments

@nilesr
Copy link

nilesr commented May 15, 2024

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)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

1 participant