...
Panel | ||
---|---|---|
| ||
|
...
Element | Data Type | Required? | Default | Description | Sample Data |
---|---|---|---|---|---|
VendorId | Int32 | No | The vendor Id is a unique identifier for a vendor. For internal use only. | ||
VendorName | String (50) | One of VendorName, VendorUid and/or Vendor Number | The vendor name is a unique identifier for a vendor. | Company Card | |
VendorUid | Int64 | See VendorName | A unique and immutable identifier for a vendor. | 1152921504607055834 | |
VendorNumber | String (50) | See VendorName | The vendor number is a unique identifier for a vendor. | CC123 | |
ExpenseReportPayeeFlag | Boolean | No | false | If set to 'true', this vendor is enabled for expense reports. | true |
DirectPaymentVendorFlag | Boolean | No | false | If set to 'true', this vendor is enabled for direct payments. | |
InactiveFlag | Boolean | No | false | If set to 'true', this vendor is marked as inactive. | false |
ResourceVendorFlag | Boolean | No | false | If set to 'true', this vendor is linked to a resource. | true |
VendorInvoicePayeeFlag | Boolean | No | false | If set to 'true', this vendor is enabled for vendor invoices. | false |
SubcontractorInvoicePayeeFlag | Boolean | No | false | If set to 'true', this vendor is enabled for subcontractor invoices. | false |
...