'You must provide a value for the OwnerPersonId attribute.' When update employee bank account owner
in Expenses
Hi All,
I have an external bank account which has 2 acccount owner. (Actually they are same person while rehire assign a new person number and account for him).
Now when GET his bank account via /fscmRestApi/resources/11.13.18.05/externalBankAccounts, It always return old PersonId.
I'd like to make it show the new person id, so I add a new account owner for the external bank account :
{
"items": [
{
"AccountOwnerPartyIdentifier": 300000011075006,
"AccountOwnerPartyNumber": "7839",
"AccountOwnerPartyName": "ABC",
"PrimaryOwnerIndicator": "Y",
"StartDate": "2026-02-11",
"EndDate": "2026-03-11",
"AccountOwnerId": 300000012685423,
"Intent": null,
"PersonId": null,
"AddJointAccountOwner": null,
"ApprovalStatus": null,
"OriginApplicationIdentifier": null,
"LastChangeHistoryIdentifier": null,
"VerificationStatus": null,
"FinalVerificationStatusCode": "",
"FinalVerificationStatusMeaning": "",
"FinalVerificationStatusDetails": "",
"BankAccountInternalVerificationStatus": "",
"OwnerInternalVerificationStatus": "",},
{
"AccountOwnerPartyIdentifier": 300000018340224,
"AccountOwnerPartyNumber": "60251",
Tagged:
0