Skip to content

Instantly share code, notes, and snippets.

@SerKnight
Last active October 28, 2020 16:36
Show Gist options
  • Save SerKnight/77ce1af5b78d5ca2c9741f14fe6b391e to your computer and use it in GitHub Desktop.
Save SerKnight/77ce1af5b78d5ca2c9741f14fe6b391e to your computer and use it in GitHub Desktop.
{
"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