Preprocessing error in DIXF import - D365 FO

Hi ,

I have configured recurrence for customr group import.

when I try to execute it from Postman using

And the status message is

I tried using both xml and csv as source data format.

Version of F365FO is Update 33

Your request doesn’t specify any entity. Add ?entity=Customer%20Groups to the URL.

Hi Martin,

In the first screenshot,the URL refers to the configured recurring job for Customer Group.

It is referred in MS docs site : ://docs.microsoft.com/en-us/dynamics365/fin-ops-core/dev-itpro/data-entities/recurring-integrations

The request I send reaches D365 and a message is enqueued there. But later it turns as “Preprocessng error”.

I get the same error when integrating with logic apps .

Look at the Docs page again - it confirms what I said. Let me quote it:

API for import (enqueue)

Make an HTTP POST call against the following URL.

https:///api/connector/enqueue/?entity=

In the message body, you can the pass the data as a memory stream.

Example
POST POST usncax1aos.cloud.onebox.dynamics.com/…/{6D31E09F-0249-459F-94F0-AAD9C2C47B64}?entity=Customer%20Groups

Thanks Martin. I am able to import now