Custom preferences supported by the Parse Service are for use against any country dataset. Other custom
fields that apply to certain countries are located in
(linking to
CustomFields_Intro.dita).
ID note: Other custom fields that apply to certain countries are located in
<xref href="../CustomFields/CustomFields_Intro.dita#customfields_intro"/>.</p>
To create a custom preference for a POST request, follow this code snippet.
"preferences" : {
"customPreferences" : {
"<YOUR_CUSTOM_PREFERENCE>" : "true"
}