Siebel Business Process & Functionality (MOSC)

MOSC Banner

Siebel REST API swagger field type string for non DTYPE_TEXT datatype

We are on Siebel version IP24.1, when we generate the swagger file for REST inbound using /describe method, we see that the type of the field is always be string even for non DTYPE_TEXT datatype. For example:

"Address Change Flag": {
"title": "Address Change Flag",
"type": "string",
"x-maxLength": "1",
"x-siebel-datatype": "DTYPE_BOOL"
},

The "type" property is "string" instead of "boolean" for siebel datatype "DTYPE_BOOL". Is there any way to get "type" outcome right?

Thanks in advance :-)

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