PUT api/TranRec?CompanyCode={CompanyCode}&TranId={TranId}

No documentation available.

Request Information

Parameters

NameDescriptionAdditional information
CompanyCode
No documentation available.

Define this parameter in the request URI.

TranId
No documentation available.

Define this parameter in the request URI.

tranrec
No documentation available.

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
{
  "Id": 1,
  "CompanyCode": "sample string 2",
  "TranId": "sample string 3",
  "TranDate": "2025-09-26T03:51:41.1870589+05:30",
  "DrAccTypeId": 5,
  "DrAccId": 6,
  "CrAccTypeId": 7,
  "CrAccId": 8,
  "TranAmt": 1.0,
  "IntAmt": 1.0,
  "Narration": "sample string 9",
  "IsActive": "sample string 10",
  "CreatedBy": 1
}

text/html

Sample:
{"Id":1,"CompanyCode":"sample string 2","TranId":"sample string 3","TranDate":"2025-09-26T03:51:41.1870589+05:30","DrAccTypeId":5,"DrAccId":6,"CrAccTypeId":7,"CrAccId":8,"TranAmt":1.0,"IntAmt":1.0,"Narration":"sample string 9","IsActive":"sample string 10","CreatedBy":1}

application/xml, text/xml

Sample:
<TranRec xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/DailyBancoComm.Models">
  <CompanyCode>sample string 2</CompanyCode>
  <CrAccId>8</CrAccId>
  <CrAccTypeId>7</CrAccTypeId>
  <CreatedBy>1</CreatedBy>
  <DrAccId>6</DrAccId>
  <DrAccTypeId>5</DrAccTypeId>
  <Id>1</Id>
  <IntAmt>1</IntAmt>
  <IsActive>sample string 10</IsActive>
  <Narration>sample string 9</Narration>
  <TranAmt>1</TranAmt>
  <TranDate>2025-09-26T03:51:41.1870589+05:30</TranDate>
  <TranId>sample string 3</TranId>
</TranRec>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

No documentation available.

Response body formats

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

Sample:

Sample not available.