GET api/Receive/GetBack/{id}

No documentation available.

Request Information

Parameters

NameDescriptionAdditional information
id
No documentation available.

Define this parameter in the request URI.

Response Information

No documentation available.

Response body formats

application/json, text/json

Sample:
[
  {
    "statuscode": 1,
    "statusmessage": "sample string 1",
    "studentid": 1,
    "studentname": "sample string 2",
    "challanno": 1,
    "duedate": "2024-05-22T02:20:41.2060191+05:00",
    "amount": 1,
    "formno": "sample string 3",
    "bankact": 1,
    "accountnumber": "sample string 4",
    "banktransactionid": "sample string 5",
    "depositdate": "2024-05-22T02:20:41.2216473+05:00"
  },
  {
    "statuscode": 1,
    "statusmessage": "sample string 1",
    "studentid": 1,
    "studentname": "sample string 2",
    "challanno": 1,
    "duedate": "2024-05-22T02:20:41.2060191+05:00",
    "amount": 1,
    "formno": "sample string 3",
    "bankact": 1,
    "accountnumber": "sample string 4",
    "banktransactionid": "sample string 5",
    "depositdate": "2024-05-22T02:20:41.2216473+05:00"
  },
  {
    "statuscode": 1,
    "statusmessage": "sample string 1",
    "studentid": 1,
    "studentname": "sample string 2",
    "challanno": 1,
    "duedate": "2024-05-22T02:20:41.2060191+05:00",
    "amount": 1,
    "formno": "sample string 3",
    "bankact": 1,
    "accountnumber": "sample string 4",
    "banktransactionid": "sample string 5",
    "depositdate": "2024-05-22T02:20:41.2216473+05:00"
  }
]