Hi,
How is the Gift constituency working in this operation “POST Gift (Batch)”?
From what I can see, it takes the constituent code from the Constituent, even though it exists in the Code Table and is specified in the body of the request:
{
"gifts": [
{
"amount": {
"value": "20.00"
},
"constituent_id": "591080",
"constituency": "Ami",
"date": "2024-11-29T20:19:17Z",
"gift_status": "Active",
"type": "Donation",
[…]
}
]
}
Many thanks,
Vincent