Discussions

Ask a Question
Back to All

Updating CsContact.StateSenate/StateHouse in the REST API?

Wondering if this is possible - I did a GET on /api/CsContact?EntityId={id}, I modified the StateHouse value:

		{
			"$type": "Asi.Soa.Core.DataContracts.GenericPropertyData, Asi.Contracts",
			"Name": "StateSenate",
			"Value": "025"
		},

and then PUT the payload back, but my modification to that field did not persist. Is it possible to modify that field through the API/CsContact endpoint?

This is 20.3.136.136.