Hi,
We are attempting to add a gift of type PledgePayment through the SKY API to an existing Pledge gift (this is being done through GiftBatches).
The undocumented error we're getting back is:
{"errors":[{"affected_field":"PledgeInstallmentId","exception_error_code":25133,"exception_error_message":"A pledge payment without a pledge installment ID must have a pledge installment date.","exception_error_name":"PledgePaymentWithoutPledgeInstallmentIdHasNoPledgeInstallmentDate","lookup_id":"????????-????-????-????-????????????"}],"gifts":[]}
We are filling PledgeInstallmentDate against the payment but since that field isn't documented we're not sure of the naming convention or even whether it is supported.
Could you provide any guidance on whether this is possible?
The alternative which is a bit of a pain for the administrator is that we add a “PledgeName” custom field against the gift and then the administrator has to manually apply the gift to the pledge through the web batches screen (or in Database view once the web batch has been approved).
Thanks