Added field Preferred Bank Account Code to tctVendor API

Modified on Thu, Jul 23 at 12:49 PM

Business Value

Users can now set the vendor's preferred bank account when inserting or updating a vendor record through the tctVendor API.

Feature Details

The field Preferred bank Account Code has been added to tctVendor API

Example

{

  "number": "10000",

  "displayName": "Contoso Supplies",

  "addressLine1": "123 Main St",

  "city": "Chicago",

  "state": "IL",

  "country": "US",

  "postalCode": "60601",

  "phoneNumber": "555-0100",

  "email": "ap@contoso.com",

  "vendorPostingGroup": "DOMESTIC",

  "paymentMethod": "CHECK",

  "paymentTerms": "NET30",

  "preferredBankAccountCode": "PRIMARY-USD"

}


Was this article helpful?

That’s Great!

Thank you for your feedback

Sorry! We couldn't be helpful

Thank you for your feedback

Let us know how can we improve this article!

Select at least one of the reasons
CAPTCHA verification is required.

Feedback sent

We appreciate your effort and will try to fix the article