SupplierCard
A supplier card
sourceIDstring
The unique identifier for this object in the source system
Example:
SUP-001
codestringnullable
The object code identifier. Usually this will be a human readable value for the object being imported.
Example:
SUP-001
fullNamestring
The supplier name.
Example:
ACME
taxNumberstringnullable
The supplier's tax number.
Example:
GB123456789
countryCodestringnullable
The supplier's 2 letter ISO country code.
Example:
GB
currencyCodestringnullable
The supplier's 3 letter ISO currency code.
Example:
GBP
bankAccount object
Bank account details.
accountNamestringnullable
Account name
accountNumberstringnullable
Account number
sortCodestringnullable
Sort code
bicstringnullable
Bank identification number
ibanstringnullable
International bank account number
address object
An address
line1stringnullable
Example:
124 ACME Road
line2stringnullable
Example:
Southgate
line3stringnullable
Example:
London
line4stringnullable
Example:
England
line5stringnullable
Example:
RR12 8QA
SupplierCard
{
"sourceID": "SUP-001",
"code": "SUP-001",
"fullName": "ACME",
"taxNumber": "GB123456789",
"countryCode": "GB",
"currencyCode": "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"
}
}