EncompassRest icon indicating copy to clipboard operation
EncompassRest copied to clipboard

Business Contact Categories

Open tlambert opened this issue 5 years ago • 2 comments

I know the documentation on Ellie Mae has a list of possible categoryId's but you can add a new category in Encompass (Settings/Contact Setup/Business Categories) which we have a few and there is no way to create a business contact with that field being tied to an enum. The api will take a string so can you change that to a string so it will take either the enum value or a string? I don't see anything published on creating or getting a list of categories through the api but was able to get the id by pulling a test contact. Not a priority but wanted to submit it as an option.

tlambert avatar Oct 29 '20 00:10 tlambert

I'm not sure how that's supported by the API, since it expects an integer and not a string. So you're sure it accepts a string? If so we should be able to change the parameter to a StringEnumValue<BusinessContactCategory> instead.

TylerBrinkley avatar Oct 29 '20 12:10 TylerBrinkley

well it is an int but the docs for create contact says categoryid is a string. ( https://docs.developer.elliemae.com/reference#create-contact-business) they really need to update that :)

On Thu, Oct 29, 2020 at 8:06 AM Tyler Brinkley [email protected] wrote:

I'm not sure how that's supported by the API, since it expects an integer and not a string. So you're sure it accepts a string? If so we should be able to change the parameter to a StringEnumValue<BusinessContactCategory> instead.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/EncompassRest/EncompassRest/issues/348#issuecomment-718709573, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAMZBZCH7LOKN5KJMXXCSKDSNFLCXANCNFSM4TDAQEBA .

tlambert avatar Oct 29 '20 15:10 tlambert