POST api/CHAMasters/GetPMMasterList

Request Information

URI Parameters

None.

Body Parameters

CHAPMMasterList
NameDescriptionTypeAdditional information
PM_ID

integer

None.

PM_CODE

string

None.

PM_DESC

string

None.

PM_STATUS

string

None.

START

integer

None.

LENGTH

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "PM_ID": 1,
  "PM_CODE": "sample string 1",
  "PM_DESC": "sample string 2",
  "PM_STATUS": "sample string 3",
  "START": 1,
  "LENGTH": 1
}

application/xml, text/xml

Sample:
<CHAPMMasterList xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ZealitAPI.Models">
  <LENGTH>1</LENGTH>
  <PM_CODE>sample string 1</PM_CODE>
  <PM_DESC>sample string 2</PM_DESC>
  <PM_ID>1</PM_ID>
  <PM_STATUS>sample string 3</PM_STATUS>
  <START>1</START>
</CHAPMMasterList>

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.