I am getting an error using PHP when I try to input a Journal Entry. The login and first part of the JE working OK and I get good ID codes back, but the individual credit and debit lines get an error.
This is the output I get:
2Successfully id of : 1
Created Successfully id of : 3261
Array ( [faultCode] => 2 [faultString] => Record does not exist or has been deleted. (Record: account.account(600001,), User: 2) ) line1 id of : 1
Array ( [faultCode] => 2 [faultString] => Record does not exist or has been deleted. (Record: account.account(500000,), User: 2) ) line2 id of : 1
Array ( [faultCode] => 2 [faultString] => Record does not exist or has been deleted. (Record: account.account(500000,), User: 2) ) line3 id of : 1