POST api/Lab/GetDetails
Request Information
URI Parameters
None.
Body Parameters
LabUserDTOName | Description | Type | Additional information |
---|---|---|---|
UserID | globally unique identifier |
None. |
|
Location | globally unique identifier |
None. |
Request Formats
application/json, text/json
Sample:
{ "UserID": "871bf60e-4bb3-4796-a5c5-1d6a0136b006", "Location": "22c266a9-bbc9-4114-8633-15ee5d2e360f" }
application/xml, text/xml
Sample:
<LabUserDTO xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/TheanAPI.DTO"> <Location>22c266a9-bbc9-4114-8633-15ee5d2e360f</Location> <UserID>871bf60e-4bb3-4796-a5c5-1d6a0136b006</UserID> </LabUserDTO>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ResponseDtoOfObjectName | Description | Type | Additional information |
---|---|---|---|
Status_cd | boolean |
None. |
|
Data | Object |
None. |
|
status_Desc | string |
None. |
Response Formats
application/json, text/json
Sample:
{ "Status_cd": true, "Data": {}, "status_Desc": "sample string 3" }
application/xml, text/xml
Sample:
<ResponseDtoOfanyType xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/TheanAPI.DTO"> <Data /> <Status_cd>true</Status_cd> <status_Desc>sample string 3</status_Desc> </ResponseDtoOfanyType>