POST api/Master/GetPlantMaster

Request Information

URI Parameters

None.

Body Parameters

GetPlaMasterInputs
NameDescriptionTypeAdditional information
PLA_CODE

string

None.

PLA_NAME

string

None.

PLA_AR_ID

integer

None.

PLA_CO_ID

integer

None.

PLA_CT_ID

integer

None.

PLA_SEARCH

string

None.

PLA_STATUS

string

None.

Request Formats

application/json, text/json

Sample:
{
  "PLA_CODE": "sample string 1",
  "PLA_NAME": "sample string 2",
  "PLA_AR_ID": 1,
  "PLA_CO_ID": 1,
  "PLA_CT_ID": 1,
  "PLA_SEARCH": "sample string 3",
  "PLA_STATUS": "sample string 4"
}

application/xml, text/xml

Sample:
<GetPlaMasterInputs xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ZealitAPI.Models">
  <PLA_AR_ID>1</PLA_AR_ID>
  <PLA_CODE>sample string 1</PLA_CODE>
  <PLA_CO_ID>1</PLA_CO_ID>
  <PLA_CT_ID>1</PLA_CT_ID>
  <PLA_NAME>sample string 2</PLA_NAME>
  <PLA_SEARCH>sample string 3</PLA_SEARCH>
  <PLA_STATUS>sample string 4</PLA_STATUS>
</GetPlaMasterInputs>

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.