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

How to update checbox in custom application(made using app composer) in SaaS using REST API?

Summary:


Content (required):

In the custom application, I need to update a checkbox value from 'N' to 'Y'. But my current API is supporting only POST operation but not patch.

current API: /fscmRestApi/resources/latest/ASBNDETAILS_c

payload:

{

  "RecordName" : "TESTDUTY7-BOE",

  "DUTYADDED_c":"Y" //checkbox field which is to be updated

}

Version (include the version you are using, if applicable):


Code Snippet (add any code snippets that support your topic, if applicable):

Howdy, Stranger!

Log In

To view full details, sign in.

Register

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