POST api/Portal/GetPortalDetails

All Insurance Plans

Request Information

URI Parameters

None.

Body Parameters

PortalContentData
NameDescriptionTypeAdditional information
SectionKeys

Section Keys

Collection of string

None.

LanguageId

LanguageId Parameter

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "SectionKeys": [
    "sample string 1",
    "sample string 2"
  ],
  "LanguageId": 1
}

application/xml, text/xml

Sample:
<PortalContentData xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/GBG.AS.StudentWaiverPortal.API.Areas.Portal.Models">
  <LanguageId>1</LanguageId>
  <SectionKeys xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
    <d2p1:string>sample string 1</d2p1:string>
    <d2p1:string>sample string 2</d2p1:string>
  </SectionKeys>
</PortalContentData>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Collection of PortalContent
NameDescriptionTypeAdditional information
Value

string

None.

Code

string

None.

Text

string

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.