POST api/Cheque/get-total-amount-and-complimentary

Request Information

URI Parameters

None.

Body Parameters

GetTotalAmountAndCompDto
NameDescriptionTypeAdditional information
UserId

string

None.

AccountNo

string

None.

NoOfPacks

string

None.

ChequeBookType

string

None.

Request Formats

application/json, text/json

Sample:
{
  "AccountNo": "sample string 2",
  "ChequeBookType": "sample string 4",
  "NoOfPacks": "sample string 3",
  "UserId": "sample string 1"
}

text/xml

Sample:
<GetTotalAmountAndCompDto xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/GTWorldApp.dto">
  <AccountNo>sample string 2</AccountNo>
  <ChequeBookType>sample string 4</ChequeBookType>
  <NoOfPacks>sample string 3</NoOfPacks>
  <UserId>sample string 1</UserId>
</GetTotalAmountAndCompDto>

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

Response Information

Resource Description

HttpResponseMessage
NameDescriptionTypeAdditional information
Version

Version

None.

Content

HttpContent

None.

StatusCode

HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.