| Name | Description | Type | Additional information |
|---|---|---|---|
| VendorId |
Sedona internal autonumber for the Vendor record |
integer |
None. |
| VendorCode | string |
None. |
|
| CompanyName | string |
None. |
|
| FirstName | string |
None. |
|
| LastName | string |
None. |
|
| Address1 | string |
None. |
|
| Address2 | string |
None. |
|
| Address3 | string |
None. |
|
| GETable1id |
City ID from GE_Table1 |
integer |
None. |
| GETable2Id |
State ID from GE_Table2 |
integer |
None. |
| GETable3Id |
Zip ID from GE_Table3 |
integer |
None. |
| GETable4Id |
County ID from GE_Table4 |
integer |
None. |
| ZipCodePlus4 | string |
None. |
|
| CountryId |
Foreign key from SS_Country |
integer |
None. |
| Contact | string |
None. |
|
| Phone | string |
None. |
|
| Fax | string |
None. |
|
| TermId |
Foreign key from AR_Term |
integer |
None. |
| TermCode |
Value from AR_Term table (Payment terms); list of valid options can be retrieved from GET: api/term |
string |
Required String length: inclusive between 0 and 25 |
| FederalTaxId | string |
None. |
|
| Issue1099 | string |
None. |
|
| VendorTypeId |
Foreign key from AP_Vendor_Type |
integer |
None. |
| VendorTypeCode |
from AP_Vendor_Type |
string |
None. |
| Inactive | boolean |
None. |
|
| BranchId |
/// Value from AR_Branch table; do not set explicitly; pass in BranchCode and this will be validated and set automatically |
integer |
None. |
| BranchCode |
Value from AR_Branch table; defaults to config setting for branchCode if not supplied; list of valid options can be retrieved from GET: api/branch |
string |
Required String length: inclusive between 0 and 25 |
| CategoryId | integer |
None. |
|
| CategoryCode |
Category from AR_Category table |
string |
Required |
| PymtAddress1 | string |
None. |
|
| PymtAddress2 | string |
None. |
|
| PymtAddress3 | string |
None. |
|
| PymtGETable1Id | integer |
None. |
|
| PymtGETable2Id | integer |
None. |
|
| PymtGETable3Id | integer |
None. |
|
| PymtZipCodePlus4 | string |
None. |
|
| State | string |
None. |
|
| ZipCode | string |
None. |
|
| County | string |
None. |
|
| PymtCity | string |
None. |
|
| PymtState | string |
None. |
|
| PymtZipCode | string |
None. |
|
| PymtCounty | string |
None. |