POST api/AMSMaster/ViewLegal

Request Information

URI Parameters

None.

Body Parameters

clsViewLegal
NameDescriptionTypeAdditional information
UserID

integer

None.

UnitID

integer

None.

BranchID

integer

None.

AreaID

integer

None.

IsLegal

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "UserID": 1,
  "UnitID": 1,
  "BranchID": 1,
  "AreaID": 1,
  "IsLegal": 1
}

application/xml, text/xml

Sample:
<clsViewLegal xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/MfgProj.BusinessObject">
  <AreaID>1</AreaID>
  <BranchID>1</BranchID>
  <IsLegal>1</IsLegal>
  <UnitID>1</UnitID>
  <UserID>1</UserID>
</clsViewLegal>

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.