POST 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": "515f3c16-f30d-4f8c-a990-c33f34eb0ef2",
  "Transaction_Code": 2,
  "Category_Id": "35467171-f3dc-43f7-b2cf-7d51881200b0",
  "User_Id": "ac8eb5f0-320a-4268-acf8-e22d891c0f9d",
  "Chapter_Id": "72d31c91-a92b-4d3e-9941-dafcce03b339",
  "Description": "sample string 6",
  "Amount": 7.0,
  "Is_Transferred": true,
  "Is_PaidUsed": true,
  "Transaction_Date": "2026-04-10T04:07:27.5185704-07:00",
  "Created_By": "adcbd492-61df-40d2-ba5a-3158317f0a2e",
  "TaskInfo_Id": "f722bc75-b72e-4029-84af-b8f61fc2f2f5",
  "PaidUsed_Date": "2026-04-10T04:07:27.5185704-07:00",
  "_Transaction_Code": 0,
  "_Category": "sample string 14",
  "_RoadName": "sample string 15",
  "PrimaryKey": "945895bf-1a37-43c6-bda5-3b0752d378a7"
}

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>945895bf-1a37-43c6-bda5-3b0752d378a7</PrimaryKey>
  <Amount>7</Amount>
  <Category_Id>35467171-f3dc-43f7-b2cf-7d51881200b0</Category_Id>
  <Chapter_Id>72d31c91-a92b-4d3e-9941-dafcce03b339</Chapter_Id>
  <Created_By>adcbd492-61df-40d2-ba5a-3158317f0a2e</Created_By>
  <Description>sample string 6</Description>
  <Is_PaidUsed>true</Is_PaidUsed>
  <Is_Transferred>true</Is_Transferred>
  <PaidUsed_Date>2026-04-10T04:07:27.5185704-07:00</PaidUsed_Date>
  <TaskInfo_Id>f722bc75-b72e-4029-84af-b8f61fc2f2f5</TaskInfo_Id>
  <Transaction_Code>2</Transaction_Code>
  <Transaction_Date>2026-04-10T04:07:27.5185704-07:00</Transaction_Date>
  <Transaction_Id>515f3c16-f30d-4f8c-a990-c33f34eb0ef2</Transaction_Id>
  <User_Id>ac8eb5f0-320a-4268-acf8-e22d891c0f9d</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.