Update specific fields in an accrual type post configuration for a program.
Notes: Use this endpoint to update the processing_code
and reversal_projection_processing_code
fields, keeping the following points in mind.
-
If you don't provide a value for
reversal_projection_processing_code
, thenreversal_projection_processing_code
is set to null. -
On the other hand, if you don't provide a value for
processing_code
, thenprocessing_code
is not changed. -
So, if you just want to set
reversal_projection_processing_code
to null, run the endpoint without sending values for eitherprocessing_code
orreversal_projection_processing_code
. -
If you want to change the value of
processing_code
and setreversal_projection_processing_code
to null, run the endpoint withprocessing_code
set to the new value and don't provide a value forreversal_projection_processing_code
. -
If
reversal_projection_processing_code
is not currently null, and you want to change the value ofprocessing_code
without changing the value ofreversal_projection_processing_code
, then you must pass the new value forprocessing_code
and the original value forreversal_projection_processing_code
. -
There is no way to set
processing_code
to null.