GET api/hps/GetLabInfo?companyid={companyid}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
companyid

string

Required

Body Parameters

None.

Response Information

Resource Description

GetLabinfoResponse
NameDescriptionTypeAdditional information
IsSuccess

boolean

None.

LabInfo

WebResultLabInfoResult

None.

Response Formats

application/json, text/json

Sample:
{
  "IsSuccess": true,
  "LabInfo": {
    "WebSite": "sample string 1",
    "Logo": "QEA="
  }
}

application/xml, text/xml

Sample:
<GetLabinfoResponse xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Result.ResultModel">
  <IsSuccess>true</IsSuccess>
  <LabInfo>
    <Logo>QEA=</Logo>
    <WebSite>sample string 1</WebSite>
  </LabInfo>
</GetLabinfoResponse>