POST - https://staging.subscribercrmapi.acamh.org/api/holdingprofile

Adds or updates the specified Holding Profile Details.

{
"ContactId": null,
"HoldingPersonalDetailsId": 1234,
"ProfileSectionTitle": "MyProfileSection",
"ProfileSectionFormat": 1,
"Rows": [
{
"ToDelete": false,
"Data": {
"profilefield1": 123,
"profilefield2": "My value",
"profilefield3": "Another value"
}
}
]
}