Skip to content

Latest commit

 

History

History
41 lines (38 loc) · 27.2 KB

Supplier.md

File metadata and controls

41 lines (38 loc) · 27.2 KB

Supplier

Fields

Field Type Required Description Example
Id string ✔️ A unique identifier for an object. 12345
DownstreamId string The third-party API ID of original entity 12345
DisplayId string Display ID EMP00101
DisplayName string Display name Windsurf Shop
CompanyName string The name of the company. SpaceX
CompanyId string The company or subsidiary id the transaction belongs to 12345
Title string The job title of the person. CEO
FirstName string The first name of the person. Elon
MiddleName string Middle name of the person. D.
LastName string The last name of the person. Musk
Suffix string N/A Jr.
Individual bool Is this an individual or business supplier true
Addresses List<Address> N/A
PhoneNumbers List<PhoneNumber> N/A
Emails List<Email> N/A
Websites List<Website> N/A
BankAccounts List<BankAccount> N/A
Notes string Some notes about this supplier Some notes about this supplier
TaxRate LinkedTaxRate N/A
TaxNumber string N/A US123945459
Currency Currency Indicates the associated currency for an amount of money. Values correspond to ISO 4217. USD
Account LinkedLedgerAccount N/A
Status SupplierStatus Supplier status active
PaymentMethod string Payment method used for the transaction, such as cash, credit card, bank transfer, or check cash
Channel string The channel through which the transaction is processed. email
CustomMappings Models.Components.CustomMappings When custom mappings are configured on the resource, the result is included here.
CustomFields List<CustomField> N/A
UpdatedBy string The user who last updated the object. 12345
CreatedBy string The user who created the object. 12345
UpdatedAt DateTime The date and time when the object was last updated. 2020-09-30T07:43:32.000Z
CreatedAt DateTime The date and time when the object was created. 2020-09-30T07:43:32.000Z
RowVersion string A binary value used to detect updates to a object and prevent data conflicts. It is incremented each time an update is made to the object. 1-12345
PassThrough List<PassThroughBody> The pass_through property allows passing service-specific, custom data or structured modifications in request body when creating or updating resources.
SubsidiaryId string The subsidiary the supplier belongs to. 12345