POST api/LMSMaster/ShowArea

Request Information

URI Parameters

None.

Body Parameters

ShowAreaModel
NameDescriptionTypeAdditional information
AreaName

string

None.

AreaCode

string

None.

CurrentPage

integer

None.

PageSize

integer

None.

CompanyID

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "AreaName": "sample string 1",
  "AreaCode": "sample string 2",
  "CurrentPage": 3,
  "PageSize": 1,
  "CompanyID": 1
}

application/xml, text/xml

Sample:
<ShowAreaModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/MfgProj.BusinessObject">
  <AreaCode>sample string 2</AreaCode>
  <AreaName>sample string 1</AreaName>
  <CompanyID>1</CompanyID>
  <CurrentPage>3</CurrentPage>
  <PageSize>1</PageSize>
</ShowAreaModel>

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.