Receivables - EBS (MOSC)

MOSC Banner

How to create a customer using EBS REST API

in Receivables - EBS (MOSC) 3 commentsAnswered

Hi Team,

I have deployed the "HZ_CUST_ACCOUNT_V2PUB"  API as a REST in SOA Integration, I tried the following payload to create customer

Payload:

{"customer":{

"@xmlns":"http://xmlns.oracle.com/apps/hz/rest/customer/create_cust_account/",

"RESTHeader":{

"@xmlns": "http://xmlns.oracle.com/apps/fnd/rest/header",

"Responsibility": "DPI_RECEIVABLES_USER",

"RespApplication": "AR",

"SecurityGroup": "STANDARD",

"NLSLanguage": "AMERICAN",

"Language" : "AMERICAN",

"Org_Id": "102"

},

"InputParameters": {

"P_INIT_MSG_LIST": "T",

"P_CUST_ACCOUNT_REC": {

"ACCOUNT_NAME": "test friday 2016",

"CREATED_BY_MODULE": "TCA_V2_API"

},

"P_PERSON_REC": {

"PERSON_FIRST_NAME": "test",

"PERSON_LAST_NAME": "test_f"

},

"P_CUSTOMER_PROFILE_REC":null,

Howdy, Stranger!

Log In

To view full details, sign in.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center