PartyBaseData Example 001

{
  "Message": {
    "SenderId": "12345",
    "ReceiverId": "67890",
    "ClientId": "ABCDE",
    "MessageId": "XYZ123",
    "MessageDate": "2024-02-09T08:00:00Z",
    "MessageFunction": "FunctionABC",
    "Schema": "SchemaXYZ",
    "Namespace": "NamespaceABC"
  },
  "MetaData": [
    {
      "Name": "Meta1",
      "Content": "Content1"
    },
    {
      "Name": "Meta2",
      "Content": "Content2"
    }
  ],
  "Partys": [
    {
      "PartyId": "P001",
      "Agency": "Google Inc.",
      "Type": "Technology",
      "Name": "Google",
      "Identifier": "GOOG",
      "ImageLink": "https://upload.wikimedia.org/wikipedia/commons/thumb/5/53/Google_%22G%22_Logo.svg/1200px-Google_%22G%22_Logo.svg.png",
      "Phone": "+1-650-253-0000",
      "Mobile": "+1-650-253-0000",
      "Fax": "+1-650-253-0001",
      "Email": "info@google.com",
      "Website": "https://www.google.com",
      "Language": "English",
      "VatId": "US0123456789",
      "TaxId": "US0123456789",
      "Tags": "Search, Technology, Advertising",
      "Remarks": "Remarks for Google Inc.",
      "IsCustomer": true,
      "IsSupplier": false,
      "TaxAllocation": "Technology",
      "DebtorAccount": "Google Inc.",
      "VendorAccount": "Google Inc.",
      "System1Name": "Google System 1",
      "System1Code": "G-001",
      "System2Name": "Google System 2",
      "System2Code": "G-002",
      "System3Name": "Google System 3",
      "System3Code": "G-003",
      "Addresses": [
        {
          "Type": "Headquarters",
          "Name": "Googleplex",
          "Name2": "Main Campus",
          "Street": "1600 Amphitheatre Parkway",
          "Street2": "",
          "ZipCode": "94043",
          "City": "Mountain View",
          "State": "California",
          "Country": "United States",
          "ContactPerson": "John Smith",
          "Email": "john.smith@google.com",
          "Phone": "+1-650-253-0000",
          "Mobile": "+1-650-253-0000",
          "Remarks": "Headquarters of Google",
          "Latitude": 37.422,
          "Longitude": -122.084
        },
        {
          "Type": "Branch Office",
          "Name": "Google New York",
          "Name2": "Manhattan Office",
          "Street": "111 8th Avenue",
          "Street2": "4th Floor",
          "ZipCode": "10011",
          "City": "New York",
          "State": "New York",
          "Country": "United States",
          "ContactPerson": "Jane Doe",
          "Email": "jane.doe@google.com",
          "Phone": "+1-212-565-0000",
          "Mobile": "+1-212-565-0000",
          "Remarks": "Google's office in New York",
          "Latitude": 40.740,
          "Longitude": -74.002
        }
      ],
      "Accounts": [
        {
          "BankName": "Chase Bank",
          "OwnerName": "Google Inc.",
          "IBAN": "US0123456789",
          "BIC": "CHASUS33",
          "SWIFT": "CHASUS33XXX",
          "Number": "0123456789",
          "Currency": "USD",
          "IsDefault": true
        },
        {
          "BankName": "Bank of America",
          "OwnerName": "Google Inc.",
          "IBAN": "US9876543210",
          "BIC": "BOFAUS3N",
          "SWIFT": "BOFAUS3NXXX",
          "Number": "9876543210",
          "Currency": "USD",
          "IsDefault": false
        }
      ]
    },
    {
      "PartyId": "P002",
      "Agency": "Apple Inc.",
      "Type": "Technology",
      "Name": "Apple",
      "Identifier": "AAPL",
      "ImageLink": "https://upload.wikimedia.org/wikipedia/commons/f/fa/Apple_logo_black.svg",
      "Phone": "+1-800-MY-APPLE",
      "Mobile": "+1-800-MY-APPLE",
      "Fax": "+1-800-MY-APPLE",
      "Email": "info@apple.com",
      "Website": "https://www.apple.com",
      "Language": "English",
      "VatId": "US0123456789",
      "TaxId": "US0123456789",
      "Tags": "Technology, Electronics, Software",
      "Remarks": "Remarks for Apple Inc.",
      "IsCustomer": false,
      "IsSupplier": true,
      "TaxAllocation": "Technology",
      "DebtorAccount": "Apple Inc.",
      "VendorAccount": "Apple Inc.",
      "System1Name": "Apple System 1",
      "System1Code": "A-001",
      "System2Name": "Apple System 2",
      "System2Code": "A-002",
      "System3Name": "Apple System 3",
      "System3Code": "A-003",
      "Addresses": [
        {
          "Type": "Headquarters",
          "Name": "Apple Park",
          "Name2": "",
          "Street": "1 Apple Park Way",
          "Street2": "",
          "ZipCode": "95014",
          "City": "Cupertino",
          "State": "California",
          "Country": "United States",
          "ContactPerson": "Steve Jobs",
          "Email": "steve.jobs@apple.com",
          "Phone": "+1-800-MY-APPLE",
          "Mobile": "+1-800-MY-APPLE",
          "Remarks": "Headquarters of Apple",
          "Latitude": 37.331,
          "Longitude": -122.030
        }
      ],
      "Accounts": []
    }
  ]
}
Scroll to Top