PUT api/Transaction
Request Information
URI Parameters
None.
Body Parameters
TransactionInfo| Name | Description | Type | Additional information |
|---|---|---|---|
| Transaction_Id | globally unique identifier |
None. |
|
| Transaction_Code | integer |
None. |
|
| Category_Id | globally unique identifier |
None. |
|
| User_Id | globally unique identifier |
None. |
|
| Chapter_Id | globally unique identifier |
None. |
|
| Description | string |
None. |
|
| Amount | decimal number |
None. |
|
| Is_Transferred | boolean |
None. |
|
| Is_PaidUsed | boolean |
None. |
|
| Transaction_Date | date |
None. |
|
| Created_By | globally unique identifier |
None. |
|
| TaskInfo_Id | globally unique identifier |
None. |
|
| PaidUsed_Date | date |
None. |
|
| _Transaction_Code | CategoryCode |
None. |
|
| _Category | string |
None. |
|
| _RoadName | string |
None. |
|
| PrimaryKey | globally unique identifier |
None. |
Request Formats
application/json, text/json
Sample:
{
"Transaction_Id": "4ba25e01-c551-407f-ba9f-658420bbe266",
"Transaction_Code": 2,
"Category_Id": "9b101bcd-460d-489e-8df9-4920071c4a34",
"User_Id": "245bda00-0286-4dbe-8b73-3fda1578305b",
"Chapter_Id": "dc481e28-f0ac-41dc-83be-7aed35291214",
"Description": "sample string 6",
"Amount": 7.0,
"Is_Transferred": true,
"Is_PaidUsed": true,
"Transaction_Date": "2026-02-09T04:32:31.2721566-08:00",
"Created_By": "0aa44bdf-0a10-4c19-9228-a3e2aebc354f",
"TaskInfo_Id": "707d5629-878f-408c-90f1-690248c906ab",
"PaidUsed_Date": "2026-02-09T04:32:31.2721566-08:00",
"_Transaction_Code": 0,
"_Category": "sample string 14",
"_RoadName": "sample string 15",
"PrimaryKey": "c6eda414-5dfb-4840-b557-aa87eeaee129"
}
application/xml, text/xml
Sample:
<TransactionInfo xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/brmcph.entity"> <PrimaryKey>c6eda414-5dfb-4840-b557-aa87eeaee129</PrimaryKey> <Amount>7</Amount> <Category_Id>9b101bcd-460d-489e-8df9-4920071c4a34</Category_Id> <Chapter_Id>dc481e28-f0ac-41dc-83be-7aed35291214</Chapter_Id> <Created_By>0aa44bdf-0a10-4c19-9228-a3e2aebc354f</Created_By> <Description>sample string 6</Description> <Is_PaidUsed>true</Is_PaidUsed> <Is_Transferred>true</Is_Transferred> <PaidUsed_Date>2026-02-09T04:32:31.2721566-08:00</PaidUsed_Date> <TaskInfo_Id>707d5629-878f-408c-90f1-690248c906ab</TaskInfo_Id> <Transaction_Code>2</Transaction_Code> <Transaction_Date>2026-02-09T04:32:31.2721566-08:00</Transaction_Date> <Transaction_Id>4ba25e01-c551-407f-ba9f-658420bbe266</Transaction_Id> <User_Id>245bda00-0286-4dbe-8b73-3fda1578305b</User_Id> <_Category>sample string 14</_Category> <_RoadName>sample string 15</_RoadName> <_Transaction_Code>Income</_Transaction_Code> </TransactionInfo>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.