team-telnyx / telnyx-dotnet

.NET SDK for the Telnyx API
MIT License
9 stars 9 forks source link

Id returned from ListShortCodes is not a GUID #82

Open alvarosilvac opened 5 months ago

alvarosilvac commented 5 months ago

We are trying to get list the short codes, however, the response doesn't return the id as a GUID so the package is failing to deserialize it. This is the code for the JSON: https://github.com/team-telnyx/telnyx-dotnet/blob/master/src/Telnyx.net/Entities/ShortCode/ShortCodes.cs#L15-L16 The Id received format is: "id": "US.XXXXX" (not a GUID)