POST api/Clearance/SavePysnCheque/{Doc_No}/{ind}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
Doc_No

string

Required

ind

string

Required

Body Parameters

Collection of ClearancechequeModel
NameDescriptionTypeAdditional information
Rem_Doc_No

string

None.

PYSN_Doc_No

string

None.

INSTRUMENT_NO

string

None.

INSTRUMENT_AMOUNT

decimal number

None.

Bank_Name

string

None.

ChequeClear_Id

string

None.

Reason

string

None.

Represent

string

None.

Rcpt_Doc_No

string

None.

Request Formats

application/json, text/json

Sample:
[
  {
    "Rem_Doc_No": "sample string 1",
    "PYSN_Doc_No": "sample string 2",
    "INSTRUMENT_NO": "sample string 3",
    "INSTRUMENT_AMOUNT": 1.0,
    "Bank_Name": "sample string 4",
    "ChequeClear_Id": "sample string 5",
    "Reason": "sample string 6",
    "Represent": "sample string 7",
    "Rcpt_Doc_No": "sample string 8"
  },
  {
    "Rem_Doc_No": "sample string 1",
    "PYSN_Doc_No": "sample string 2",
    "INSTRUMENT_NO": "sample string 3",
    "INSTRUMENT_AMOUNT": 1.0,
    "Bank_Name": "sample string 4",
    "ChequeClear_Id": "sample string 5",
    "Reason": "sample string 6",
    "Represent": "sample string 7",
    "Rcpt_Doc_No": "sample string 8"
  }
]

application/xml, text/xml

Sample:
<ArrayOfClearancechequeModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/UnicoreApi.Models">
  <ClearancechequeModel>
    <Bank_Name>sample string 4</Bank_Name>
    <ChequeClear_Id>sample string 5</ChequeClear_Id>
    <INSTRUMENT_AMOUNT>1</INSTRUMENT_AMOUNT>
    <INSTRUMENT_NO>sample string 3</INSTRUMENT_NO>
    <PYSN_Doc_No>sample string 2</PYSN_Doc_No>
    <Rcpt_Doc_No>sample string 8</Rcpt_Doc_No>
    <Reason>sample string 6</Reason>
    <Rem_Doc_No>sample string 1</Rem_Doc_No>
    <Represent>sample string 7</Represent>
  </ClearancechequeModel>
  <ClearancechequeModel>
    <Bank_Name>sample string 4</Bank_Name>
    <ChequeClear_Id>sample string 5</ChequeClear_Id>
    <INSTRUMENT_AMOUNT>1</INSTRUMENT_AMOUNT>
    <INSTRUMENT_NO>sample string 3</INSTRUMENT_NO>
    <PYSN_Doc_No>sample string 2</PYSN_Doc_No>
    <Rcpt_Doc_No>sample string 8</Rcpt_Doc_No>
    <Reason>sample string 6</Reason>
    <Rem_Doc_No>sample string 1</Rem_Doc_No>
    <Represent>sample string 7</Represent>
  </ClearancechequeModel>
</ArrayOfClearancechequeModel>

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 'List`1'.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

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

Sample:

Sample not available.