Update debtor status to Paid Creditor Directly
Update the status of a specific debtor to 'Paid Creditor Directly'
patch/debtorStatus/paidCreditor/{debtorId}
Path parameters
debtorIdstring required
Unique identifier of the debtor
Response
Debtor status updated successfully
Example response
{
"message": "Debtor status updated to 'Paid Creditor Directly' successfully"
}