NewAffiliateSignup

A new affiliate has signed up through the Cleverbridge platform and has to be reviewed prior to being accepted.

JSON Reference

This notification uses the New Affiliate Model.

Examples

{
    "meta": {
        "type": "NewAffiliateSignup",
        "date": "2017-11-16T11:17:57.9558222Z",
        "schemaUrl": "https://www.cleverbridge.com/JsonNotificationSchemas/NewAffiliateSignup"
    },
    "affiliateId": 46560,
    "status": "In review",
    "statusId": "REV",
    "contact": {
        "language": "English",
        "languageId": "en",
        "locale": "en-US",
        "firstname": "Hans",
        "lastname": "Solo",
        "street1": "123 Falcon Way",
        "postalcode": "53225",
        "city": "Bonn",
        "country": "Germany",
        "countryId": "DE",
        "email": "[email protected]",
        "vatId": "DE244822460",
        "url": "cleverbridge.com"
    },
    "extraParameters": {}
}
<?xml version="1.0" encoding="utf-8"?>
<cbn:NewAffiliateSignup
    xmlns:cbn="http://xml.cleverbridge.com/3.13.0.1/cleverbridgeNotification.xsd">
    <cbn:NotificationDate>2017-11-16T11:17:57.9558222Z</cbn:NotificationDate>
    <cbn:Affiliate
        xmlns:cbt="http://xml.cleverbridge.com/3.13.0.1/cleverbridgeTypes.xsd" cbt:Id="46560">
        <cbt:Status>In review</cbt:Status>
        <cbt:StatusId>REV</cbt:StatusId>
        <cbt:Contact>
            <cbt:Language>English</cbt:Language>
            <cbt:LanguageId>en</cbt:LanguageId>
            <cbt:Locale>en-US</cbt:Locale>
            <cbt:Firstname>Hans</cbt:Firstname>
            <cbt:Lastname>Solo</cbt:Lastname>
            <cbt:Street1>123 Falcon Way</cbt:Street1>
            <cbt:PostalCode>53225</cbt:PostalCode>
            <cbt:City>Bonn</cbt:City>
            <cbt:Country>Germany</cbt:Country>
            <cbt:CountryId>DE</cbt:CountryId>
            <cbt:Email>[email protected]</cbt:Email>
            <cbt:VatId>DE244822460</cbt:VatId>
            <cbt:Url>cleverbridge.com</cbt:Url>
        </cbt:Contact>
        <cbt:ExtraParameters/>
    </cbn:Affiliate>
</cbn:NewAffiliateSignup>