Page 1 of 1

Adjustment API

Posted: Tue Feb 27, 2024 1:02 pm
by jasoncartercs
Is it possible to add the user who enters the adjustment as a property in the API?

This would be useful for any kind of adjustment or payment on an account.

Re: Adjustment API

Posted: Tue Feb 27, 2024 5:09 pm
by justine
jasoncartercs wrote:
Tue Feb 27, 2024 1:02 pm
Is it possible to add the user who enters the adjustment as a property in the API?

This would be useful for any kind of adjustment or payment on an account.
We do not allow setting secUserNumEntry via the API. secUserNumEntry will always be 0 when an endpoint is inserted via API.

Thanks!

Re: Adjustment API

Posted: Tue Feb 27, 2024 5:30 pm
by jasoncartercs
My question was not clear. The secUserNumEntry is not a part of the Adjustment endpoint. Is there a way to add it?

Re: Adjustment API

Posted: Tue Feb 27, 2024 5:50 pm
by justine
jasoncartercs wrote:
Tue Feb 27, 2024 5:30 pm
My question was not clear. The secUserNumEntry is not a part of the Adjustment endpoint. Is there a way to add it?
Ahh, I understand. I have added returning secUserNumEntry to the adjustments GET response to the API development list.

Thanks!