curl --location --request PUT '/clients//aritems' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"metadata": {
"userId": "TestUser"
},
"arItem": {
"arItemId": "2218-500002-35078-0",
"dueDate": "2025-06-15",
"dueDateNote": "Customer called, asked for and was granted a postponed due date",
"reminder": {
"stopUntil": "2026-01-01",
"stopUntilNote": "Ongoing invoice discussions with the customer. Temporarily postponing debt collection was agreed"
}
}
}'{
"status": "PROCESSED",
"result": "UPDATED",
"message": "AR item updated",
"clientNo": 2218,
"accountNo": 500002,
"referenceNo": 350023,
"referenceSequenceNo": 0,
"arItemId": "2218-500002-350023-0",
"customerNo": "543210"
}