SupplierCard
A supplier card.
idstringnullable
The Lightyear ID for this object.
When importing the object this field should be omitted or null.
Example:
79f53980-7f6b-4d18-ac38-48b60d399e1esourceIDstring
The unique identifier for this object in the source system.
Example:
SUP-001codestringnullable
The object code identifier.
Usually this will be a human readable value for the object being imported.
Example:
SUP-001fullNamestring
The supplier name.
Example:
ACMEtaxNumberstringnullable
The supplier's tax number.
Example:
GB123456789countryCodestringnullable
The supplier's 2 letter ISO country code.
Example:
GBcurrencystringnullable
The supplier's 3 letter ISO currency code.
Example:
GBPbankAccount object
Bank account details.
accountNamestringnullable
Account name.
accountNumberstringnullable
Account number.
sortCodestringnullable
Sort code.
bicstringnullable
Bank identification number.
ibanstringnullable
International bank account number.
address object
Note the supplier address fields are limited to 50 characters.
line1stringnullable
Address line 1
Example:
124 ACME Roadline2stringnullable
Address line 2
Example:
Southgateline3stringnullable
Town/City
Example:
Londonline4stringnullable
County
Example:
Englandline5stringnullable
Postcode
Example:
RR12 8QASupplierCard
{
"id": "79f53980-7f6b-4d18-ac38-48b60d399e1e",
"sourceID": "SUP-001",
"code": "SUP-001",
"fullName": "ACME",
"taxNumber": "GB123456789",
"countryCode": "GB",
"currency": "GBP",
"bankAccount": {
"accountName": "string",
"accountNumber": "string",
"sortCode": "string",
"bic": "string",
"iban": "string"
},
"address": {
"line1": "124 ACME Road",
"line2": "Southgate",
"line3": "London",
"line4": "England",
"line5": "RR12 8QA"
}
}