I can GET custom values using the REST API but when I trying setting, they remain NULL.
Question: what JSON structure do I use to set custom values?
Here’s an example when I use GET:
"custom": {
"Document": {
"UsrDeviceIPaddress": {
"type": "CustomStringField",
"value": “100.99.777.55”
}
}
}
However, when I use this same structure during a PUT to create a SalesOrder, the value is always null.