POST _api/EDMSAPI/LimitInstruction

Request Information

URI Parameters

None.

Body Parameters

GenerateLimitInstruction
NameDescriptionTypeAdditional information
From

string

None.

AccountNo

string

None.

RefNo

string

None.

AccountName

string

None.

Amount

string

None.

TransactionDate

string

None.

Branch

string

None.

Request Formats

application/json, text/json

Sample:
{
  "From": "sample string 1",
  "AccountNo": "sample string 2",
  "RefNo": "sample string 3",
  "AccountName": "sample string 4",
  "Amount": "sample string 5",
  "TransactionDate": "sample string 6",
  "Branch": "sample string 7"
}

application/xml, text/xml

Sample:
<GenerateLimitInstruction xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SigEDMSAPI.Models">
  <AccountName>sample string 4</AccountName>
  <AccountNo>sample string 2</AccountNo>
  <Amount>sample string 5</Amount>
  <Branch>sample string 7</Branch>
  <From>sample string 1</From>
  <RefNo>sample string 3</RefNo>
  <TransactionDate>sample string 6</TransactionDate>
</GenerateLimitInstruction>

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 'GenerateLimitInstruction'.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

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

Sample:

Sample not available.