GET ListPrathista

Request Information

URI Parameters

None.

Body Parameters

ClsPrethistaModel
NameDescriptionTypeAdditional information
PM_Code

integer

None.

PM_Name

string

None.

PM_NameEng

string

None.

imgurl

string

None.

version

integer

None.

updation

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "PM_Code": 1,
  "PM_Name": "sample string 2",
  "PM_NameEng": "sample string 3",
  "imgurl": "sample string 4",
  "version": 5,
  "updation": 6
}

application/xml, text/xml

Sample:
<ClsPrethistaModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/CubixKshetramAPI.BussinessLogic">
  <PM_Code>1</PM_Code>
  <PM_Name>sample string 2</PM_Name>
  <PM_NameEng>sample string 3</PM_NameEng>
  <imgurl>sample string 4</imgurl>
  <updation>6</updation>
  <version>5</version>
</ClsPrethistaModel>

application/x-www-form-urlencoded

Sample:

Sample not available.

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.