GetCustomerByCompanyTaxId does not find an existing client

1

Good afternoon.

I am trying to find the data of a client through the API, for an integration with an external system. For this, I am using the endpoint + operation " link " (URL segments changed for this post, of course). I'm also adding the query string "? CompanyTaxId = < client NIF >" with the NIF of a client I'm seeing on the test subscription. It is because I am seeing you at this moment that I know the client exists in Jasmin.

When trying to get the data, I get an HTTP 404 and I encounter the following error:

  

{"message": "The 'Customer Entity' was not found." }

Now, as I said, the customer is absolutely sure.

Because I'm getting this error, I also assume that the problem is not in authentication or token retrieval. Has anyone ever come across this error?

Thank you in advance.

By now, I can not add (or view) the applications associated with my test subscriptions in Nitrogen. If you try to add an application to a subscription, the UI tells me that everything went fine, but I still see the list of applications empty.

    
asked by anonymous 01.10.2018 / 15:07

1 answer

2

Good afternoon John.

I think what you want is something like this:

https://my.jasminsoftware.com/api/{AccountKey}/{SubscriptionKey}/salescore/customerParties/getCustomerByCompanyTaxId/503140600
    
02.10.2018 / 18:31