GET api/v1/crm-getPaymentmode-data?customerId={customerId}&clientId={clientId}

Request Information

URI Parameters
NameDescriptionTypeAdditional information
customerId

string

Required

clientId

integer

Required

Response Information

Description:

Return type: Collection of PaymentMethod

Response Formats
[
  {
    "PaymentMode": "sample string 1",
    "NoOfCount": 2,
    "MonthYear": "sample string 3",
    "Netbanking": 4,
    "Wallet": 5,
    "COD": 6,
    "UPI": 7,
    "Card": 8,
    "CreditCard": 9,
    "Other": 10
  },
  {
    "PaymentMode": "sample string 1",
    "NoOfCount": 2,
    "MonthYear": "sample string 3",
    "Netbanking": 4,
    "Wallet": 5,
    "COD": 6,
    "UPI": 7,
    "Card": 8,
    "CreditCard": 9,
    "Other": 10
  }
]
[{"PaymentMode":"sample string 1","NoOfCount":2,"MonthYear":"sample string 3","Netbanking":4,"Wallet":5,"COD":6,"UPI":7,"Card":8,"CreditCard":9,"Other":10},{"PaymentMode":"sample string 1","NoOfCount":2,"MonthYear":"sample string 3","Netbanking":4,"Wallet":5,"COD":6,"UPI":7,"Card":8,"CreditCard":9,"Other":10}]
<ArrayOfPaymentMethod xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/FDCMSAdminAPI.Models.CRM">
  <PaymentMethod>
    <COD>6</COD>
    <Card>8</Card>
    <CreditCard>9</CreditCard>
    <MonthYear>sample string 3</MonthYear>
    <Netbanking>4</Netbanking>
    <NoOfCount>2</NoOfCount>
    <Other>10</Other>
    <PaymentMode>sample string 1</PaymentMode>
    <UPI>7</UPI>
    <Wallet>5</Wallet>
  </PaymentMethod>
  <PaymentMethod>
    <COD>6</COD>
    <Card>8</Card>
    <CreditCard>9</CreditCard>
    <MonthYear>sample string 3</MonthYear>
    <Netbanking>4</Netbanking>
    <NoOfCount>2</NoOfCount>
    <Other>10</Other>
    <PaymentMode>sample string 1</PaymentMode>
    <UPI>7</UPI>
    <Wallet>5</Wallet>
  </PaymentMethod>
</ArrayOfPaymentMethod>