Siebel Open UI, Tools, Scripting and EAI (MOSC)

MOSC Banner

Siebel REST API - createAccount returns HTTP 500 on sucess

edited Aug 4, 2017 5:00AM in Siebel Open UI, Tools, Scripting and EAI (MOSC) 3 commentsAnswered

Greetings,

I'm using SIEBEL IP16 REST API to create accounts. The account is created sucessfully. I'm getting a json with the account ID. However the HTTP status code of the request is 500 - Internal error.

Anyone knows how to fix this?

Below the request/response info:

Thank u.

Regards,

Daniel

Request

POST http://X.X.X.X:9001/siebel-rest/v1.0/service/Account/CreateAccount/

POST data:

{

  "body":{

        "Account IO":{

           "MessageType":"Integration Object",

           "IntObjectName":"Account IO",

           "ListOfAccount IO":{

           "Account":{"Name": "Shannon Jefferson"}

           }

        }

    }

}

Response

data:

{"Account Id":"1-UH6A"}

Response code: 500

Response message: Internal Server Error

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

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