1 post / 0 new
Daniel Penner
API Integration Response Errors

While testing out a beta plan for my organization,

I created a test app to create a General Ledger Journal Record using CDK Drive Post Accounts GL WIP by following directions in the developer guide here: https://apidocs.fortellis.io/apis/0ae40bee-d879-407f-951d-beb541a3e704 (specifically to this endpoint: https://api.fortellis.io/cdk/drive/businessofficeglpost/startWIP). I was able to get an access_token and used the SubscriberId I got from my organization's Subscription Report and got back an error response: "NotFound - {"fault":{"faultstring":"Unable to identify proxy for host: api.fortellis.io and url: \/cdk\/drive\/businessofficeglpost\/startWIP","detail":{"errorcode":"messaging.adaptors.http.flow.ApplicationNotFound"}}}"

I then tried to accomplish the same task by using CDK Drive Post Accounting GL and following the directions in the developer guide here: https://apidocs.fortellis.io/apis/2ed7a316-f952-4c81-9e2b-bc148b77c007 (specifically to this endpoint: https://api.fortellis.io/cdk/drive/glpost/startWIP) and got back an error response: "Invalid SubscriptionId or Implementation provider is not configured for the requested API.". I submitted a request for support for this error a few days ago.

After making an API request for Retrieving Subscriber Context using my access_token and subscriptionId, it looks as though both "CDK Drive Post Accounting GL" and "CDK Drive Post Accounts GL WIP" are under the status "inactive" in Connections Info. Both of these integrations can be found in my organization's registered app within a beta plan.

How do I make sure these API integrations are active and ready for me to request?