GET api/TransactionHistory/GetTransactionHistoryByID/{Id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of TransactionHistory| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| CustomerId | integer |
None. |
|
| Amount | decimal number |
None. |
|
| Date | string |
None. |
|
| TransactionId | integer |
None. |
|
| Status | string |
None. |
|
| PaymentMode | string |
None. |
|
| CreatedBy | string |
None. |
|
| CreatedDate | string |
None. |
|
| UpdatedBy | string |
None. |
|
| UpdatedDate | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"$id": "1",
"Id": 1,
"CustomerId": 2,
"Amount": 3.0,
"Date": "sample string 4",
"TransactionId": 5,
"Status": "sample string 6",
"PaymentMode": "sample string 7",
"CreatedBy": "sample string 8",
"CreatedDate": "sample string 9",
"UpdatedBy": "sample string 10",
"UpdatedDate": "sample string 11"
},
{
"$ref": "1"
}
]
application/octet-stream
Sample:
[{"$id":"1","Id":1,"CustomerId":2,"Amount":3.0,"Date":"sample string 4","TransactionId":5,"Status":"sample string 6","PaymentMode":"sample string 7","CreatedBy":"sample string 8","CreatedDate":"sample string 9","UpdatedBy":"sample string 10","UpdatedDate":"sample string 11"},{"$ref":"1"}]