{
"CalculatedMembership": {
"MembershipLevel": "sample string 1",
"MembershipLevelId": 1,
"MembershipAmount": 1.0,
"CurrentMembershipAmount": 1.0,
"ContributionAmount": 1.0,
"AVCAmount": 1.0,
"InitialDate": "2025-04-24T05:00:55.1086066-07:00",
"ExpirationDate": "2025-04-24T05:00:55.1086066-07:00",
"InceptionDate": "2025-04-24T05:00:55.1086066-07:00",
"CurrentStatus": {
"Id": 1,
"Description": "sample string 2"
},
"CurrentRecord": "sample string 2",
"Trend": 1,
"MacroTrend": 1,
"NRRStatus": "sample string 3",
"ParentConstituentMembershipId": 1,
"DeclineBenefits": "sample string 4",
"CampaignId": 1,
"MembershipMode": 1,
"RenewUpgradeOverride": "sample string 5"
},
"CurrentMembershipSummary": {
"InitialDate": "2025-04-24T05:00:55.1086066-07:00",
"ExpirationDate": "2025-04-24T05:00:55.1086066-07:00",
"MembershipOrg": {
"Id": 1,
"Description": "sample string 2"
},
"MembershipLevel": {
"Id": 1,
"Description": "sample string 2",
"StartAmount": 1.0,
"EndAmount": 1.0
},
"CurrentStatus": {
"Id": 1,
"Description": "sample string 2"
},
"CurrentRecord": "sample string 1",
"ConstituentMembershipId": 2,
"CreateDate": "2025-04-24T05:00:55.1086066-07:00"
}
}
<CalculateMembershipResponse xmlns:i="http://www.w3.org/2001/XMLSchema-instance">
<CalculatedMembership>
<AVCAmount>1</AVCAmount>
<CampaignId>1</CampaignId>
<ContributionAmount>1</ContributionAmount>
<CurrentMembershipAmount>1</CurrentMembershipAmount>
<CurrentRecord>sample string 2</CurrentRecord>
<CurrentStatus>
<Description>sample string 2</Description>
<Id>1</Id>
</CurrentStatus>
<DeclineBenefits>sample string 4</DeclineBenefits>
<ExpirationDate>2025-04-24T05:00:55.1086066-07:00</ExpirationDate>
<InceptionDate>2025-04-24T05:00:55.1086066-07:00</InceptionDate>
<InitialDate>2025-04-24T05:00:55.1086066-07:00</InitialDate>
<MacroTrend>1</MacroTrend>
<MembershipAmount>1</MembershipAmount>
<MembershipLevel>sample string 1</MembershipLevel>
<MembershipLevelId>1</MembershipLevelId>
<MembershipMode>1</MembershipMode>
<NRRStatus>sample string 3</NRRStatus>
<ParentConstituentMembershipId>1</ParentConstituentMembershipId>
<RenewUpgradeOverride>sample string 5</RenewUpgradeOverride>
<Trend>1</Trend>
</CalculatedMembership>
<CurrentMembershipSummary xmlns:d2p1="http://schemas.datacontract.org/2004/07/Tessitura.Service.Client.CRM">
<d2p1:ConstituentMembershipId>2</d2p1:ConstituentMembershipId>
<d2p1:CreateDate>2025-04-24T05:00:55.1086066-07:00</d2p1:CreateDate>
<d2p1:CurrentRecord>sample string 1</d2p1:CurrentRecord>
<d2p1:CurrentStatus>
<Description>sample string 2</Description>
<Id>1</Id>
</d2p1:CurrentStatus>
<d2p1:ExpirationDate>2025-04-24T05:00:55.1086066-07:00</d2p1:ExpirationDate>
<d2p1:InitialDate>2025-04-24T05:00:55.1086066-07:00</d2p1:InitialDate>
<d2p1:MembershipLevel>
<d2p1:Description>sample string 2</d2p1:Description>
<d2p1:EndAmount>1</d2p1:EndAmount>
<d2p1:Id>1</d2p1:Id>
<d2p1:StartAmount>1</d2p1:StartAmount>
</d2p1:MembershipLevel>
<d2p1:MembershipOrg>
<Description>sample string 2</Description>
<Id>1</Id>
</d2p1:MembershipOrg>
</CurrentMembershipSummary>
</CalculateMembershipResponse>