GET
api/v1/crm-getPaymentModeMonthwise-data?customerId={customerId}&clientId={clientId}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
customerId | string |
Required |
|
clientId | integer |
Required |
Response Information
Description:
Return type: Collection of PaymentMethod
Response Formats
application/json, text/json
[ { "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 } ]
text/html
[{"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}]
application/xml, text/xml
<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>