POST ePMS/getBook4_1_List

Request Information

URI Parameters

None.

Body Parameters

getBook4_1_List
NameDescriptionTypeAdditional information
estate

string

None.

date_ba

string

None.

trx_type

string

None.

block_id

string

None.

serial_no

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "estate": "sample string 1",
  "date_ba": "sample string 2",
  "trx_type": "sample string 3",
  "block_id": "sample string 4",
  "serial_no": 5
}

application/xml, text/xml

Sample:
<getBook4_1_List xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/APIfromEPMS.Controllers">
  <block_id>sample string 4</block_id>
  <date_ba>sample string 2</date_ba>
  <estate>sample string 1</estate>
  <serial_no>5</serial_no>
  <trx_type>sample string 3</trx_type>
</getBook4_1_List>

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

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.