PUT api/Transaction

Request Information

URI Parameters

None.

Body Parameters

TransactionInfo
NameDescriptionTypeAdditional 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": "96279013-3038-4f8d-a429-22caec175ff6",
  "Transaction_Code": 2,
  "Category_Id": "7d053148-a9db-432b-8c3c-6a664a7fb3da",
  "User_Id": "77e875e5-ff65-4d9d-9b6c-8e601448c353",
  "Chapter_Id": "48eeb661-0e8a-49dd-8f79-dac0b11661a6",
  "Description": "sample string 6",
  "Amount": 7.0,
  "Is_Transferred": true,
  "Is_PaidUsed": true,
  "Transaction_Date": "2026-02-09T03:15:24.5881472-08:00",
  "Created_By": "2eccb768-bd0c-4099-acdf-d361e9e15362",
  "TaskInfo_Id": "c29f3166-c635-42df-9ef3-a9c5f56a7ed7",
  "PaidUsed_Date": "2026-02-09T03:15:24.6033574-08:00",
  "_Transaction_Code": 0,
  "_Category": "sample string 14",
  "_RoadName": "sample string 15",
  "PrimaryKey": "4bb2e46d-181b-4453-b28b-d53c1d9bcb02"
}

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>4bb2e46d-181b-4453-b28b-d53c1d9bcb02</PrimaryKey>
  <Amount>7</Amount>
  <Category_Id>7d053148-a9db-432b-8c3c-6a664a7fb3da</Category_Id>
  <Chapter_Id>48eeb661-0e8a-49dd-8f79-dac0b11661a6</Chapter_Id>
  <Created_By>2eccb768-bd0c-4099-acdf-d361e9e15362</Created_By>
  <Description>sample string 6</Description>
  <Is_PaidUsed>true</Is_PaidUsed>
  <Is_Transferred>true</Is_Transferred>
  <PaidUsed_Date>2026-02-09T03:15:24.6033574-08:00</PaidUsed_Date>
  <TaskInfo_Id>c29f3166-c635-42df-9ef3-a9c5f56a7ed7</TaskInfo_Id>
  <Transaction_Code>2</Transaction_Code>
  <Transaction_Date>2026-02-09T03:15:24.5881472-08:00</Transaction_Date>
  <Transaction_Id>96279013-3038-4f8d-a429-22caec175ff6</Transaction_Id>
  <User_Id>77e875e5-ff65-4d9d-9b6c-8e601448c353</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

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.