Last active
October 28, 2020 16:36
-
-
Save SerKnight/77ce1af5b78d5ca2c9741f14fe6b391e to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"Contacts": [{ | |
"ContactNumber": "ID001", | |
"Name": "ABC Limited", | |
"FirstName": "John", | |
"LastName": "Smith", | |
"EmailAddress": "[email protected]", | |
"Addresses": [ | |
{ | |
"AddressType": "STREET", | |
"AddressLine1": "P O Box 123456", | |
"City": "Wellington", | |
"PostalCode": "6011" | |
}, | |
{ | |
"AddressType": "POBOX", | |
"AddressLine1": "P O Box 1235677899", | |
"City": "Wellington", | |
"PostalCode": "6011" | |
} | |
], | |
"AccountsReceivableTaxType": "OUTPUT", | |
"AccountsPayableTaxType": "INPUT", | |
"DefaultCurrency": "NZD", | |
"ContactPersons": [ | |
{ | |
"FirstName": "John", | |
"LastName": "Smith", | |
"EmailAddress": "[email protected]", | |
"IncludeInEmails": "true" | |
} | |
] | |
}] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment