VendorAccountNumber
Represents vendor account numbers assigned per location, linking vendors to their location-specific account identifiers.
Columns
| Name | Type | ReadOnly | Description |
| href | String | True |
The URL of the vendor account number resource. |
| id | String | False |
The unique identifier of the vendor account number record. |
| key [KEY] | String | True |
The system-assigned key that uniquely identifies the vendor account number record. |
| location_Href | String | True |
The URL of the location associated with this vendor account number. |
| location_Id | String | False |
The Id of the location associated with this vendor account number. |
| location_Key | String | False |
The system-assigned key of the location associated with this vendor account number. |
| location_Name | String | True |
The name of the location associated with this vendor account number. |
| vendorAccountNumber | String | False |
The account number assigned to the vendor for the associated location. |
| vendor_Href | String | True |
The URL of the vendor associated with this vendor account number. |
| vendor_Id | String | False |
The Id of the vendor associated with this vendor account number. |
| vendor_Key | String | False |
The system-assigned key of the vendor associated with this vendor account number. |