GET
api/v1/get-payment-Commission-details?adminMemberId={adminMemberId}&startDate={startDate}&endDate={endDate}&searchBy={searchBy}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| adminMemberId | integer |
Required |
|
| startDate | string |
Required |
|
| endDate | string |
Required |
|
| searchBy | string |
Required |
Response Information
Description:
Return type: Collection of PaymentCommissionModel
Response Formats
application/json, text/json
[
{
"TotalSalesAmount": 1.0,
"PaidNetBalance": 2.0,
"PendingNetBalance": 3.0,
"OrderID": 4,
"SellerID": 5,
"SellerName": "sample string 6",
"CustomerID": 7,
"CustomerName": "sample string 8",
"ProductID": 9,
"ProductName": "sample string 10",
"Quantity": 11,
"SellPrice": 12,
"Commission": 13,
"TaxAmount": 14,
"ShippingCharges": 15,
"OtherFees": 16,
"PayableAmount": 17,
"CreatedOn": "2026-02-04T08:38:29.3107924+00:00"
},
{
"TotalSalesAmount": 1.0,
"PaidNetBalance": 2.0,
"PendingNetBalance": 3.0,
"OrderID": 4,
"SellerID": 5,
"SellerName": "sample string 6",
"CustomerID": 7,
"CustomerName": "sample string 8",
"ProductID": 9,
"ProductName": "sample string 10",
"Quantity": 11,
"SellPrice": 12,
"Commission": 13,
"TaxAmount": 14,
"ShippingCharges": 15,
"OtherFees": 16,
"PayableAmount": 17,
"CreatedOn": "2026-02-04T08:38:29.3107924+00:00"
}
]
text/html
[{"TotalSalesAmount":1.0,"PaidNetBalance":2.0,"PendingNetBalance":3.0,"OrderID":4,"SellerID":5,"SellerName":"sample string 6","CustomerID":7,"CustomerName":"sample string 8","ProductID":9,"ProductName":"sample string 10","Quantity":11,"SellPrice":12,"Commission":13,"TaxAmount":14,"ShippingCharges":15,"OtherFees":16,"PayableAmount":17,"CreatedOn":"2026-02-04T08:38:29.3107924+00:00"},{"TotalSalesAmount":1.0,"PaidNetBalance":2.0,"PendingNetBalance":3.0,"OrderID":4,"SellerID":5,"SellerName":"sample string 6","CustomerID":7,"CustomerName":"sample string 8","ProductID":9,"ProductName":"sample string 10","Quantity":11,"SellPrice":12,"Commission":13,"TaxAmount":14,"ShippingCharges":15,"OtherFees":16,"PayableAmount":17,"CreatedOn":"2026-02-04T08:38:29.3107924+00:00"}]
application/xml, text/xml
<ArrayOfPaymentCommissionModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/FDCMSAdminAPI.Models.Commission">
<PaymentCommissionModel>
<Commission>13</Commission>
<CreatedOn>2026-02-04T08:38:29.3107924+00:00</CreatedOn>
<CustomerID>7</CustomerID>
<CustomerName>sample string 8</CustomerName>
<OrderID>4</OrderID>
<OtherFees>16</OtherFees>
<PaidNetBalance>2</PaidNetBalance>
<PayableAmount>17</PayableAmount>
<PendingNetBalance>3</PendingNetBalance>
<ProductID>9</ProductID>
<ProductName>sample string 10</ProductName>
<Quantity>11</Quantity>
<SellPrice>12</SellPrice>
<SellerID>5</SellerID>
<SellerName>sample string 6</SellerName>
<ShippingCharges>15</ShippingCharges>
<TaxAmount>14</TaxAmount>
<TotalSalesAmount>1</TotalSalesAmount>
</PaymentCommissionModel>
<PaymentCommissionModel>
<Commission>13</Commission>
<CreatedOn>2026-02-04T08:38:29.3107924+00:00</CreatedOn>
<CustomerID>7</CustomerID>
<CustomerName>sample string 8</CustomerName>
<OrderID>4</OrderID>
<OtherFees>16</OtherFees>
<PaidNetBalance>2</PaidNetBalance>
<PayableAmount>17</PayableAmount>
<PendingNetBalance>3</PendingNetBalance>
<ProductID>9</ProductID>
<ProductName>sample string 10</ProductName>
<Quantity>11</Quantity>
<SellPrice>12</SellPrice>
<SellerID>5</SellerID>
<SellerName>sample string 6</SellerName>
<ShippingCharges>15</ShippingCharges>
<TaxAmount>14</TaxAmount>
<TotalSalesAmount>1</TotalSalesAmount>
</PaymentCommissionModel>
</ArrayOfPaymentCommissionModel>
