Siebel Json Not Following Camel Case
(Doc ID 3036675.1)
Last updated on JULY 23, 2024
Applies to:
Siebel CRM - Version 24.5 and laterInformation in this document applies to any platform.
Symptoms
When describing an existing Inbound REST interface , or calling that interface with a Rest client, the json tags to represent an IC Field contain spaces and do NOT follow camel case.
Removing spaces and using camel case are beyond the json base specification but are recommendations found in
https://jsonapi.org/recommendations/
The issue can be reproduced at will with the following steps:
1. Use any REST client to call the Account interface at siebel/v1.0/data/Account/Account/1-17ZX
2. Notice account fields returned contain spaces and do NOT follow camel case. e.g: SBA Review
Changes
Cause
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
Symptoms |
Changes |
Cause |
Solution |