GET api/student/pleet/{PoseidonBookingId}

Gets the specified request.

Request Information

URI Parameters

NameDescriptionTypeAdditional information
PoseidonBookingId

The Poseidon booking ID.

string

Required

String length: inclusive between 6 and 32

poseidonBookingId

string

None.

Body Parameters

None.

Response Information

Resource Description

StudentResponseOfStudentPleet
NameDescriptionTypeAdditional information
Message

string

None.

HasError

boolean

None.

Data

StudentPleet

None.

Response Formats

application/json, text/json

Sample:
{
  "message": "sample string 1",
  "hasError": true,
  "data": {
    "url": "sample string 1",
    "hasPleet": true
  }
}

application/xml, text/xml

Sample:
<StudentResponseOfStudentPleetK6lwLlVo xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/HSEY.API.Models.Student">
  <Data>
    <HasPleet>true</HasPleet>
    <Url>sample string 1</Url>
  </Data>
  <Message>sample string 1</Message>
</StudentResponseOfStudentPleetK6lwLlVo>