Trying to trigger the “Extend as Customer” action for a business account via the rest api but am getting a 422 Unprocessable Entity. Not sure what I am doing wrong? Please help.
In postman using ‘POST’ with the url: https://((CUSTOMER))/entity/Default/24.200.001/BusinessAccount/ConvertBusinessAccountToCustomer
Body:
{
"entity": {
"Type": { "value": "BAccount" },
"BusinessAccountID": { "value": "000053" },
"CustomerClass": { "value": "W RN BC" },
"CustomerName": { "value": "Channeltestcustomer169" },
"SalesAccount": { "value": "40000" },
"ARAccount": { "value": "11000" }
}
}
















