POST api/Customer/GetCustomerDuesPaid
Documentation for 'GetCustomerDuesPaid'.
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| ObjCustomer | Documentation for 'ObjCustomer'. |
Define this parameter in the request body. |
Request body formats
application/json, text/json
Sample:
{
"Token": "sample string 1",
"Registration_Id": 2
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Response body formats
application/json, text/json
Sample:
{
"Status": true,
"ErrorCode": 2,
"Message": "sample string 3",
"LstData": [
{
"$id": "2",
"Registration_Id": 1,
"TotalCost": "sample string 2",
"TotalDue": "sample string 3",
"TotalReceived": "sample string 4",
"TotalOutstanding": "sample string 5",
"TotalUndue": "sample string 6",
"TotalDue_Per": 7.0,
"TotalReceived_Per": 8.0,
"TotalOutstanding_Per": 9.0,
"TotalUndue_Per": 10.0,
"TotalCost_Color": "sample string 11",
"TotalDue_Color": "sample string 12",
"TotalReceived_Color": "sample string 13",
"TotalOutstanding_Color": "sample string 14",
"TotalUndue_Color": "sample string 15",
"TotalInterest": "sample string 16"
},
{
"$ref": "2"
},
{
"$ref": "2"
}
],
"Data": {
"$ref": "2"
}
}