Adding Gift Note Issue -> note_type_id

I am trying to Add Gift Note and am having an issue: using the following endpoint =>

I am successfully hitting the endpoint with the correct payload, but cannot add the required field note_type_id I have looked everywhere and don't see any documentation. I do find the that I have “Gift NotePad Types” in Database Viewer/Tables. But, there is no way to see the Id (just the description).

{
"gift_id": 1111,
"date": {
"d": 15,
"m": 12,
"y": 2018
},
"summary": "Registration fees",
"text": "The registration fees were paid by Mrs. Hernandez.",
"note_type_id": 1122,
"author": "Supervisor"
}

Any help?

Comments

Categories