POST GlTxnSaveAPI?databaseKey={databaseKey}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
databaseKey

string

Required

Body Parameters

GlTxnSaveAPIBO
NameDescriptionTypeAdditional information
SqlAction

string

None.

GlId

integer

None.

DocId

integer

None.

SubTypeName

string

None.

Remarks

string

None.

DocDate

date

None.

DocNo

string

None.

RefDate

date

None.

RefNo

string

None.

Request Formats

application/json, text/json

Sample:
{
  "SqlAction": "sample string 1",
  "GlId": 2,
  "DocId": 3,
  "SubTypeName": "sample string 4",
  "Remarks": "sample string 5",
  "DocDate": "2025-11-08T17:23:46.5584449+05:30",
  "DocNo": "sample string 7",
  "RefDate": "2025-11-08T17:23:46.5584449+05:30",
  "RefNo": "sample string 9"
}

application/xml, text/xml

Sample:
<OnlineCreatePO_BO.GlTxnSaveAPIBO xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/CrackerService2.Controllers">
  <DocDate>2025-11-08T17:23:46.5584449+05:30</DocDate>
  <DocId>3</DocId>
  <DocNo>sample string 7</DocNo>
  <GlId>2</GlId>
  <RefDate>2025-11-08T17:23:46.5584449+05:30</RefDate>
  <RefNo>sample string 9</RefNo>
  <Remarks>sample string 5</Remarks>
  <SqlAction>sample string 1</SqlAction>
  <SubTypeName>sample string 4</SubTypeName>
</OnlineCreatePO_BO.GlTxnSaveAPIBO>

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.