Symptom
Within your business scenario, it is necessary to make the value of a field (Standard/KUT/PDI) date type null via Odata Service.
E.g.
The value is:
<d:ZKUT_TestField_KUT>2024-07-22T14:07:58.7615700Z</d:ZKUT_TestField_KUT>
The value should be:
<d:ZKUT_TestField_KUT m:null="true"/>
Environment
SAP Cloud For Customer
Resolution
- Access the Odata environment e.g. Postman.
- Perform the Patch call with the following payload:
"ZKUT_TestField_KUT": null - As a result, the value returns from a GET call as <d:ZKUT_TestField_KUT m:null="true"/>
See Also
Keywords
null value; null; date; odata; , KBA , LOD-CRM-INT-API , OData API (C4C Only) , How To
Product
SAP Cloud for Customer core applications 2405