POST api/WelcomeSection/GetWelcomeSectionLink

Request Information

URI Parameters

None.

Body Parameters

WelcomeSectionLink
NameDescriptionTypeAdditional information
Id

integer

None.

WelcomeSectionId

integer

None.

Url

string

None.

LinkTitle

string

None.

SortOrder

integer

None.

SchoolId

integer

None.

AuthToken

string

None.

Error

Error

None.

Request Formats

application/json, text/json

Sample:
{
  "Id": 1,
  "WelcomeSectionId": 2,
  "Url": "sample string 3",
  "LinkTitle": "sample string 4",
  "SortOrder": 5,
  "SchoolId": 6,
  "AuthToken": "sample string 7",
  "Error": {
    "ID": "sample string 1",
    "RawError": "sample string 2",
    "StackTrace": "sample string 3",
    "FriendlyMessage": "sample string 4"
  }
}

application/xml, text/xml

Sample:
<WelcomeSectionLink xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BSTData">
  <AuthToken>sample string 7</AuthToken>
  <Error xmlns:d2p1="http://schemas.datacontract.org/2004/07/BSTServices.Models">
    <d2p1:FriendlyMessage>sample string 4</d2p1:FriendlyMessage>
    <d2p1:ID>sample string 1</d2p1:ID>
    <d2p1:RawError>sample string 2</d2p1:RawError>
    <d2p1:StackTrace>sample string 3</d2p1:StackTrace>
  </Error>
  <Id>1</Id>
  <LinkTitle>sample string 4</LinkTitle>
  <SchoolId>6</SchoolId>
  <SortOrder>5</SortOrder>
  <Url>sample string 3</Url>
  <WelcomeSectionId>2</WelcomeSectionId>
</WelcomeSectionLink>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

HttpResponseMessage
NameDescriptionTypeAdditional information
Version

Version

None.

Content

HttpContent

None.

StatusCode

HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.