excellarateinc / voyage-api-dotnet

Enterprise grade C# .NET Web Services API implementing industry standard best practices
Apache License 2.0
16 stars 14 forks source link

/accounts POST accepts a param of "phoneNumbers" and has a response of "phone" #169

Closed tmichalski closed 6 years ago

tmichalski commented 6 years ago

Currently when creating an account under /accounts, the input parameter for phone numbers is "phoneNumbers", but the response object is named "phones". Keep "phones" as the object name.

tmichalski commented 6 years ago

Fixed in https://github.com/lssinc/voyage-api-dotnet/pull/170