POST api/TransactionHistory/AddTransactionHistory
Request Information
URI Parameters
None.
Body Parameters
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. |
Request Formats
application/json, text/json
Sample:
{
"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"
}
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"}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/octet-stream
Sample:
Sample not available.