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": "e149a00b-5c73-4b72-a91e-3446a2e62383",
"Transaction_Code": 2,
"Category_Id": "b6818570-2f56-4468-bf18-d206dcb375ce",
"User_Id": "1482b7cc-69e0-43ab-8d74-0795d46208c1",
"Chapter_Id": "8a3396ed-0b3f-4aea-9082-c83c7ca733d7",
"Description": "sample string 6",
"Amount": 7.0,
"Is_Transferred": true,
"Is_PaidUsed": true,
"Transaction_Date": "2026-06-09T02:35:37.1693814-07:00",
"Created_By": "4e9efd1d-11da-4dde-ba16-0ff79d5cc8e7",
"TaskInfo_Id": "3bbb387c-351a-4061-9446-fa16c28be842",
"PaidUsed_Date": "2026-06-09T02:35:37.1693814-07:00",
"_Transaction_Code": 0,
"_Category": "sample string 14",
"_RoadName": "sample string 15",
"PrimaryKey": "c1010728-c0ac-4d4b-a364-333b19a401ad"
}
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>c1010728-c0ac-4d4b-a364-333b19a401ad</PrimaryKey> <Amount>7</Amount> <Category_Id>b6818570-2f56-4468-bf18-d206dcb375ce</Category_Id> <Chapter_Id>8a3396ed-0b3f-4aea-9082-c83c7ca733d7</Chapter_Id> <Created_By>4e9efd1d-11da-4dde-ba16-0ff79d5cc8e7</Created_By> <Description>sample string 6</Description> <Is_PaidUsed>true</Is_PaidUsed> <Is_Transferred>true</Is_Transferred> <PaidUsed_Date>2026-06-09T02:35:37.1693814-07:00</PaidUsed_Date> <TaskInfo_Id>3bbb387c-351a-4061-9446-fa16c28be842</TaskInfo_Id> <Transaction_Code>2</Transaction_Code> <Transaction_Date>2026-06-09T02:35:37.1693814-07:00</Transaction_Date> <Transaction_Id>e149a00b-5c73-4b72-a91e-3446a2e62383</Transaction_Id> <User_Id>1482b7cc-69e0-43ab-8d74-0795d46208c1</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.