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": "03c60350-b4b8-4f5f-889e-96bfe97a0acb",
"Transaction_Code": 2,
"Category_Id": "d79cde82-4426-4006-bdf2-15d932182ad3",
"User_Id": "dfc32fdc-546f-4fca-a4a4-1f1dd2e162a3",
"Chapter_Id": "67784fd2-2a0a-4d7b-b687-91b0ba78358c",
"Description": "sample string 6",
"Amount": 7.0,
"Is_Transferred": true,
"Is_PaidUsed": true,
"Transaction_Date": "2026-08-08T01:58:45.7394436-07:00",
"Created_By": "8eab2adc-7987-4e83-8b7f-4ed9b322cd18",
"TaskInfo_Id": "d9fda337-384b-45f3-9fc2-9adae22e3254",
"PaidUsed_Date": "2026-08-08T01:58:45.7394436-07:00",
"_Transaction_Code": 0,
"_Category": "sample string 14",
"_RoadName": "sample string 15",
"PrimaryKey": "abd3f13f-e40a-4b59-8cdb-408f7922fbfe"
}
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>abd3f13f-e40a-4b59-8cdb-408f7922fbfe</PrimaryKey> <Amount>7</Amount> <Category_Id>d79cde82-4426-4006-bdf2-15d932182ad3</Category_Id> <Chapter_Id>67784fd2-2a0a-4d7b-b687-91b0ba78358c</Chapter_Id> <Created_By>8eab2adc-7987-4e83-8b7f-4ed9b322cd18</Created_By> <Description>sample string 6</Description> <Is_PaidUsed>true</Is_PaidUsed> <Is_Transferred>true</Is_Transferred> <PaidUsed_Date>2026-08-08T01:58:45.7394436-07:00</PaidUsed_Date> <TaskInfo_Id>d9fda337-384b-45f3-9fc2-9adae22e3254</TaskInfo_Id> <Transaction_Code>2</Transaction_Code> <Transaction_Date>2026-08-08T01:58:45.7394436-07:00</Transaction_Date> <Transaction_Id>03c60350-b4b8-4f5f-889e-96bfe97a0acb</Transaction_Id> <User_Id>dfc32fdc-546f-4fca-a4a4-1f1dd2e162a3</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.