You're almost there! Please answer a few more questions for access to the Applications content. Complete registration
Interested in joining? Complete your registration by providing Areas of Interest here. Register

In REST API Metadata what does updatable= FALSE means?

edited Apr 16, 2025 9:33PM in Reporting and Analytics for ERP 2 comments

Summary:

In REST API Metadata what does updatable= FALSE means?

Content (required):

We can get any REST API Metadata by using "Rest URL/Describe"

example - https://hostname.com/fscmRestApi/resources/latest/standardReceipts/describe

In the metadata(The response which we receive from above) we can see the column specification like below:

----------------------------------------

"attributes" : [ {

    "name" : "StandardReceiptId",

    "type" : "integer",

    "updatable" : true,

    "mandatory" : true,

    "queryable" : true,

    "allowChanges" : "inCreate",

    "precision" : 18,

    "hasDefaultValueExpression" : true,

    "title" : "Standard Receipt ID",

    "properties" : {

     "fnd:GLOBALLY_UNIQUE" : "true"

    },


Question is what does "updatable" : true/false means?

The observation is -> If i pass the attribute which is marked as "Updatable": false ,

Howdy, Stranger!

Log In

To view full details, sign in.

Register

Don't have an account? Click here to get started!