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 blank values using Rest API - Patch ?

Received Response
11
Views
3
Comments
edited Jun 24, 2021 3:42PM in HCM Integrations 3 comments

Summary

How to blank values using Rest API - Patch ?

Content

Hi,

We are trying to blank/null the values already present in the object/field using PATCH. For eg. I want to clear the value of Phone area code. How to pass the value to make it blank ?

 

Below JSON payload not working.

{
  "WorkPhoneCountryCode" : null,
  "WorkPhoneNumber" : "61738914302"  
}

Getting below error -

WorkPhoneCountryCode is invalid or empty.oracle.apps.fnd.applcore.messages.FndMessagesUtil$FndMapResourceBundle

 

Howdy, Stranger!

Log In

To view full details, sign in.

Register

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