GET api/v1/subscription-invoice-details?userId={userId}&clientId={clientId}&invoiceNo={invoiceNo}

Request Information

URI Parameters
NameDescriptionTypeAdditional information
userId

string

Required

clientId

integer

Required

invoiceNo

string

Required

Response Information

Description:

Return type: SubscriptionInvoiceDetails

Response Formats
{
  "CompanyDetails": {
    "LogoPath": "sample string 1",
    "PlatformName": "sample string 2",
    "PlatformAddress": "sample string 3",
    "PlatformCity": "sample string 4",
    "PlatformState": "sample string 5",
    "PlatformZipCode": "sample string 6",
    "PlatformPhone": "sample string 7",
    "PlatformEmail": "sample string 8",
    "SellerCompanyName": "sample string 9",
    "SellerName": "sample string 10",
    "SellerAddress": "sample string 11",
    "SellerCity": "sample string 12",
    "SellerState": "sample string 13",
    "SellerStateCode": "sample string 14",
    "SellerZipCode": "sample string 15",
    "SellerPhone": "sample string 16",
    "SellerEmail": "sample string 17",
    "GSTNumber": "sample string 18"
  },
  "PaymentDetails": {
    "SelectedPlan": "sample string 1",
    "BillingCycle": "sample string 2",
    "SubTotal": 3.0,
    "Discount": 4.0,
    "TotalPayable": 5.0,
    "PaymentMethod": "sample string 6",
    "PaymentId": "sample string 7",
    "PaymentDate": "sample string 8",
    "InvoiceNo": "sample string 9",
    "InvoiceDate": "sample string 10"
  }
}
{"CompanyDetails":{"LogoPath":"sample string 1","PlatformName":"sample string 2","PlatformAddress":"sample string 3","PlatformCity":"sample string 4","PlatformState":"sample string 5","PlatformZipCode":"sample string 6","PlatformPhone":"sample string 7","PlatformEmail":"sample string 8","SellerCompanyName":"sample string 9","SellerName":"sample string 10","SellerAddress":"sample string 11","SellerCity":"sample string 12","SellerState":"sample string 13","SellerStateCode":"sample string 14","SellerZipCode":"sample string 15","SellerPhone":"sample string 16","SellerEmail":"sample string 17","GSTNumber":"sample string 18"},"PaymentDetails":{"SelectedPlan":"sample string 1","BillingCycle":"sample string 2","SubTotal":3.0,"Discount":4.0,"TotalPayable":5.0,"PaymentMethod":"sample string 6","PaymentId":"sample string 7","PaymentDate":"sample string 8","InvoiceNo":"sample string 9","InvoiceDate":"sample string 10"}}
<SubscriptionInvoiceDetails xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/FDCMSAdminAPI.Models.Account">
  <CompanyDetails>
    <GSTNumber>sample string 18</GSTNumber>
    <LogoPath>sample string 1</LogoPath>
    <PlatformAddress>sample string 3</PlatformAddress>
    <PlatformCity>sample string 4</PlatformCity>
    <PlatformEmail>sample string 8</PlatformEmail>
    <PlatformName>sample string 2</PlatformName>
    <PlatformPhone>sample string 7</PlatformPhone>
    <PlatformState>sample string 5</PlatformState>
    <PlatformZipCode>sample string 6</PlatformZipCode>
    <SellerAddress>sample string 11</SellerAddress>
    <SellerCity>sample string 12</SellerCity>
    <SellerCompanyName>sample string 9</SellerCompanyName>
    <SellerEmail>sample string 17</SellerEmail>
    <SellerName>sample string 10</SellerName>
    <SellerPhone>sample string 16</SellerPhone>
    <SellerState>sample string 13</SellerState>
    <SellerStateCode>sample string 14</SellerStateCode>
    <SellerZipCode>sample string 15</SellerZipCode>
  </CompanyDetails>
  <PaymentDetails>
    <BillingCycle>sample string 2</BillingCycle>
    <Discount>4</Discount>
    <InvoiceDate>sample string 10</InvoiceDate>
    <InvoiceNo>sample string 9</InvoiceNo>
    <PaymentDate>sample string 8</PaymentDate>
    <PaymentId>sample string 7</PaymentId>
    <PaymentMethod>sample string 6</PaymentMethod>
    <SelectedPlan>sample string 1</SelectedPlan>
    <SubTotal>3</SubTotal>
    <TotalPayable>5</TotalPayable>
  </PaymentDetails>
</SubscriptionInvoiceDetails>