POST api/ChitReceipt/ReciptCredit

Request Information

URI Parameters

None.

Body Parameters

ReciptCreditModel
NameDescriptionTypeAdditional information
actype

decimal number

None.

acscheme

decimal number

None.

Transmode

decimal number

None.

transdate

date

None.

opendate

date

None.

Transtype

decimal number

None.

LF

decimal number

None.

branchsel

decimal number

None.

membno

decimal number

None.

branch

string

None.

yrnd

string

None.

ac_no

string

None.

acglsubid

string

None.

Custid

decimal number

None.

Name

string

None.

custadd

string

None.

tranrad

boolean

None.

miscrad

boolean

None.

currbal

decimal number

None.

minbal

decimal number

None.

crdt

decimal number

None.

balcf

decimal number

None.

net

decimal number

None.

remrks

string

None.

decide

string

None.

Request Formats

application/json, text/json

Sample:
{
  "actype": 1.0,
  "acscheme": 2.0,
  "Transmode": 3.0,
  "transdate": "2026-01-17T22:08:12.2270102+05:30",
  "opendate": "2026-01-17T22:08:12.2270102+05:30",
  "Transtype": 6.0,
  "LF": 7.0,
  "branchsel": 8.0,
  "membno": 9.0,
  "branch": "sample string 10",
  "yrnd": "sample string 11",
  "ac_no": "sample string 12",
  "acglsubid": "sample string 13",
  "Custid": 14.0,
  "Name": "sample string 15",
  "custadd": "sample string 16",
  "tranrad": true,
  "miscrad": true,
  "currbal": 19.0,
  "minbal": 20.0,
  "crdt": 21.0,
  "balcf": 22.0,
  "net": 23.0,
  "remrks": "sample string 24",
  "decide": "sample string 25"
}

application/xml, text/xml

Sample:
<ReciptCreditModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/UnicoreApi.Models">
  <Custid>14</Custid>
  <LF>7</LF>
  <Name>sample string 15</Name>
  <Transmode>3</Transmode>
  <Transtype>6</Transtype>
  <ac_no>sample string 12</ac_no>
  <acglsubid>sample string 13</acglsubid>
  <acscheme>2</acscheme>
  <actype>1</actype>
  <balcf>22</balcf>
  <branch>sample string 10</branch>
  <branchsel>8</branchsel>
  <crdt>21</crdt>
  <currbal>19</currbal>
  <custadd>sample string 16</custadd>
  <decide>sample string 25</decide>
  <membno>9</membno>
  <minbal>20</minbal>
  <miscrad>true</miscrad>
  <net>23</net>
  <opendate>2026-01-17T22:08:12.2270102+05:30</opendate>
  <remrks>sample string 24</remrks>
  <tranrad>true</tranrad>
  <transdate>2026-01-17T22:08:12.2270102+05:30</transdate>
  <yrnd>sample string 11</yrnd>
</ReciptCreditModel>

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'ReciptCreditModel'.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

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

Sample:

Sample not available.