POST api/AmsMobile/MBLGetAreaList

Request Information

URI Parameters

None.

Body Parameters

GetAreaList
NameDescriptionTypeAdditional information
BranchID

integer

None.

SelectedDate

integer

None.

CompanyID

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "BranchID": 1,
  "SelectedDate": 1,
  "CompanyID": 1
}

application/xml, text/xml

Sample:
<GetAreaList xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/MfgProj.BusinessObject">
  <BranchID>1</BranchID>
  <CompanyID>1</CompanyID>
  <SelectedDate>1</SelectedDate>
</GetAreaList>

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.