GET api/me/ptf-subscriptions/{subscriptionId}/payments

Requires Authorization!

Request Information

URI Parameters

NameDescriptionTypeAdditional information
subscriptionId

integer

Required

Body Parameters

None.

Response Information

Resource Description

Collection of PtfSubscriptionPayment
NameDescriptionTypeAdditional information
Id

integer

None.

TaxPercent

decimal number

None.

AmountUsd

decimal number

None.

PeriodStart

date

None.

PeriodEnd

date

None.

StripeInvoiceId

string

None.

StripeEventId

string

None.

StripePlanId

string

None.

CreatedDate

date

None.

SubscriptionId

integer

None.

Subscription

Subscription

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "id": 1,
    "taxPercent": 2.0,
    "amountUsd": 3.0,
    "periodStart": "2025-05-20T16:41:11.2176862-05:00",
    "periodEnd": "2025-05-20T16:41:11.2176862-05:00",
    "stripeInvoiceId": "sample string 6",
    "stripeEventId": "sample string 7",
    "stripePlanId": "sample string 8",
    "createdDate": "2025-05-20T16:41:11.2197318-05:00",
    "subscriptionId": 10,
    "subscription": {
      "id": 1,
      "stripeSubscriptionId": "sample string 2",
      "planPrice": 3.0,
      "stripeCouponId": "sample string 4",
      "discountPercent": 1.0,
      "taxRate": 1.0,
      "amountCharged": 1.0,
      "stripeCustomerId": "sample string 5",
      "trialDurationInDays": 6,
      "maxAppealCount": 7,
      "maxPropertyCount": 8,
      "maxExemptionCount": 9,
      "maxCountyCount": 10,
      "advertisementSupport": true,
      "affiliateMarketingSupport": true,
      "apiAccessSupport": true,
      "customPropertySearchToolSupport": true,
      "autoDocGenerationSupport": true,
      "whiteLabelingSupport": true,
      "multiPropertyComparisonSupport": true,
      "lackOfUniformityReportSupport": true,
      "overvaluationReportSupport": true,
      "fullPropertyProfileReportSupport": true,
      "multiPropertyComparisonReportSupport": true,
      "propertyTaxGuideReportSupport": true,
      "sellerTaxAnalysisReportSupport": true,
      "buyerTaxAnalysisReportSupport": true,
      "embeddingSupport": true,
      "batchImportSupport": true,
      "leadGenerationSupport": true,
      "csvExport": true,
      "cancelationReason": "sample string 29",
      "createdDate": "2025-05-20T16:41:11.2197318-05:00",
      "lastModifiedDate": "2025-05-20T16:41:11.2197318-05:00",
      "cancelationDate": "2025-05-20T16:41:11.2197318-05:00",
      "billingCycleAnchor": "2025-05-20T16:41:11.2197318-05:00",
      "startDate": "2025-05-20T16:41:11.2197318-05:00",
      "endedAt": "2025-05-20T16:41:11.2197318-05:00",
      "trialStart": "2025-05-20T16:41:11.2197318-05:00",
      "trialEnd": "2025-05-20T16:41:11.2197318-05:00",
      "quantity": 31,
      "liveMode": true,
      "pricePerAdditionalAppeal": 1.0,
      "appealRolloverSupport": true,
      "subscriptionNumber": "sample string 34",
      "stripePlanId": "sample string 35",
      "appealManagementSupport": true,
      "clientBillingSupport": true,
      "userId": 38,
      "productBundlePlanId": 39,
      "subscriptionStatusId": 40,
      "user": {
        "id": 1,
        "accessFailedCount": 2,
        "email": "sample string 3",
        "emailConfirmed": true,
        "lockoutEnabled": true,
        "lockoutEndDateUtc": "2025-05-20T16:41:11.2197318-05:00",
        "passwordHash": "sample string 6",
        "phoneNumberConfirmed": true,
        "securityStamp": "sample string 8",
        "twoFactorEnabled": true,
        "userName": "sample string 10",
        "joinDate": "2025-05-20T16:41:11.2197318-05:00",
        "firstName": "sample string 12",
        "lastName": "sample string 13",
        "isSystemUser": true,
        "accountVerified": true,
        "acceptedTermsAndConditionsDate": "2025-05-20T16:41:11.2197318-05:00",
        "phoneNumber": "sample string 15",
        "roles": [],
        "claims": [],
        "logins": []
      },
      "productBundle": {
        "id": 1,
        "name": "sample string 2",
        "description": "sample string 3",
        "price": 4.0,
        "previewImageUrl": "sample string 5",
        "createdDate": "2025-05-20T16:41:11.2197318-05:00",
        "deletedDate": "2025-05-20T16:41:11.2197318-05:00",
        "productBundleTypeId": 8,
        "productBundleType": {
          "id": 1,
          "type": "sample string 2",
          "description": "sample string 3"
        }
      },
      "subscriptionStatus": {
        "id": 1,
        "status": "sample string 2",
        "description": "sample string 3"
      }
    }
  },
  {
    "id": 1,
    "taxPercent": 2.0,
    "amountUsd": 3.0,
    "periodStart": "2025-05-20T16:41:11.2176862-05:00",
    "periodEnd": "2025-05-20T16:41:11.2176862-05:00",
    "stripeInvoiceId": "sample string 6",
    "stripeEventId": "sample string 7",
    "stripePlanId": "sample string 8",
    "createdDate": "2025-05-20T16:41:11.2197318-05:00",
    "subscriptionId": 10,
    "subscription": {
      "id": 1,
      "stripeSubscriptionId": "sample string 2",
      "planPrice": 3.0,
      "stripeCouponId": "sample string 4",
      "discountPercent": 1.0,
      "taxRate": 1.0,
      "amountCharged": 1.0,
      "stripeCustomerId": "sample string 5",
      "trialDurationInDays": 6,
      "maxAppealCount": 7,
      "maxPropertyCount": 8,
      "maxExemptionCount": 9,
      "maxCountyCount": 10,
      "advertisementSupport": true,
      "affiliateMarketingSupport": true,
      "apiAccessSupport": true,
      "customPropertySearchToolSupport": true,
      "autoDocGenerationSupport": true,
      "whiteLabelingSupport": true,
      "multiPropertyComparisonSupport": true,
      "lackOfUniformityReportSupport": true,
      "overvaluationReportSupport": true,
      "fullPropertyProfileReportSupport": true,
      "multiPropertyComparisonReportSupport": true,
      "propertyTaxGuideReportSupport": true,
      "sellerTaxAnalysisReportSupport": true,
      "buyerTaxAnalysisReportSupport": true,
      "embeddingSupport": true,
      "batchImportSupport": true,
      "leadGenerationSupport": true,
      "csvExport": true,
      "cancelationReason": "sample string 29",
      "createdDate": "2025-05-20T16:41:11.2197318-05:00",
      "lastModifiedDate": "2025-05-20T16:41:11.2197318-05:00",
      "cancelationDate": "2025-05-20T16:41:11.2197318-05:00",
      "billingCycleAnchor": "2025-05-20T16:41:11.2197318-05:00",
      "startDate": "2025-05-20T16:41:11.2197318-05:00",
      "endedAt": "2025-05-20T16:41:11.2197318-05:00",
      "trialStart": "2025-05-20T16:41:11.2197318-05:00",
      "trialEnd": "2025-05-20T16:41:11.2197318-05:00",
      "quantity": 31,
      "liveMode": true,
      "pricePerAdditionalAppeal": 1.0,
      "appealRolloverSupport": true,
      "subscriptionNumber": "sample string 34",
      "stripePlanId": "sample string 35",
      "appealManagementSupport": true,
      "clientBillingSupport": true,
      "userId": 38,
      "productBundlePlanId": 39,
      "subscriptionStatusId": 40,
      "user": {
        "id": 1,
        "accessFailedCount": 2,
        "email": "sample string 3",
        "emailConfirmed": true,
        "lockoutEnabled": true,
        "lockoutEndDateUtc": "2025-05-20T16:41:11.2197318-05:00",
        "passwordHash": "sample string 6",
        "phoneNumberConfirmed": true,
        "securityStamp": "sample string 8",
        "twoFactorEnabled": true,
        "userName": "sample string 10",
        "joinDate": "2025-05-20T16:41:11.2197318-05:00",
        "firstName": "sample string 12",
        "lastName": "sample string 13",
        "isSystemUser": true,
        "accountVerified": true,
        "acceptedTermsAndConditionsDate": "2025-05-20T16:41:11.2197318-05:00",
        "phoneNumber": "sample string 15",
        "roles": [],
        "claims": [],
        "logins": []
      },
      "productBundle": {
        "id": 1,
        "name": "sample string 2",
        "description": "sample string 3",
        "price": 4.0,
        "previewImageUrl": "sample string 5",
        "createdDate": "2025-05-20T16:41:11.2197318-05:00",
        "deletedDate": "2025-05-20T16:41:11.2197318-05:00",
        "productBundleTypeId": 8,
        "productBundleType": {
          "id": 1,
          "type": "sample string 2",
          "description": "sample string 3"
        }
      },
      "subscriptionStatus": {
        "id": 1,
        "status": "sample string 2",
        "description": "sample string 3"
      }
    }
  }
]

text/html

Sample:
[{"id":1,"taxPercent":2.0,"amountUsd":3.0,"periodStart":"2025-05-20T16:41:11.2176862-05:00","periodEnd":"2025-05-20T16:41:11.2176862-05:00","stripeInvoiceId":"sample string 6","stripeEventId":"sample string 7","stripePlanId":"sample string 8","createdDate":"2025-05-20T16:41:11.2197318-05:00","subscriptionId":10,"subscription":{"id":1,"stripeSubscriptionId":"sample string 2","planPrice":3.0,"stripeCouponId":"sample string 4","discountPercent":1.0,"taxRate":1.0,"amountCharged":1.0,"stripeCustomerId":"sample string 5","trialDurationInDays":6,"maxAppealCount":7,"maxPropertyCount":8,"maxExemptionCount":9,"maxCountyCount":10,"advertisementSupport":true,"affiliateMarketingSupport":true,"apiAccessSupport":true,"customPropertySearchToolSupport":true,"autoDocGenerationSupport":true,"whiteLabelingSupport":true,"multiPropertyComparisonSupport":true,"lackOfUniformityReportSupport":true,"overvaluationReportSupport":true,"fullPropertyProfileReportSupport":true,"multiPropertyComparisonReportSupport":true,"propertyTaxGuideReportSupport":true,"sellerTaxAnalysisReportSupport":true,"buyerTaxAnalysisReportSupport":true,"embeddingSupport":true,"batchImportSupport":true,"leadGenerationSupport":true,"csvExport":true,"cancelationReason":"sample string 29","createdDate":"2025-05-20T16:41:11.2197318-05:00","lastModifiedDate":"2025-05-20T16:41:11.2197318-05:00","cancelationDate":"2025-05-20T16:41:11.2197318-05:00","billingCycleAnchor":"2025-05-20T16:41:11.2197318-05:00","startDate":"2025-05-20T16:41:11.2197318-05:00","endedAt":"2025-05-20T16:41:11.2197318-05:00","trialStart":"2025-05-20T16:41:11.2197318-05:00","trialEnd":"2025-05-20T16:41:11.2197318-05:00","quantity":31,"liveMode":true,"pricePerAdditionalAppeal":1.0,"appealRolloverSupport":true,"subscriptionNumber":"sample string 34","stripePlanId":"sample string 35","appealManagementSupport":true,"clientBillingSupport":true,"userId":38,"productBundlePlanId":39,"subscriptionStatusId":40,"user":{"id":1,"accessFailedCount":2,"email":"sample string 3","emailConfirmed":true,"lockoutEnabled":true,"lockoutEndDateUtc":"2025-05-20T16:41:11.2197318-05:00","passwordHash":"sample string 6","phoneNumberConfirmed":true,"securityStamp":"sample string 8","twoFactorEnabled":true,"userName":"sample string 10","joinDate":"2025-05-20T16:41:11.2197318-05:00","firstName":"sample string 12","lastName":"sample string 13","isSystemUser":true,"accountVerified":true,"acceptedTermsAndConditionsDate":"2025-05-20T16:41:11.2197318-05:00","phoneNumber":"sample string 15","roles":[],"claims":[],"logins":[]},"productBundle":{"id":1,"name":"sample string 2","description":"sample string 3","price":4.0,"previewImageUrl":"sample string 5","createdDate":"2025-05-20T16:41:11.2197318-05:00","deletedDate":"2025-05-20T16:41:11.2197318-05:00","productBundleTypeId":8,"productBundleType":{"id":1,"type":"sample string 2","description":"sample string 3"}},"subscriptionStatus":{"id":1,"status":"sample string 2","description":"sample string 3"}}},{"id":1,"taxPercent":2.0,"amountUsd":3.0,"periodStart":"2025-05-20T16:41:11.2176862-05:00","periodEnd":"2025-05-20T16:41:11.2176862-05:00","stripeInvoiceId":"sample string 6","stripeEventId":"sample string 7","stripePlanId":"sample string 8","createdDate":"2025-05-20T16:41:11.2197318-05:00","subscriptionId":10,"subscription":{"id":1,"stripeSubscriptionId":"sample string 2","planPrice":3.0,"stripeCouponId":"sample string 4","discountPercent":1.0,"taxRate":1.0,"amountCharged":1.0,"stripeCustomerId":"sample string 5","trialDurationInDays":6,"maxAppealCount":7,"maxPropertyCount":8,"maxExemptionCount":9,"maxCountyCount":10,"advertisementSupport":true,"affiliateMarketingSupport":true,"apiAccessSupport":true,"customPropertySearchToolSupport":true,"autoDocGenerationSupport":true,"whiteLabelingSupport":true,"multiPropertyComparisonSupport":true,"lackOfUniformityReportSupport":true,"overvaluationReportSupport":true,"fullPropertyProfileReportSupport":true,"multiPropertyComparisonReportSupport":true,"propertyTaxGuideReportSupport":true,"sellerTaxAnalysisReportSupport":true,"buyerTaxAnalysisReportSupport":true,"embeddingSupport":true,"batchImportSupport":true,"leadGenerationSupport":true,"csvExport":true,"cancelationReason":"sample string 29","createdDate":"2025-05-20T16:41:11.2197318-05:00","lastModifiedDate":"2025-05-20T16:41:11.2197318-05:00","cancelationDate":"2025-05-20T16:41:11.2197318-05:00","billingCycleAnchor":"2025-05-20T16:41:11.2197318-05:00","startDate":"2025-05-20T16:41:11.2197318-05:00","endedAt":"2025-05-20T16:41:11.2197318-05:00","trialStart":"2025-05-20T16:41:11.2197318-05:00","trialEnd":"2025-05-20T16:41:11.2197318-05:00","quantity":31,"liveMode":true,"pricePerAdditionalAppeal":1.0,"appealRolloverSupport":true,"subscriptionNumber":"sample string 34","stripePlanId":"sample string 35","appealManagementSupport":true,"clientBillingSupport":true,"userId":38,"productBundlePlanId":39,"subscriptionStatusId":40,"user":{"id":1,"accessFailedCount":2,"email":"sample string 3","emailConfirmed":true,"lockoutEnabled":true,"lockoutEndDateUtc":"2025-05-20T16:41:11.2197318-05:00","passwordHash":"sample string 6","phoneNumberConfirmed":true,"securityStamp":"sample string 8","twoFactorEnabled":true,"userName":"sample string 10","joinDate":"2025-05-20T16:41:11.2197318-05:00","firstName":"sample string 12","lastName":"sample string 13","isSystemUser":true,"accountVerified":true,"acceptedTermsAndConditionsDate":"2025-05-20T16:41:11.2197318-05:00","phoneNumber":"sample string 15","roles":[],"claims":[],"logins":[]},"productBundle":{"id":1,"name":"sample string 2","description":"sample string 3","price":4.0,"previewImageUrl":"sample string 5","createdDate":"2025-05-20T16:41:11.2197318-05:00","deletedDate":"2025-05-20T16:41:11.2197318-05:00","productBundleTypeId":8,"productBundleType":{"id":1,"type":"sample string 2","description":"sample string 3"}},"subscriptionStatus":{"id":1,"status":"sample string 2","description":"sample string 3"}}}]

application/xml, text/xml

Sample:
<ArrayOfPtfSubscriptionPayment xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Ptd.Model.Entities.Payments">
  <PtfSubscriptionPayment>
    <Id xmlns="http://schemas.datacontract.org/2004/07/Ptd.Model.Entities.Core">1</Id>
    <AmountUsd>3</AmountUsd>
    <CreatedDate>2025-05-20T16:41:11.2197318-05:00</CreatedDate>
    <PeriodEnd>2025-05-20T16:41:11.2176862-05:00</PeriodEnd>
    <PeriodStart>2025-05-20T16:41:11.2176862-05:00</PeriodStart>
    <StripeEventId>sample string 7</StripeEventId>
    <StripeInvoiceId>sample string 6</StripeInvoiceId>
    <StripePlanId>sample string 8</StripePlanId>
    <Subscription>
      <Id xmlns="http://schemas.datacontract.org/2004/07/Ptd.Model.Entities.Core">1</Id>
      <AdvertisementSupport>true</AdvertisementSupport>
      <AffiliateMarketingSupport>true</AffiliateMarketingSupport>
      <AmountCharged>1</AmountCharged>
      <ApiAccessSupport>true</ApiAccessSupport>
      <AppealManagementSupport>true</AppealManagementSupport>
      <AppealRolloverSupport>true</AppealRolloverSupport>
      <AutoDocGenerationSupport>true</AutoDocGenerationSupport>
      <BatchImportSupport>true</BatchImportSupport>
      <BillingCycleAnchor>2025-05-20T16:41:11.2197318-05:00</BillingCycleAnchor>
      <BuyerTaxAnalysisReportSupport>true</BuyerTaxAnalysisReportSupport>
      <CancelationDate>2025-05-20T16:41:11.2197318-05:00</CancelationDate>
      <CancelationReason>sample string 29</CancelationReason>
      <ClientBillingSupport>true</ClientBillingSupport>
      <CreatedDate>2025-05-20T16:41:11.2197318-05:00</CreatedDate>
      <CsvExport>true</CsvExport>
      <CustomPropertySearchToolSupport>true</CustomPropertySearchToolSupport>
      <DiscountPercent>1</DiscountPercent>
      <EmbeddingSupport>true</EmbeddingSupport>
      <EndedAt>2025-05-20T16:41:11.2197318-05:00</EndedAt>
      <FullPropertyProfileReportSupport>true</FullPropertyProfileReportSupport>
      <LackOfUniformityReportSupport>true</LackOfUniformityReportSupport>
      <LastModifiedDate>2025-05-20T16:41:11.2197318-05:00</LastModifiedDate>
      <LeadGenerationSupport>true</LeadGenerationSupport>
      <LiveMode>true</LiveMode>
      <MaxAppealCount>7</MaxAppealCount>
      <MaxCountyCount>10</MaxCountyCount>
      <MaxExemptionCount>9</MaxExemptionCount>
      <MaxPropertyCount>8</MaxPropertyCount>
      <MultiPropertyComparisonReportSupport>true</MultiPropertyComparisonReportSupport>
      <MultiPropertyComparisonSupport>true</MultiPropertyComparisonSupport>
      <OvervaluationReportSupport>true</OvervaluationReportSupport>
      <PlanPrice>3</PlanPrice>
      <PricePerAdditionalAppeal>1</PricePerAdditionalAppeal>
      <ProductBundle xmlns:d4p1="http://schemas.datacontract.org/2004/07/Ptd.Model.Entities">
        <Id xmlns="http://schemas.datacontract.org/2004/07/Ptd.Model.Entities.Core">1</Id>
        <d4p1:CreatedDate>2025-05-20T16:41:11.2197318-05:00</d4p1:CreatedDate>
        <d4p1:DeletedDate>2025-05-20T16:41:11.2197318-05:00</d4p1:DeletedDate>
        <d4p1:Description>sample string 3</d4p1:Description>
        <d4p1:Name>sample string 2</d4p1:Name>
        <d4p1:PreviewImageUrl>sample string 5</d4p1:PreviewImageUrl>
        <d4p1:Price>4</d4p1:Price>
        <d4p1:ProductBundleType xmlns:d5p1="http://schemas.datacontract.org/2004/07/Ptd.Model.Entities.ValueTypes">
          <Id xmlns="http://schemas.datacontract.org/2004/07/Ptd.Model.Entities.Core">1</Id>
          <d5p1:Description>sample string 3</d5p1:Description>
          <d5p1:Type>sample string 2</d5p1:Type>
        </d4p1:ProductBundleType>
        <d4p1:ProductBundleTypeId>8</d4p1:ProductBundleTypeId>
      </ProductBundle>
      <ProductBundlePlanId>39</ProductBundlePlanId>
      <PropertyTaxGuideReportSupport>true</PropertyTaxGuideReportSupport>
      <Quantity>31</Quantity>
      <SellerTaxAnalysisReportSupport>true</SellerTaxAnalysisReportSupport>
      <StartDate>2025-05-20T16:41:11.2197318-05:00</StartDate>
      <StripeCouponId>sample string 4</StripeCouponId>
      <StripeCustomerId>sample string 5</StripeCustomerId>
      <StripePlanId>sample string 35</StripePlanId>
      <StripeSubscriptionId>sample string 2</StripeSubscriptionId>
      <SubscriptionNumber>sample string 34</SubscriptionNumber>
      <SubscriptionStatus xmlns:d4p1="http://schemas.datacontract.org/2004/07/Ptd.Model.Entities.ValueTypes">
        <Id xmlns="http://schemas.datacontract.org/2004/07/Ptd.Model.Entities.Core">1</Id>
        <d4p1:Description>sample string 3</d4p1:Description>
        <d4p1:Status>sample string 2</d4p1:Status>
      </SubscriptionStatus>
      <SubscriptionStatusId>40</SubscriptionStatusId>
      <TaxRate>1</TaxRate>
      <TrialDurationInDays>6</TrialDurationInDays>
      <TrialEnd>2025-05-20T16:41:11.2197318-05:00</TrialEnd>
      <TrialStart>2025-05-20T16:41:11.2197318-05:00</TrialStart>
      <User xmlns:d4p1="http://schemas.datacontract.org/2004/07/Ptd.Model.Entities.AuthEntities">
        <AccessFailedCount xmlns="http://schemas.datacontract.org/2004/07/Microsoft.AspNet.Identity.EntityFramework">2</AccessFailedCount>
        <Email xmlns="http://schemas.datacontract.org/2004/07/Microsoft.AspNet.Identity.EntityFramework">sample string 3</Email>
        <EmailConfirmed xmlns="http://schemas.datacontract.org/2004/07/Microsoft.AspNet.Identity.EntityFramework">true</EmailConfirmed>
        <Id xmlns="http://schemas.datacontract.org/2004/07/Microsoft.AspNet.Identity.EntityFramework">1</Id>
        <LockoutEnabled xmlns="http://schemas.datacontract.org/2004/07/Microsoft.AspNet.Identity.EntityFramework">true</LockoutEnabled>
        <LockoutEndDateUtc xmlns="http://schemas.datacontract.org/2004/07/Microsoft.AspNet.Identity.EntityFramework">2025-05-20T16:41:11.2197318-05:00</LockoutEndDateUtc>
        <PasswordHash xmlns="http://schemas.datacontract.org/2004/07/Microsoft.AspNet.Identity.EntityFramework">sample string 6</PasswordHash>
        <PhoneNumber xmlns="http://schemas.datacontract.org/2004/07/Microsoft.AspNet.Identity.EntityFramework">sample string 15</PhoneNumber>
        <PhoneNumberConfirmed xmlns="http://schemas.datacontract.org/2004/07/Microsoft.AspNet.Identity.EntityFramework">true</PhoneNumberConfirmed>
        <SecurityStamp xmlns="http://schemas.datacontract.org/2004/07/Microsoft.AspNet.Identity.EntityFramework">sample string 8</SecurityStamp>
        <TwoFactorEnabled xmlns="http://schemas.datacontract.org/2004/07/Microsoft.AspNet.Identity.EntityFramework">true</TwoFactorEnabled>
        <UserName xmlns="http://schemas.datacontract.org/2004/07/Microsoft.AspNet.Identity.EntityFramework">sample string 10</UserName>
        <d4p1:AcceptedTermsAndConditionsDate>2025-05-20T16:41:11.2197318-05:00</d4p1:AcceptedTermsAndConditionsDate>
        <d4p1:AccountVerified>true</d4p1:AccountVerified>
        <d4p1:FirstName>sample string 12</d4p1:FirstName>
        <d4p1:IsSystemUser>true</d4p1:IsSystemUser>
        <d4p1:JoinDate>2025-05-20T16:41:11.2197318-05:00</d4p1:JoinDate>
        <d4p1:LastName>sample string 13</d4p1:LastName>
      </User>
      <UserId>38</UserId>
      <WhiteLabelingSupport>true</WhiteLabelingSupport>
    </Subscription>
    <SubscriptionId>10</SubscriptionId>
    <TaxPercent>2</TaxPercent>
  </PtfSubscriptionPayment>
  <PtfSubscriptionPayment>
    <Id xmlns="http://schemas.datacontract.org/2004/07/Ptd.Model.Entities.Core">1</Id>
    <AmountUsd>3</AmountUsd>
    <CreatedDate>2025-05-20T16:41:11.2197318-05:00</CreatedDate>
    <PeriodEnd>2025-05-20T16:41:11.2176862-05:00</PeriodEnd>
    <PeriodStart>2025-05-20T16:41:11.2176862-05:00</PeriodStart>
    <StripeEventId>sample string 7</StripeEventId>
    <StripeInvoiceId>sample string 6</StripeInvoiceId>
    <StripePlanId>sample string 8</StripePlanId>
    <Subscription>
      <Id xmlns="http://schemas.datacontract.org/2004/07/Ptd.Model.Entities.Core">1</Id>
      <AdvertisementSupport>true</AdvertisementSupport>
      <AffiliateMarketingSupport>true</AffiliateMarketingSupport>
      <AmountCharged>1</AmountCharged>
      <ApiAccessSupport>true</ApiAccessSupport>
      <AppealManagementSupport>true</AppealManagementSupport>
      <AppealRolloverSupport>true</AppealRolloverSupport>
      <AutoDocGenerationSupport>true</AutoDocGenerationSupport>
      <BatchImportSupport>true</BatchImportSupport>
      <BillingCycleAnchor>2025-05-20T16:41:11.2197318-05:00</BillingCycleAnchor>
      <BuyerTaxAnalysisReportSupport>true</BuyerTaxAnalysisReportSupport>
      <CancelationDate>2025-05-20T16:41:11.2197318-05:00</CancelationDate>
      <CancelationReason>sample string 29</CancelationReason>
      <ClientBillingSupport>true</ClientBillingSupport>
      <CreatedDate>2025-05-20T16:41:11.2197318-05:00</CreatedDate>
      <CsvExport>true</CsvExport>
      <CustomPropertySearchToolSupport>true</CustomPropertySearchToolSupport>
      <DiscountPercent>1</DiscountPercent>
      <EmbeddingSupport>true</EmbeddingSupport>
      <EndedAt>2025-05-20T16:41:11.2197318-05:00</EndedAt>
      <FullPropertyProfileReportSupport>true</FullPropertyProfileReportSupport>
      <LackOfUniformityReportSupport>true</LackOfUniformityReportSupport>
      <LastModifiedDate>2025-05-20T16:41:11.2197318-05:00</LastModifiedDate>
      <LeadGenerationSupport>true</LeadGenerationSupport>
      <LiveMode>true</LiveMode>
      <MaxAppealCount>7</MaxAppealCount>
      <MaxCountyCount>10</MaxCountyCount>
      <MaxExemptionCount>9</MaxExemptionCount>
      <MaxPropertyCount>8</MaxPropertyCount>
      <MultiPropertyComparisonReportSupport>true</MultiPropertyComparisonReportSupport>
      <MultiPropertyComparisonSupport>true</MultiPropertyComparisonSupport>
      <OvervaluationReportSupport>true</OvervaluationReportSupport>
      <PlanPrice>3</PlanPrice>
      <PricePerAdditionalAppeal>1</PricePerAdditionalAppeal>
      <ProductBundle xmlns:d4p1="http://schemas.datacontract.org/2004/07/Ptd.Model.Entities">
        <Id xmlns="http://schemas.datacontract.org/2004/07/Ptd.Model.Entities.Core">1</Id>
        <d4p1:CreatedDate>2025-05-20T16:41:11.2197318-05:00</d4p1:CreatedDate>
        <d4p1:DeletedDate>2025-05-20T16:41:11.2197318-05:00</d4p1:DeletedDate>
        <d4p1:Description>sample string 3</d4p1:Description>
        <d4p1:Name>sample string 2</d4p1:Name>
        <d4p1:PreviewImageUrl>sample string 5</d4p1:PreviewImageUrl>
        <d4p1:Price>4</d4p1:Price>
        <d4p1:ProductBundleType xmlns:d5p1="http://schemas.datacontract.org/2004/07/Ptd.Model.Entities.ValueTypes">
          <Id xmlns="http://schemas.datacontract.org/2004/07/Ptd.Model.Entities.Core">1</Id>
          <d5p1:Description>sample string 3</d5p1:Description>
          <d5p1:Type>sample string 2</d5p1:Type>
        </d4p1:ProductBundleType>
        <d4p1:ProductBundleTypeId>8</d4p1:ProductBundleTypeId>
      </ProductBundle>
      <ProductBundlePlanId>39</ProductBundlePlanId>
      <PropertyTaxGuideReportSupport>true</PropertyTaxGuideReportSupport>
      <Quantity>31</Quantity>
      <SellerTaxAnalysisReportSupport>true</SellerTaxAnalysisReportSupport>
      <StartDate>2025-05-20T16:41:11.2197318-05:00</StartDate>
      <StripeCouponId>sample string 4</StripeCouponId>
      <StripeCustomerId>sample string 5</StripeCustomerId>
      <StripePlanId>sample string 35</StripePlanId>
      <StripeSubscriptionId>sample string 2</StripeSubscriptionId>
      <SubscriptionNumber>sample string 34</SubscriptionNumber>
      <SubscriptionStatus xmlns:d4p1="http://schemas.datacontract.org/2004/07/Ptd.Model.Entities.ValueTypes">
        <Id xmlns="http://schemas.datacontract.org/2004/07/Ptd.Model.Entities.Core">1</Id>
        <d4p1:Description>sample string 3</d4p1:Description>
        <d4p1:Status>sample string 2</d4p1:Status>
      </SubscriptionStatus>
      <SubscriptionStatusId>40</SubscriptionStatusId>
      <TaxRate>1</TaxRate>
      <TrialDurationInDays>6</TrialDurationInDays>
      <TrialEnd>2025-05-20T16:41:11.2197318-05:00</TrialEnd>
      <TrialStart>2025-05-20T16:41:11.2197318-05:00</TrialStart>
      <User xmlns:d4p1="http://schemas.datacontract.org/2004/07/Ptd.Model.Entities.AuthEntities">
        <AccessFailedCount xmlns="http://schemas.datacontract.org/2004/07/Microsoft.AspNet.Identity.EntityFramework">2</AccessFailedCount>
        <Email xmlns="http://schemas.datacontract.org/2004/07/Microsoft.AspNet.Identity.EntityFramework">sample string 3</Email>
        <EmailConfirmed xmlns="http://schemas.datacontract.org/2004/07/Microsoft.AspNet.Identity.EntityFramework">true</EmailConfirmed>
        <Id xmlns="http://schemas.datacontract.org/2004/07/Microsoft.AspNet.Identity.EntityFramework">1</Id>
        <LockoutEnabled xmlns="http://schemas.datacontract.org/2004/07/Microsoft.AspNet.Identity.EntityFramework">true</LockoutEnabled>
        <LockoutEndDateUtc xmlns="http://schemas.datacontract.org/2004/07/Microsoft.AspNet.Identity.EntityFramework">2025-05-20T16:41:11.2197318-05:00</LockoutEndDateUtc>
        <PasswordHash xmlns="http://schemas.datacontract.org/2004/07/Microsoft.AspNet.Identity.EntityFramework">sample string 6</PasswordHash>
        <PhoneNumber xmlns="http://schemas.datacontract.org/2004/07/Microsoft.AspNet.Identity.EntityFramework">sample string 15</PhoneNumber>
        <PhoneNumberConfirmed xmlns="http://schemas.datacontract.org/2004/07/Microsoft.AspNet.Identity.EntityFramework">true</PhoneNumberConfirmed>
        <SecurityStamp xmlns="http://schemas.datacontract.org/2004/07/Microsoft.AspNet.Identity.EntityFramework">sample string 8</SecurityStamp>
        <TwoFactorEnabled xmlns="http://schemas.datacontract.org/2004/07/Microsoft.AspNet.Identity.EntityFramework">true</TwoFactorEnabled>
        <UserName xmlns="http://schemas.datacontract.org/2004/07/Microsoft.AspNet.Identity.EntityFramework">sample string 10</UserName>
        <d4p1:AcceptedTermsAndConditionsDate>2025-05-20T16:41:11.2197318-05:00</d4p1:AcceptedTermsAndConditionsDate>
        <d4p1:AccountVerified>true</d4p1:AccountVerified>
        <d4p1:FirstName>sample string 12</d4p1:FirstName>
        <d4p1:IsSystemUser>true</d4p1:IsSystemUser>
        <d4p1:JoinDate>2025-05-20T16:41:11.2197318-05:00</d4p1:JoinDate>
        <d4p1:LastName>sample string 13</d4p1:LastName>
      </User>
      <UserId>38</UserId>
      <WhiteLabelingSupport>true</WhiteLabelingSupport>
    </Subscription>
    <SubscriptionId>10</SubscriptionId>
    <TaxPercent>2</TaxPercent>
  </PtfSubscriptionPayment>
</ArrayOfPtfSubscriptionPayment>