POST SaveDirectReceipt?databaseKey={databaseKey}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
databaseKey

string

Required

Body Parameters

SaveDirectReceiptBO
NameDescriptionTypeAdditional information
Poid

integer

None.

AmountPaid

decimal number

None.

Refno

string

None.

Mode

string

None.

HeadId

integer

None.

HeadName

string

None.

GdId

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "Poid": 1,
  "AmountPaid": 2.0,
  "Refno": "sample string 3",
  "Mode": "sample string 4",
  "HeadId": 5,
  "HeadName": "sample string 6",
  "GdId": 7
}

application/xml, text/xml

Sample:
<OnlineCreatePO_BO.SaveDirectReceiptBO xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/CrackerService2.Controllers">
  <AmountPaid>2</AmountPaid>
  <GdId>7</GdId>
  <HeadId>5</HeadId>
  <HeadName>sample string 6</HeadName>
  <Mode>sample string 4</Mode>
  <Poid>1</Poid>
  <Refno>sample string 3</Refno>
</OnlineCreatePO_BO.SaveDirectReceiptBO>

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.