CustomerProfileUpdateNotification

The profile data for a subscription was modified. For example, payment details.

JSON Reference

This notification uses the Update Profile Model.

Examples

{
    "meta": {
        "type": "CustomerProfileUpdateNotification",
        "date": "2019-03-25T14:17:27.4970365Z",
        "schemaUrl": "https://www.cleverbridge.com/JsonNotificationSchemas/CustomerProfileUpdateNotification"
    },
    "customer": {
        "customerId": 101267514,
        "internalCustomer": "UUID-YOUR-UNIQUE-ID-1234-5678",
        "billingContact": {
            "language": "English",
            "languageId": "en",
            "locale": "en-US",
            "company": "Your Company Name",
            "firstname": "John",
            "lastname": "Doe",
            "companyRomanized": "Your Company Name",
            "firstnameRomanized": "John",
            "lastnameRomanized": "Doe",
            "country": "Germany",
            "countryId": "DE",
            "email": "[email protected]"
        },
        "deliveryContact": {
            "language": "English",
            "languageId": "en",
            "locale": "en-US",
            "company": "Your Company Name",
            "firstname": "John",
            "lastname": "Doe",
            "companyRomanized": "Your Company Name",
            "firstnameRomanized": "John",
            "lastnameRomanized": "Doe",
            "country": "Germany",
            "countryId": "DE",
            "email": "[email protected]"
        },
        "licenseeContact": {
            "language": "English",
            "languageId": "en",
            "locale": "en-US",
            "company": "Your Company Name",
            "firstname": "John",
            "lastname": "Doe",
            "companyRomanized": "Your Company Name",
            "firstnameRomanized": "John",
            "lastnameRomanized": "Doe",
            "country": "Germany",
            "countryId": "DE",
            "email": "[email protected]"
        },
        "paymentInfo": {
            "currency": "Euro",
            "currencyId": "EUR",
            "paymentType": "Visa",
            "paymentTypeId": "CCA_VIS",
            "isPurchaseOrder": false,
            "cardLastFourDigits": "142T",
            "cardExpirationDate": {
                "month": 3,
                "year": 2023
            }
        }
    },
    "extraParameters": {
        
    }
}
<?xml version="1.0" encoding="utf-8"?>
<cbn:CustomerProfileUpdateNotification xmlns:cbn="http://xml.cleverbridge.com/3.13.0.9/cleverbridgeNotification.xsd">
  <cbn:NotificationDate>2019-03-25T14:17:27.4970365Z</cbn:NotificationDate>
  <cbn:Customer cbt:Id="101267514" xmlns:cbt="http://xml.cleverbridge.com/3.13.0.9/cleverbridgeTypes.xsd">
    <cbt:InternalCustomer>UUID-YOUR-UNIQUE-ID-1234-5678</cbt:InternalCustomer>
    <cbt:BillingContact>
      <cbt:Language>English</cbt:Language>
      <cbt:LanguageId>en</cbt:LanguageId>
      <cbt:Locale>en-US</cbt:Locale>
      <cbt:Company>Your Company Name</cbt:Company>
      <cbt:Firstname>John</cbt:Firstname>
      <cbt:Lastname>Doe</cbt:Lastname>
      <cbt:CompanyRomanized>Your Company Name</cbt:CompanyRomanized>
      <cbt:FirstnameRomanized>John</cbt:FirstnameRomanized>
      <cbt:LastnameRomanized>Doe</cbt:LastnameRomanized>
      <cbt:Country>Germany</cbt:Country>
      <cbt:CountryId>DE</cbt:CountryId>
      <cbt:Email>[email protected]</cbt:Email>
    </cbt:BillingContact>
    <cbt:DeliveryContact>
      <cbt:Language>English</cbt:Language>
      <cbt:LanguageId>en</cbt:LanguageId>
      <cbt:Locale>en-US</cbt:Locale>
      <cbt:Company>Your Company Name</cbt:Company>
      <cbt:Firstname>John</cbt:Firstname>
      <cbt:Lastname>Doe</cbt:Lastname>
      <cbt:CompanyRomanized>Your Company Name</cbt:CompanyRomanized>
      <cbt:FirstnameRomanized>John</cbt:FirstnameRomanized>
      <cbt:LastnameRomanized>Doe</cbt:LastnameRomanized>
      <cbt:Country>Germany</cbt:Country>
      <cbt:CountryId>DE</cbt:CountryId>
      <cbt:Email>[email protected]</cbt:Email>
    </cbt:DeliveryContact>
    <cbt:LicenseeContact>
      <cbt:Language>English</cbt:Language>
      <cbt:LanguageId>en</cbt:LanguageId>
      <cbt:Locale>en-US</cbt:Locale>
      <cbt:Company>Your Company Name</cbt:Company>
      <cbt:Firstname>John</cbt:Firstname>
      <cbt:Lastname>Doe</cbt:Lastname>
      <cbt:CompanyRomanized>Your Company Name</cbt:CompanyRomanized>
      <cbt:FirstnameRomanized>John</cbt:FirstnameRomanized>
      <cbt:LastnameRomanized>Doe</cbt:LastnameRomanized>
      <cbt:Country>Germany</cbt:Country>
      <cbt:CountryId>DE</cbt:CountryId>
      <cbt:Email>[email protected]</cbt:Email>
    </cbt:LicenseeContact>
    <cbt:PaymentInfo>
      <cbt:Currency>Euro</cbt:Currency>
      <cbt:CurrencyId>EUR</cbt:CurrencyId>
      <cbt:PaymentType>Visa</cbt:PaymentType>
      <cbt:PaymentTypeId>CCA_VIS</cbt:PaymentTypeId>
      <cbt:IsPurchaseOrder>false</cbt:IsPurchaseOrder>
      <cbt:CardLastFourDigits>142T</cbt:CardLastFourDigits>
      <cbt:CardExpirationDate>
        <cbt:Month>3</cbt:Month>
        <cbt:Year>2023</cbt:Year>
      </cbt:CardExpirationDate>
    </cbt:PaymentInfo>
    <cbt:ExtraParameters />
  </cbn:Customer>
</cbn:CustomerProfileUpdateNotification>