My Oracle Support Banner

Importing Data Using Rest API (Doc ID 2660000.1)

Last updated on MARCH 13, 2024

Applies to:

Oracle Fusion CX Sales Cloud Service - Version 11.13.20.01.0 and later
Information in this document applies to any platform.

Goal

On : 11.13.20.01.0 version, Accounts, Contacts, Households

Importing Data using Rest API

I am trying to import data using rest API. I have successfully completed the following steps:

1.Identify the Objects to Import Your Data
2.Get Object MetaData
3.Select Required Object Attributes
4.Download the Import Template for the Object
5.Create Import Map

Now I am trying to do next step "Create Mapping Columns" in which i am facing issue saying that "Unable to parse the provided payload". I am sing below url.

curl --silent --show-error --fail --user osc.integrations:!nte3face123 -X POST -H "Content-Type:application/vnd.oracle.adf.resourceitem+json" -d '
{{"ColumnHeader":"OrganizationName","ExampleValue":"Org","AttributeCode":"OrganizationName"}{"ColumnHeader":"PartyNumber","ExampleValue":"PNum","AttributeCode":"PartyNumber"}{"ColumnHeader":"Comments","ExampleValue":"Comm","AttributeCode":"Comments"}
}'
https://cbfv-test.fa.em2.oraclecloud.com/crmRestApi/resources/11.13.18.05/importMappings/300000562666328/child/ImportMappingColumns
 

Solution

To view full details, sign in with your My Oracle Support account.

Don't have a My Oracle Support account? Click to get started!


In this Document
Goal
Solution


My Oracle Support provides customers with access to over a million knowledge articles and a vibrant support community of peers and Oracle experts.