POST api/Portals/GetPortalDetails
GetPortalDetails
Request Information
URI Parameters
None.
Body Parameters
PortalDetails| Name | Description | Type | Additional information |
|---|---|---|---|
| PortalId | integer |
None. |
|
| PortalName | string |
None. |
|
| PortalUrl | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"PortalId": 1,
"PortalName": "sample string 2",
"PortalUrl": "sample string 3"
}
application/xml, text/xml
Sample:
<PortalDetails xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/GBG.MemberPortal.Data.Models.Portals"> <PortalId>1</PortalId> <PortalName>sample string 2</PortalName> <PortalUrl>sample string 3</PortalUrl> </PortalDetails>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
PortalDetails| Name | Description | Type | Additional information |
|---|---|---|---|
| PortalId | integer |
None. |
|
| PortalName | string |
None. |
|
| PortalUrl | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"PortalId": 1,
"PortalName": "sample string 2",
"PortalUrl": "sample string 3"
}
application/xml, text/xml
Sample:
<PortalDetails xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/GBG.MemberPortal.Data.Models.Portals"> <PortalId>1</PortalId> <PortalName>sample string 2</PortalName> <PortalUrl>sample string 3</PortalUrl> </PortalDetails>