GET GetPropertyUHSMapping?SID={SID}&properties={properties}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
SID | integer |
Required |
|
properties | string |
Required |
Body Parameters
None.
Response Information
Resource Description
ResponseOfMappingsAndBIDName | Description | Type | Additional information |
---|---|---|---|
Message | string |
None. |
|
Status | boolean |
None. |
|
Body | MappingsAndBID |
None. |
Response Formats
application/json, text/json
Sample:
{ "Message": "sample string 1", "Status": true, "Body": { "lstPropMaping": [ { "PropertyCMDID": 1, "PropertyID": 2, "PropertyName": "sample string 3" }, { "PropertyCMDID": 1, "PropertyID": 2, "PropertyName": "sample string 3" } ], "BID": 1 } }
text/html
Sample:
{"Message":"sample string 1","Status":true,"Body":{"lstPropMaping":[{"PropertyCMDID":1,"PropertyID":2,"PropertyName":"sample string 3"},{"PropertyCMDID":1,"PropertyID":2,"PropertyName":"sample string 3"}],"BID":1}}
application/xml, text/xml
Sample:
<ResponseOfMappingsAndBIDQzIzD0mn xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/PGH.NxtGN.BO.Common"> <Body> <BID>1</BID> <lstPropMaping> <PropertyCMDMappings> <PropertyCMDID>1</PropertyCMDID> <PropertyID>2</PropertyID> <PropertyName>sample string 3</PropertyName> </PropertyCMDMappings> <PropertyCMDMappings> <PropertyCMDID>1</PropertyCMDID> <PropertyID>2</PropertyID> <PropertyName>sample string 3</PropertyName> </PropertyCMDMappings> </lstPropMaping> </Body> <Message>sample string 1</Message> <Status>true</Status> </ResponseOfMappingsAndBIDQzIzD0mn>