Phil barker
- Total activity 16
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 4
Activity overview
Latest activity by Phil barker-
Phil barker commented,
Thanks for looking into this Rudy and for progressing it to the development team. I can confirm that the EntryNumber is valid, having just previously successfully created the Journal Entry.
-
Phil barker commented,
Hello. I am having trouble using the POST method of the JournalEntryDetails API endpoint. The JournalEntry (Purchase Accrual) is created successfully but the POST JournalEntryDetails with payload s...
-
Phil barker commented,
Thanks Maggie. I thought I was using the latest SDK, but clearly I wasn't. All good now.
-
Phil barker commented,
We are using the Account Updated webhook in v20.96, but it always passes GenderID as null. When I use the Ungerboeck API - GET Accounts - I can see accounts with "Gender": "M" and "GenderID": 1, bu...
-
Phil barker commented,
Is there a way to update the RelationshipType on a Relationship using the PUT method of the endpoint api/v1/Relationships I am getting the following error messageRelationship 'RelationshipType' val...
-
Phil barker commented,
I have written a receiver API for the Account Updated webhook. It fires successfully when I create a new account or update an existing account. However when I merge two accounts, the webhook does n...
-
Phil barker commented,
Thanks again Rudy!
-
Phil barker commented,
Thanks for your reply Rudy. I have added the following to the web.config <location path="api/v1/sdk_initialize"> <system.web> <authorization> <allow users="*" /> </authorization...
-
Phil barker commented,
Thanks for your response Lee. Both websites have Mixed-Mode Authentication in IIS. UBPROD has Anonymous and Windows (401 Challenge) enabled, while UBPRODAUTH has Anonymous & Forms (SignIn.aspx) ena...
-
Phil barker commented,
We have two v20 websites connected to the one production database - UBPROD and UBPRODAUTH. UBPROD is configured with Windows Authentication and UBPRODAUTH with Ungerboeck Authentication. I can use...