A new partner has signed up through the Cleverbridge platform and has to be reviewed prior to being accepted.
JSON Reference
This notification uses the New Partner Model.
Examples
{
"meta": {
"type": "NewPartnerSignup",
"date": "2019-03-27T08:18:14.5152943Z",
"schemaUrl": "https://www.cleverbridge.com/JsonNotificationSchemas/NewPartnerSignup"
},
"partnerId": 123456789,
"username": "yourusername",
"status": "In review",
"statusId": "REV",
"type": "Reseller",
"typeId": "RES",
"contact": {
"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]"
},
"extraParameters": {
"xp-source": "A5434A"
}
}
<?xml version="1.0" encoding="utf-8"?>
<cbn:NewPartnerSignup xmlns:cbn="http://xml.cleverbridge.com/3.13.0.9/cleverbridgeNotification.xsd">
<cbn:NotificationDate>2019-03-27T08:18:14.5152943Z</cbn:NotificationDate>
<cbn:Partner cbt:Id="123456789" xmlns:cbt="http://xml.cleverbridge.com/3.13.0.9/cleverbridgeTypes.xsd">
<cbt:username>yourusername</cbt:username>
<cbt:Status>In review</cbt:Status>
<cbt:StatusId>REV</cbt:StatusId>
<cbt:Type>Reseller</cbt:Type>
<cbt:TypeId>RES</cbt:TypeId>
<cbt:Contact>
<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:Contact>
<cbt:ExtraParameters>
<cbt:ExtraParameter>
<cbt:Key>xp-source</cbt:Key>
<cbt:Value>A5434A</cbt:Value>
</cbt:ExtraParameter>
</cbt:ExtraParameters>
</cbn:Partner>
</cbn:NewPartnerSignup>