Account Number Field is Missing In REST API Even Though it is Present in OPCODE
(Doc ID 2826058.1)
Last updated on DECEMBER 08, 2022
Applies to:
Oracle Communications Billing and Revenue Management - Version 12.0.0.4.0 and laterInformation in this document applies to any platform.
Symptoms
On Billing and Revenue Management (BRM) 12.0.0.4.0 version, using REST API, when trying to create a new account including the AccountNumber field in input json file, the following error occurs:
]] Root cause of ServletException.
org.glassfish.jersey.server.ContainerException: com.fasterxml.jackson.databind.exc.UnrecognizedPropertyException: Unrecognized field "accountNumber" (class com.oracle.communications.brm.cc.model.RegistrationAccount), not marked as ignorable (21 known properties: "paymentType", "notes", "securityCode1", "securityCode2", "effective", "billUnits", "parentRef", "profiles", "purchasingPlanRef", "currency", "status", "contacts", "timezoneId", "genericBundle", "locale", "services", "customerTypeCode", "paymentMethod", "organizationHierarchyTypeCode", "wallet", "businessType"])
at [Source: (org.glassfish.jersey.message.internal.ReaderInterceptorExecutor$UnCloseableInputStream); line: 7, column: 22] (through reference chain: com.oracle.communications.brm.cc.model.RegistrationAccount["accountNumber"])
at org.glassfish.jersey.servlet.internal.ResponseWriter.rethrow(ResponseWriter.java:254)
at org.glassfish.jersey.servlet.internal.ResponseWriter.failure(ResponseWriter.java:236)
at org.glassfish.jersey.server.ServerRuntime$Responder.process(ServerRuntime.java:436)
at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:261)
org.glassfish.jersey.server.ContainerException: com.fasterxml.jackson.databind.exc.UnrecognizedPropertyException: Unrecognized field "accountNumber" (class com.oracle.communications.brm.cc.model.RegistrationAccount), not marked as ignorable (21 known properties: "paymentType", "notes", "securityCode1", "securityCode2", "effective", "billUnits", "parentRef", "profiles", "purchasingPlanRef", "currency", "status", "contacts", "timezoneId", "genericBundle", "locale", "services", "customerTypeCode", "paymentMethod", "organizationHierarchyTypeCode", "wallet", "businessType"])
at [Source: (org.glassfish.jersey.message.internal.ReaderInterceptorExecutor$UnCloseableInputStream); line: 7, column: 22] (through reference chain: com.oracle.communications.brm.cc.model.RegistrationAccount["accountNumber"])
at org.glassfish.jersey.servlet.internal.ResponseWriter.rethrow(ResponseWriter.java:254)
at org.glassfish.jersey.servlet.internal.ResponseWriter.failure(ResponseWriter.java:236)
at org.glassfish.jersey.server.ServerRuntime$Responder.process(ServerRuntime.java:436)
at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:261)
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 |
Cause |
Solution |
References |